Official website
Apache Avro
, Apache Avro™ Learn More Download a data serialization system Apache Avro™ is the leading serialization format for record data, and first choice for streaming data pipelines. It offers excellent schema evolution, and has implementations for the JVM (Java, Kotlin, Scala, …), Python, C/C++/C#, PHP, Ruby, Rust, JavaScript, and even Perl. Getting started with Java For Java / JVM users, find out everything you need to know about specifying a schema, (de)serializing Avro data and code generation.
avro.apache.org →Link to the official site · 1,112 chars · not written by Vinony
Source code
The Rust SDK is moving to Please use it for new issues and pull requests! Current CI status (Github servers) [![test c][test c img]][test c] [![test c ][test c img]][test c ] [![test c++][test c++ img]][test c++] [![test java][test java img]][test java] [![test javascript][test javascript img]][test javascript] [![test perl][test perl img]][test perl] [![test ruby][test ruby img]][test ruby] [![test python][test python img]][test python] [![test php][test php img]][test php] Current CodeQL status [![codeql c ][codeql c img]][codeql c ] [![codeql java][codeql java img]][codeql java] [![codeql javascript][codeql javascript img]][codeql javascript] [![codeql python][codeql python img]][codeql python] Trademark & logos Apache®, Apache Avro and the Apache Avro airplane logo are trademarks of The Apache Software Foundation. The Apache Avro airplane logo on this page has been designed by Emma Kellam for use by this project.
Excerpt from the source-code README · 4,596 chars · not written by Vinony
Wikidata facts
- Developer
- Apache Software Foundation
- Official website
- avro.apache.org
Show 9 more facts
- Commons category
- Apache Avro
- described at URL
- avro.apache.org/docs/current/specification
- copyright license
- Apache Software License 2.0
- source code repository URL
- svn.apache.org/repos/asf/avro
- programmed in
- Rust
- software version identifier
- 1.12.1
- inception
- 2011-01-11
- issue tracker URL
- issues.apache.org/jira/browse/AVRO
- download URL
- avro.apache.org/releases.html
via Wikidata · CC0
Article · Deutsch
Avro ist ein Remote-Procedure-Call- und Serialisierungs-Framework, das als Teil von Apache Hadoop entwickelt worden ist. Es verwendet JSON, um Datentypen und Protokolle zu definieren. Die eigentlichen Daten werden in einem kompakten Binärformat serialisiert. Sein Hauptverwendungszweck ist Hadoop, wo es sowohl als Serialisierungsformat für die Persistierung von Daten als auch als Datenübertragungsformat für die Kommunikation zwischen Hadoop-Knoten untereinander sowie zwischen Hadoop-Services und Client-Programmen verwendet werden kann. Es ähnelt Apache Thrift, aber erfordert nicht die vorgängige Code-Generierung wenn das Schema sich ändert, außer dies wird für eine statisch typisierte Programmiersprache ausdrücklich gewünscht.
Abstract from DBpedia / Wikipedia · CC BY-SA