4 个仓库
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 是一个 Service Worker 预缓存生成器,用于创建实现 Web 应用程序离线功能的脚本。它作为一个构建时资产缓存管理器,对静态文件进行哈希处理并在 Service Worker 缓存中管理其版本。 该项目提供了一个运行时缓存配置器,用于根据 URL 模式定义动态内容的缓存策略和请求处理程序。它还包括一个离线回退处理程序,用于拦截网络故障并提供缓存的回退页面。 该工具集涵盖了 Service Worker 代码和清单的生成、基于内容哈希的版本控制以及 Fetch 事件的拦截。它提供了一个命令行界面,用于使用配置文件和自定义标志生成 Service Worker 文件。
Transforms JavaScript or JSON configuration into a functional service worker script via a build-step module.