Apache Avro edit
Data serialisation framework that supports both messaging and data storage. Primarily uses a compact binary format but also supports a JSON format. Supports a range of data structures (including records, enumerations, arrays and maps) with APIs for a wide range of both static and dynamically typed languages. Schema based, with schemas primarily specified in JSON, and support for both code generation from schema definitions as well as dynamic runtime usage. Schemas are serialised alongside data, with support for automatic schema resolution if the schema used to read the data differs from that used to write it. Started as an Hadoop sub-project by Cloudera in April 2009, with an initial v1.0 release in July 2009, before becoming a top level Apache project in May 2010. Has seen significant adoption in the Hadoop ecosystem. Technology Information
Other Names Avro Vendors The Apache Software Foundation Type Commercial Open Source Last Updated May 2019 - v1.9 Related Technologies
Is packaged by Cloudera CDH Release History
version release date release links release comment 1.7 2012-06-11 1.8 2016-01-29 1.9 2019-05-14 Links
News
Blog Posts