You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@avro.apache.org by Artem Teslenko <at...@ipv6.dp.ua> on 2014/12/09 00:22:57 UTC

Apache Avro binding for Erlang

Hello,

I would like to announce an Erlang application ‘eavro’ for Apache Avro 
binding:

https://github.com/SIfoxDevTeam/eavro

Features:
* Encode/decode are fully supported for all Avro types

* Read/write Object Container Files
* deflate – supported
* snappy – not yet

* Avro RPC protocol
* Client
* Server

Feedback and patches are welcome.