Generate avro schemas from python dataclasses, Pydantic models and Faust Records. Code generation from avro schemas. Serialize/Deserialize python instances with avro schemas.
-
Updated
Jan 23, 2025 - Python
Generate avro schemas from python dataclasses, Pydantic models and Faust Records. Code generation from avro schemas. Serialize/Deserialize python instances with avro schemas.
Avrotize is a command-line tool for converting data structure definitions between different schema formats, using Apache Avro Schema as the integration schema model.
This is a simple Python script that adds an alias to an Avro schema. The script reads an Avro schema from a file, adds an alias to the schema, and writes the updated schema to a new file.
Add a description, image, and links to the avro-schemas topic page so that developers can more easily learn about it.
To associate your repository with the avro-schemas topic, visit your repo's landing page and select "manage topics."