Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

avro

< >

avro is an interface design language created in 2012.

#2450on PLDB 12Years Old
Homepage


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"]} ] }
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll