An open API service indexing awesome lists of open source software.

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)

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)