About this tool
Avro Viewer is a read-only browser tool for inspecting Apache Avro Object Container File structure and records. It shows the embedded schema, file metadata, codec, record count, and block layout.
Schema can be reviewed as Tree / Raw, including nested record / enum / fixed / array / map / union / named reference structures. Data browsing decodes only blocks needed for the current page and presents common logical types such as date, timestamp, time-millis, and decimal in readable form.
Good for
- Inspect schema, codec, block count, and record count in an Avro Object Container File
- Investigate logical types, nested schemas, and custom metadata in the browser
- Preview records without expanding the whole file and save only the current page as CSV