Data architecture - Format
Avro
A compact data format designed for storing and exchanging structured records
What's it for?
Stores structured information compactly so it can be moved between systems efficiently.
For example…
A data pipeline stores millions of event records in Avro files so they stay compact while retaining a defined schema
Two data systems exchange Avro records because both can read the agreed fields and data types consistently