4 dépôts
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.
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.
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.
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.
sw-precache est un générateur de pré-mise en cache de service worker utilisé pour créer des scripts qui permettent la fonctionnalité hors ligne pour les applications web. Il agit comme un gestionnaire de cache d'assets au moment du build qui hache les fichiers statiques et gère leur versionnage au sein d'un cache de service worker. Le projet fournit un configurateur de cache au moment de l'exécution pour définir des stratégies de mise en cache et des gestionnaires de requêtes pour le contenu dynamique basé sur des modèles d'URL. Il inclut également un gestionnaire de repli hors ligne pour intercepter les échecs réseau et servir des pages de repli mises en cache. L'ensemble d'outils couvre la génération de code et de manifestes de service worker, le versionnage basé sur le hachage de contenu et l'interception des événements de fetch. Il fournit une interface en ligne de commande pour générer des fichiers de service worker en utilisant des fichiers de configuration et des drapeaux personnalisés.
Transforms JavaScript or JSON configuration into a functional service worker script via a build-step module.