avro-tools

Command-line tools for working with Apache Avro data formats

brewmacoslinux
Try with needOr install directly
Source

About

Avro command-line tools and utilities

Commands

avro-tools

Examples

Convert Avro binary data to JSON format$ avro-tools tojson data.avro > data.json
Display schema of an Avro file$ avro-tools getschema data.avro
Convert JSON data to Avro binary format using a schema$ avro-tools fromjson --schema-file schema.avsc data.json > data.avro