Tagged “Apache AVRO”

Apache AVRO - Introduction

01 Jan, 2017

Apache Avro is data serialization library.

Tags:

Apache AVRO - Generating classes from Schema

02 Jan, 2017

Apache Avro supports two ways to generate classes from schema. i.e. Pragmatically generating schema or using maven AVRO plugin.

Tags:

Comparing Apache Avro vs Java Serialization

20 Jan, 2017

I did run a comparsion of Apache Avro v/s Java Serialization. Apache Avro consumed 15-20 times less memory to store the serialized data. I created a class with three fields (two String and one enum and serialized them with Avro and Java.

Tags:

Apache AVRO - RPC Framework

27 Jan, 2017

Apache Avro supports two ways to generate classes from schema. i.e. Pragmatically generating schema or using maven AVRO plugin.

Tags:

See all tags.