ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

AVRO-SCHEMA

Compact binary serialization with JSON schemas.

Definition

Avro JSON schema describes primitive types (null, boolean, int, long, float, double, bytes, string), complex types (record, enum, array, map, union, fixed). Evolutive (added/removed fields with default). Spec v1.12 published 2024. Lighter than JSON, more expressive than Protobuf.

Origin

Created by Doug Cutting (Hadoop creator) in 2009 ; spec v1.0 published 2010.

Example in context

A Kafka topic financial-trades uses Avro to serialize 100K trades/sec — 3x more compact than JSON.

Last updated: May 16, 2026