Avro: Intro

This lesson explains the Avro serialization system.

We'll cover the following...

Avro

Avro is a data serialization system that allows for remote procedure calls and the fast and compact serialization of data. The defining feature of Avro is a schema always embedded within an avro file. It allows one to read the file without knowing the schema before-hand. The name Avro is borrowed from a defunct ...

Access this course and 1400+ top-rated courses and projects.