ciaranarcher / avro-decoder

An example of how to decode Avro messages using Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avro-decoder

An example of how to decode Avro messages using Go.

Reads the data.avro file and prints it.

Usage

Clone this repo and then run:

go run avro-decoder.go

Also includes the same functionality in Ruby by running (presumes the avro gem is installed):

ruby avro_decoder.rb

About

An example of how to decode Avro messages using Go.


Languages

Language:Go 77.2%Language:Ruby 22.8%