Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.36 KB

README.md

File metadata and controls

66 lines (41 loc) · 1.36 KB

Avro Viewer

Avro Viewer is an Apache Avro file explorer built with Elm.

Demo

View the online demo here. This is possible as all the decoding and processing occurs client-side.

Features

  • Drag and Drop
  • Recognition of tabular data
  • Tree view
  • Panel view
  • JSON and CSV export

Building and Developing

Avro Viewer is built with the following technologies:

npm run setup
npm run build

Avro Viewer must be served by a web server to allow javascript service workers to load their source. For development, use Node's static-server:

npm run serve

Resources

Screenshots

File Select

Tree View Complex Structure

License

Avro Viewer is licensed under the MIT License.