Project

avro2json

0.0
No commit activity in last 3 years
No release in over 3 years
Decodes Avro data files and converts the data to JSON
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

~> 1.7.7
 Project Readme

avro2json

Converts Avro-encoded data to JSON.

curl http://example.com/data.avro | avro2json
cat somefile.avro | avro2json
avro2json < somefile.avro

It's possible to use a custom schema when reading the Avro data:

avro2json --schema=some-schema.avsc < data.avro

Run avro2json -h for more information.

Installation

gem install avro2json