Avro: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://avro.apache.org =Internal= =Overview= Apache Avro is a data serialization system.")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
* https://avro.apache.org
* https://avro.apache.org
=Internal=
=Internal=
* [[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.