awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesAvro Model Generation

Generation of type-safe language classes from Apache Avro schemas.

Distinct from Avro Decoding: Distinct from Avro Decoding which handles data parsing; this focuses on creating the source code models.

Explore 1 awesome GitHub repository matching data & databases · Avro Model Generation. Refine with filters or upvote what's useful.

Awesome Avro Model Generation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • koxudaxi/datamodel-code-generatorAvatar de koxudaxi

    koxudaxi/datamodel-code-generator

    3,943Voir sur GitHub↗

    This project is a command-line schema-to-code converter designed to transform diverse data specifications into type-safe Python data structures. It functions as a generator for Pydantic models, dataclasses, and typed dictionaries, enabling developers to maintain synchronization between evolving data contracts and application code. By parsing formats such as JSON Schema, OpenAPI, AsyncAPI, Protobuf, and Avro, the tool automates the creation of native classes that reflect the constraints and metadata defined in the source specifications. The generator distinguishes itself through a highly confi

    Creates type-safe data models from diverse schema specifications including JSON Schema, XML, and Avro.

    Pythoncode-generatorcsvdataclass
    Voir sur GitHub↗3,943
  1. Home
  2. Data & Databases
  3. Data Serialization
  4. Avro Decoding
  5. Avro Model Generation