Avro: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
Line 4: Line 4:
* [[Serialization]]
* [[Serialization]]
=Overview=
=Overview=
Apache Avro is a data serialization system.
Apache Avro is both a serialization format and a communication protocol, and it is somewhat similar to [[Apache Thrift]]. It requires defining a schema, written either in JSON or Avro IDL.

Latest revision as of 20:15, 4 October 2023

External

Internal

Overview

Apache Avro is both a serialization format and a communication protocol, and it is somewhat similar to Apache Thrift. It requires defining a schema, written either in JSON or Avro IDL.