Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

avro

< >

avro is an interface design language created in 2012.

#2214on PLDB 12Years Old


Example from the web:
{"namespace": "example.avro", "type": "record", "name": "User", "fields": [ {"name": "name", "type": "string"}, {"name": "favorite_number", "type": ["int", "null"]}, {"name": "favorite_color", "type": ["string", "null"]} ] }

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io