awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesPluggable Generator Architectures

Architectures allowing language-specific generators to be added or swapped via a common interface.

Distinct from Pluggable Architectures: Distinct from Pluggable Architectures: specifically for the organization of code generators.

Explore 3 awesome GitHub repositories matching data & databases · Pluggable Generator Architectures. Refine with filters or upvote what's useful.

Awesome Pluggable Generator Architectures GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • swagger-api/swagger-codegenالصورة الرمزية لـ swagger-api

    swagger-api/swagger-codegen

    17,760عرض على GitHub↗

    Swagger Codegen is a template-driven engine and multi-language toolkit used to generate API client SDKs, server stubs, and human-readable documentation from OpenAPI specifications. It translates these specifications into functional libraries and boilerplate routing code across various target programming languages. The tool utilizes a pluggable generator module system and an integrated template engine, allowing for the customization of generated source code and the creation of new language-specific generators. It supports flexible specification sourcing via local files, remote HTTP endpoints,

    Organizes language-specific logic into discrete modules that implement a common interface for creating clients and servers.

    Mustacheopen-sourceopenapi-specificationopenapi3
    عرض على GitHub↗17,760
  • quicktype/quicktypeالصورة الرمزية لـ quicktype

    quicktype/quicktype

    13,761عرض على GitHub↗

    Quicktype is a multi-language model generation engine that converts JSON and GraphQL schemas into type-safe models and serialization code. It functions as a JSON to type generator and a GraphQL type generator, producing strongly typed classes and interfaces across a wide array of target programming languages. The system derives formal schemas from sample data and transforms these definitions into native language objects. This enables the synchronization of shared data models across diverse tech stacks and the development of type-safe interfaces for consuming external APIs. The engine utilize

    Employs a pluggable architecture to support various language-specific code generators.

    TypeScript
    عرض على GitHub↗13,761
  • acra/acraالصورة الرمزية لـ ACRA

    ACRA/acra

    6,495عرض على GitHub↗

    Acra is an Android crash reporting framework and diagnostic data collector designed to detect failures and capture device diagnostics, system logs, and application state. It serves as an embeddable library for capturing and processing crash reports, providing a pipeline to send this data to custom backends or via email. The project features a plugin-based sender architecture that allows reports to be routed through HTTP endpoints, email clients, or proprietary backend implementations. It includes a user-controlled reporting system with preference toggles and interactive dialogs to manage user

    Provides a pluggable architecture for routing crash reports through HTTP, email, or custom backends.

    Kotlin
    عرض على GitHub↗6,495
  1. Home
  2. Data & Databases
  3. Data Compression Algorithms
  4. Pluggable Architectures
  5. Pluggable Generator Architectures

استكشف الوسوم الفرعية

  • Delivery SendersPluggable interfaces for routing data to various transmission backends. **Distinct from Pluggable Generator Architectures:** Focuses on the transmission of reports via HTTP/Email rather than code generation