https://github.com/thake/avro-measures
Avro logical types for units of measurement (JSR 385)
https://github.com/thake/avro-measures
Last synced: 8 days ago
JSON representation
Avro logical types for units of measurement (JSR 385)
- Host: GitHub
- URL: https://github.com/thake/avro-measures
- Owner: thake
- Created: 2020-02-17T13:36:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T04:02:52.000Z (over 3 years ago)
- Last Synced: 2025-02-28T19:42:24.280Z (over 1 year ago)
- Language: Java
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Avro Measures
This library provides avro logical types for some measures of the [JSR 385](https://jcp.org/en/jsr/detail?id=385).
The following types are currently implemented:
- `length_mm`
Convert to Quantity from Long (Unit: millimeters)
- `mass_g`
Convert to Quantity from Long (Unit: gram)