awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • koxudaxi/datamodel-code-generatorkoxudaxi 的头像

    koxudaxi/datamodel-code-generator

    3,943在 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
    在 GitHub 上查看↗3,943
  1. Home
  2. Data & Databases
  3. Data Serialization
  4. Avro Decoding
  5. Avro Model Generation