avro
Avro is a serialization and RPC framework.
Avro is a serialization and RPC framework.
To install this package, run one of the following:
Apache Avro is a data serialization system. Avro provides: * Rich data structures. * A compact, fast, binary data format. * A container file, to store persistent data. * Remote procedure call (RPC). * Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages.
Summary
Avro is a serialization and RPC framework.
Last Updated
Feb 21, 2025 at 13:58
License
Apache-2.0
Total Downloads
17.5K
Supported Platforms
GitHub Repository
https://github.com/apache/avroDocumentation
https://avro.apache.org/docs/