Error Message
Avro Formatter helps to format unformatted or ugly Avro schema data and helps to save and share Avro schema. It beautifies the Avro data serialization format.
Avro is a data serialization system that is frequently used in big data pipeline frameworks like Apache Hadoop, Apache Kafka, and Apache Spark. , for more info visit avro.apache.org
What can you do with Avro Formatter?
- It helps to beautify your Avro.
- Avro Formatter allows loading the Avro URL to Format.
- Avro Schema Formatter supports loading the Avro File to beautify. Click on the Upload button and select File.
- Avro Beautifier works well on Windows, MAC, Linux, Chrome, Firefox, Edge, and Safari.
For Advanced Users
External Avro Schema URL
Load External URL in Browser URL like this https://codebeautify.org/
https://codebeautify.org/avro-formatter?url= https://gist.gi thubusercontent .com/cbmgit/cc5 ba265b4fbcb8ba3 697a8c9e5b5973/ raw/avro-schema .txt
Avro Data as Parameter
Load Data in Browser URL input like this https://codebeautify.org/
https://codebeautify.org/avro-formatter?input= {"type":"record ","name":"User" ,"fields":[{"na me":"username", "type":"string" },{"name":"phon e","type":"long "},{"name":"age ","type":"int"} ]}