Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joan38/mill-avro
A Mill plugin for generating Scala case classes and ADTs from Apache Avro schemas, datafiles, and protocols
https://github.com/joan38/mill-avro
Last synced: 26 days ago
JSON representation
A Mill plugin for generating Scala case classes and ADTs from Apache Avro schemas, datafiles, and protocols
- Host: GitHub
- URL: https://github.com/joan38/mill-avro
- Owner: joan38
- License: mit
- Created: 2021-06-22T00:53:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T01:19:17.000Z (over 2 years ago)
- Last Synced: 2024-10-22T04:50:03.468Z (2 months ago)
- Language: Scala
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# mill-avro
![Maven Central](https://img.shields.io/maven-central/v/com.goyeau/mill-avro_mill0.10_2.13)
A Mill plugin for generating Scala case classes and ADTs from Apache Avro schemas, datafiles, and protocols.
## Related projects
* Based on [avrohugger](https://github.com/julianpeeters/avrohugger)
* Equivalent of [sbt-avrohugger](https://github.com/julianpeeters/sbt-avrohugger)## Contributing
Contributions are more than welcome!
See [CONTRIBUTING.md](CONTRIBUTING.md) for all the information and getting help.