awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesRepository-Based Generators

Systems that translate repository interface definitions into RESTful API endpoints automatically.

Distinct from Dynamic REST API Generators: Focuses on repository-driven endpoint generation, distinct from runtime database-to-REST translation.

Explore 4 awesome GitHub repositories matching web development · Repository-Based Generators. Refine with filters or upvote what's useful.

Awesome Repository-Based Generators GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • quarkusio/quarkusquarkusio का अवतार

    quarkusio/quarkus

    15,479GitHub पर देखें↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Generates standard REST endpoints automatically from repository interfaces to simplify data access.

    Javacloud-nativehacktoberfestjava
    GitHub पर देखें↗15,479
  • idurar/idurar-erp-crmidurar का अवतार

    idurar/idurar-erp-crm

    8,199GitHub पर देखें↗

    Idurar is an integrated system combining Customer Relationship Management and Enterprise Resource Planning. It functions as a headless business API that generates secure REST endpoints and administrative panels from configuration files to connect business logic with external applications. The platform supports multi-tenant SaaS management, isolating data and configurations for multiple companies or branches within a single installation. It is designed for international business accounting, featuring a multi-currency financial engine that processes transactions and manages regional tax rules a

    Automatically generates REST endpoints and administrative dashboards by interpreting module configuration files.

    JavaScriptaccountingaccounting-softwarecrm
    GitHub पर देखें↗8,199
  • ricosuter/nswagRicoSuter का अवतार

    RicoSuter/NSwag

    7,342GitHub पर देखें↗

    NSwag is an OpenAPI toolchain for .NET that provides a suite of generators for converting OpenAPI specifications and JSON schemas into clients, server stubs, and structured documentation. It enables the creation of type-safe client libraries and data transfer objects, as well as the generation of OpenAPI specifications by analyzing .NET controllers. The project supports contract-first API development by generating server controller stubs from specifications and offers dedicated TypeScript API integration to ensure type safety in frontend applications. It also provides tools for hosting intera

    Automates the generation process using predefined instructions stored in JSON configuration documents.

    C#angularaspnetaspnetcore
    GitHub पर देखें↗7,342
  • googlechrome/sw-precacheGoogleChrome का अवतार

    GoogleChrome/sw-precache

    5,189GitHub पर देखें↗

    sw-precache एक सर्विस वर्कर प्रीकैश जनरेटर है जिसका उपयोग ऐसी स्क्रिप्ट बनाने के लिए किया जाता है जो वेब एप्लिकेशन के लिए ऑफ़लाइन कार्यक्षमता को सक्षम करती हैं। यह एक बिल्ड-टाइम एसेट कैश मैनेजर के रूप में कार्य करता है जो स्टेटिक फ़ाइलों को हैश करता है और सर्विस वर्कर कैश के भीतर उनके वर्ज़निंग का प्रबंधन करता है। यह प्रोजेक्ट URL पैटर्न के आधार पर गतिशील सामग्री के लिए कैशिंग रणनीतियों और अनुरोध हैंडलर को परिभाषित करने के लिए एक रनटाइम कैश कॉन्फ़िगरेटर प्रदान करता है। इसमें नेटवर्क विफलताओं को इंटरसेप्ट करने और कैश किए गए फ़ॉलबैक पेज परोसने के लिए एक ऑफ़लाइन फ़ॉलबैक हैंडलर भी शामिल है। टूलसेट सर्विस वर्कर कोड और मैनिफ़ेस्ट के निर्माण, कंटेंट-हैश आधारित वर्ज़निंग, और फ़ेच इवेंट्स के इंटरसेप्शन को कवर करता है। यह कॉन्फ़िगरेशन फ़ाइलों और कस्टम फ़्लैग का उपयोग करके सर्विस वर्कर फ़ाइलें उत्पन्न करने के लिए एक कमांड लाइन इंटरफेस प्रदान करता है।

    Transforms JavaScript or JSON configuration into a functional service worker script via a build-step module.

    JavaScript
    GitHub पर देखें↗5,189
  1. Home
  2. Web Development
  3. API Management Tools
  4. API Development & Management
  5. API Generation
  6. Dynamic REST API Generators
  7. Repository-Based Generators

सब-टैग एक्सप्लोर करें

  • Configuration-Driven Generators1 सब-टैगSystems that automate the creation of API endpoints and dashboards based on predefined configuration files. **Distinct from Repository-Based Generators:** Specifically uses configuration files to drive generation, whereas repository-based generators use interface definitions.