Skip to content
Novus Examples
avro

What is a .avro file?

application/avro

Apache Avro (.avro) is a compact binary, row-oriented data format that stores its JSON schema in the file header alongside the records, enabling schema evolution. It is widely used with Kafka and Hadoop for message and data serialization.

How to use a .avro file

Use an example .avro file to test Avro readers, embedded-schema parsing, and schema-evolution or Avro-to-JSON tooling.

Convert a .avro file to another format

← All file formats