Skip to content
Novus Examples
avro783 B

Avro — Row Binary + Schema

The same records as Apache Avro — a compact row-based binary format that embeds its own schema, widely used in Kafka pipelines. For testing Avro decoders and schema evolution.

Preview — schema + first 5 rowsavro
idint64namestringemailstringdepartmentstringactiveboolscoredoublejoineddate
1001Ada Lovelaceada.lovelace@example.comEngineeringtrue98.52021-03-01
1002Alan Turingalan.turing@example.comResearchtrue952020-06-15
1003Grace Hoppergrace.hopper@example.comEngineeringfalse91.22019-11-20
1004Katherine Johnsonkatherine.johnson@example.comOperationstrue96.82022-01-10
1005Edsger Dijkstraedsger.dijkstra@example.comResearchfalse89.42018-09-05
Decoded table — all 5 rows shown.

Specifications

Rows
5
Columns
7
Format
Apache Avro
Layout
row
Schema
embedded

Generated by generation/data_binary.py. Free for any use, no attribution required — license.