About 99,700 results
Open links in new tab
  1. Avro Keyboard - Download

    Jul 12, 2023 · Avro Keyboard is a free software program that lets you type the Bengali language on QWERTY keyboards. You can use Roman letters to write Bangla characters with Avro.

  2. Apache Avro

    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 …

  3. Apache Avro - Wikipedia

    Avro is a row-oriented remote procedure call and data serialization framework developed within Apache's Hadoop project. It uses JSON for defining data types and protocols, and serializes …

  4. What is Avro?: Big Data File Format Guide - Airbyte

    Sep 9, 2025 · Dive into the detailed guide about the Avro data serialization system, its benefits, and real-world use cases of Big Data File Format.

  5. Guide to Apache Avro - Baeldung

    Jan 30, 2025 · Avro is a language independent, schema-based data serialization library. It uses a schema to perform serialization and deserialization. Moreover, Avro uses a JSON format to …

  6. Apache Avro™ is a data serialization system. - GitHub

    Apache Avro is a data serialization system. Contribute to apache/avro development by creating an account on GitHub.

  7. Specification - Apache Avro

    3 days ago · Avro includes a simple object container file format. A file has a schema, and all objects stored in the file must be written according to that schema, using binary encoding.

  8. Download - Apache Avro

    Jan 19, 2026 · Releases may be downloaded from Apache mirrors: Download. The latest release is: Avro 1.12.1 (3.4M, source, pgp, sha512) Release notes for Avro releases are available in …

  9. Getting Started (Java) - Apache Avro

    6 days ago · This is a short guide for getting started with Apache Avro™ using Java. This guide only covers using Avro for data serialization; see Patrick Hunt’s Avro RPC Quick Start for a …

  10. Welcome to Avro!

    Dec 10, 2025 · Introduction Avro is a data serialization system. Avro provides: Rich data structures. A compact, fast, binary data format. A container file, to store persistent data. …