21 repositorios
Standard CRUD operations for managing data entities.
Distinguishing note: Focuses on the management of resources rather than specific database drivers.
Explore 21 awesome GitHub repositories matching data & databases · Data Resource Management. Refine with filters or upvote what's useful.
json-server is a development toolset used to simulate a full REST API from a JSON file. It functions as a customizable mock API server that allows for the simulation of CRUD operations and resource relationships without the need to write backend code. The project enables rapid prototyping by generating a fake backend that persists data changes back to a local JSON file. It distinguishes itself by providing a static asset file server to deliver local documents, images, and stylesheets alongside the mock API endpoints. The server includes capabilities for data querying, such as parameter-based
Allows fetching related data by embedding child resources or expanding parent references in a single request.
Echo is a high-performance, lightweight web framework for Go designed for building scalable RESTful APIs and web services. It provides a centralized environment for mapping network requests to handler functions, utilizing a fast radix-tree routing engine to ensure efficient request dispatching. The framework is built around a modular, middleware-centric pipeline that allows developers to execute reusable logic for cross-cutting concerns like authentication, logging, and security across the entire application. What distinguishes Echo is its focus on developer productivity through structured da
Performs standard create, read, update, and delete operations to maintain and organize data entities within your application.
React-admin is a framework for building data-driven administrative interfaces that connect to REST or GraphQL backends. It provides a comprehensive suite of tools for managing the full lifecycle of administrative applications, including resource-oriented routing, declarative form scaffolding, and context-driven state management. By utilizing a modular adapter-based architecture, the framework abstracts backend communication, allowing developers to build consistent CRUD interfaces that handle data fetching, authentication, and synchronization automatically. The project distinguishes itself thr
Retrieves and displays total record counts for resources from the data provider without loading individual rows.
Lens is a multi-cluster management platform and desktop application for administering Kubernetes environments. It provides a graphical interface for deploying Helm charts, editing YAML manifests, and managing the lifecycle of pods and deployments. The project features an AI-powered cluster assistant that enables users to query cluster state, perform autonomous troubleshooting, and translate natural language requests into system commands. It also supports collaborative team access through shared spaces, utilizing encrypted cluster sharing and role-based access control to manage credentials and
Initiates AI conversations pre-loaded with the context of selected resources to streamline investigation.
FastMCP is a Python framework designed for building servers that expose functions, resources, and prompts to AI models using the Model Context Protocol. It simplifies the development process by automatically deriving tool metadata, input schemas, and documentation directly from Python function signatures and type hints. The framework provides a unified container for managing these components, allowing developers to build modular applications that integrate seamlessly with AI assistants. The project distinguishes itself through its support for interactive, server-defined user interface compone
Controls resource discoverability through server-level toggles and automatic notifications.
This project provides a Model Context Protocol server that enables autonomous agents to interact with and manage automation workflows. It functions as an integration layer, allowing language models to discover, build, test, and deploy complex automation sequences through natural language instructions and structured schema-based communication. The platform distinguishes itself by offering granular control over automation logic, including the ability to perform surgical, incremental patches to specific workflow nodes rather than replacing entire structures. It supports multi-instance connectivi
Manages credentials, data tables, and system health checks for operational stability.
Excelize is a library for reading and writing spreadsheet files in the Office Open XML format. It provides a comprehensive suite of tools for programmatically creating, modifying, and analyzing workbooks, worksheets, and cell data, ensuring compatibility across various office software suites through structured XML serialization. The library distinguishes itself with a built-in formula calculation engine that evaluates complex mathematical and logical expressions directly against workbook data. It also features a memory-mapped streaming architecture, which allows for the efficient processing o
Performs create, read, and list operations on database entities using a standardized controller structure.
This project is a comprehensive Python toolkit designed for natural language processing, research, and education. It functions as a linguistic data processor that provides a standardized framework for managing, cleaning, and analyzing large collections of annotated text corpora and lexical resources. The library distinguishes itself through its integration of both symbolic and statistical methods, allowing users to perform complex tasks ranging from rule-based grammar parsing to machine learning-driven classification. It offers a modular pipeline for text processing, enabling the transformati
Organizes and manages large collections of text corpora and lexical resources for consistent project use.
Chalice is a framework for building and deploying serverless applications and REST APIs on AWS Lambda using Python. It functions as an infrastructure-as-code generator, mapping application logic and routing definitions directly to cloud compute resources while automating the provisioning and management of the underlying environment. The framework distinguishes itself by analyzing source code to automatically construct the minimum necessary security permissions, ensuring least-privilege access for all deployed functions. It supports modular development through blueprint-based organization and
Exposes standard CRUD operations for application data through web interfaces with automatic cloud database persistence.
AdminJS is a Node.js admin panel and database management UI that provides a visual interface for performing create, read, update, and delete operations based on existing database models. It functions as a low-code backend dashboard and internal tool builder, allowing developers to create management interfaces for monitoring and controlling application state without writing custom frontend code. The project enables the creation of custom business logic workflows and system dashboards, providing non-technical team members with a secure way to manage application data. It supports the development
Provides a visual interface for performing full CRUD operations on application data resources.
JSON API is a set of industry standards for RESTful APIs that defines uniform protocols for resource serialization, error responses, and query parameters. It provides a specification for request and response payloads in JSON-based APIs to ensure consistency across endpoints. The specification focuses on reducing network requests through a structured resource serialization format and a standardized mechanism for embedding related resources into a single response. It utilizes a custom JSON media type for content negotiation and supports the definition of custom profiles to provide specialized i
Enables bundling linked data into a single response when explicitly requested via query parameters to minimize network requests.
CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools
CodeIgniter attaches nested related data to an API response only when the client explicitly requests it via a query parameter.
JSONPlaceholder es un servidor mock de API REST y servicio de mocking JSON que proporciona un sandbox de desarrollo frontend alojado. Funciona como un backend falso que devuelve respuestas JSON predefinidas para simular una API REST para desarrollo y pruebas. El servicio soporta intercambio de recursos de origen cruzado (CORS), permitiendo que las integraciones de API sean probadas desde diferentes dominios de navegador. Permite la simulación de operaciones CRUD y la recuperación de datos mock sin requerir una base de datos en vivo. El sistema mapea patrones de URL a un almacén de datos estático basado en JSON y maneja las peticiones de forma stateless. Incluye capacidades para filtrado por parámetros de consulta y mapeo de recursos anidados para simular estructuras de datos relacionales uno-a-muchos.
Resolves relational data by linking child resource collections to parent entities via URL paths.
Este proyecto es un plugin de base de conocimientos y gestor de contexto RAG que utiliza una interfaz de base de datos vectorial local para permitir la búsqueda semántica y el mapeo de relaciones. Transforma texto en vectores numéricos para encontrar notas y extractos semánticamente relacionados basándose en el significado conceptual en lugar de coincidencias de palabras clave. El sistema se diferencia mediante un visualizador de grafos semánticos que mapea las notas en clústeres para revelar conexiones conceptuales. También cuenta con un gestor de contexto capaz de agrupar notas y extractos locales en paquetes reutilizables para proporcionar bases factuales fundamentadas para conversaciones con modelos de lenguaje grandes. La herramienta cubre una amplia gama de capacidades, incluyendo consultas de conocimiento en lenguaje natural, ejecución de flujos de trabajo automatizados para la creación de notas y la capacidad de enrutar prompts entre modelos de IA locales y basados en la nube. Proporciona varias interfaces de descubrimiento, como indicadores de contenido relacionado en línea y un panel inferior para mostrar documentos similares durante el proceso de edición.
Combines related search results into reviewable sets to provide grounded knowledge bases for AI workflows.
deployd es un framework de API en tiempo real y un backend de MongoDB como servicio que permite la creación de interfaces en red que sincronizan datos y eventos entre clientes y servidores. Funciona como un middleware de API de JavaScript que puede integrarse con servidores HTTP para proporcionar autenticación, interceptores de solicitudes y capacidades en tiempo real. El proyecto cuenta con un panel de gestión de API autohospedado para configurar ajustes de recursos, gestionar colecciones de datos y monitorear el estado del servidor a través de una interfaz basada en web. Incluye un motor de sincronización de datos en tiempo real que envía actualizaciones de base de datos en vivo a los clientes conectados mediante sockets. El sistema cubre la gestión de datos de backend con validación de esquemas y consultas recursivas, así como flujos de trabajo de autenticación de usuarios que rastrean sesiones a través de solicitudes sin estado y conexiones persistentes. También proporciona capacidades para la transmisión de eventos en tiempo real, extensión de middleware de API personalizada a través de módulos y control de acceso administrativo. El proyecto incluye una CLI para arrancar nuevos proyectos y ejecutar servidores de desarrollo.
Manages data collections through resources that provide request validation and execute event-driven scripts.
Este es un SDK y framework para implementar el Model Context Protocol en Go. Proporciona un sistema estandarizado para construir servidores y clientes que intercambian recursos externos, datos propietarios y herramientas ejecutables para proporcionar contexto a modelos de lenguaje grandes (LLM). El SDK incluye una librería de comunicación JSON-RPC y un framework de integración para exponer datos locales, plantillas de prompts y funciones tipadas a modelos de IA. Permite el desarrollo tanto de servidores de protocolo que proporcionan contexto externo como de clientes que consumen estas herramientas y recursos remotos. El proyecto cubre la gestión del ciclo de vida de la conexión y la negociación de versiones del protocolo para asegurar la interoperabilidad. Proporciona abstracciones de transporte para el intercambio de mensajes vía entrada/salida estándar o HTTP, junto con capacidades para el mapeo de recursos y la gestión de sesiones. Las funciones de seguridad y observabilidad incluyen integración de identidad OAuth, restricciones de acceso a directorios para servidores y herramientas para la inspección de tráfico y verificación de capacidades.
Manages data resources accessed via unique URIs to provide grounding and context for LLM responses.
La REST API de WordPress es una interfaz web y API de contenido basada en JSON que permite recuperar y modificar el contenido del sitio, usuarios y metadatos mediante métodos HTTP estándar. Funciona como una interfaz de CMS headless, desacoplando la gestión de contenido del frontend al exponer los datos del sitio a través de un controlador RESTful programable. El sistema se distingue por su descubrimiento basado en hipermedia y su validación basada en esquemas JSON, lo que permite a los clientes localizar recursos programáticamente y garantizar un intercambio de datos predecible. Utiliza el registro de endpoints basado en espacios de nombres para organizar rutas y admite una capa de autenticación flexible que incluye contraseñas de aplicación, cookies de sesión y estándares de identidad de terceros. La API cubre una amplia gama de capacidades de gestión de recursos, incluyendo el manejo de entradas, páginas, medios y contenido basado en bloques. Proporciona utilidades integrales para la gestión de respuestas, como la incrustación de recursos, paginación y filtrado de campos, junto con herramientas para gestionar revisiones de contenido y administración del sitio. Se proporciona soporte para SDKs específicos de cada lenguaje para abstraer las peticiones de red en interfaces programáticas de alto nivel.
Implements standard CRUD operations for managing site resources through model synchronization.
mcp-context-forge is a Model Context Protocol federation gateway that unifies diverse AI tool servers and APIs into a single consistent interface for discovery and execution. It acts as a centralized proxy that aggregates multiple servers and APIs, allowing AI agents to access and invoke a unified set of tools, prompts, and resources. The project distinguishes itself through a multi-protocol translation bridge that converts communication between standard I/O, SSE, gRPC, and REST to enable interoperability between disparate tool servers. It includes a comprehensive LLM evaluation framework for
Lists available data resources and reads specific content using unique URIs to provide context for agents.
This is a software development kit for integrating the Model Context Protocol into Java applications. It serves as a framework for building AI servers and communication layers that exchange prompts, resources, and tool definitions between AI clients and servers. The SDK provides a transport-agnostic communication layer, allowing bidirectional data exchange over standard I/O, HTTP, or Server-Sent Events. It includes a generative AI resource manager for exposing structured data and prompt templates, and a standardized interface for implementing protocol clients and servers. The project covers
Provides mechanisms to manage data resources accessed via unique URIs to serve as context for AI models.
Eloquent-JavaScript is a comprehensive JavaScript programming textbook and interactive coding tutorial designed for web development education. It serves as both a language reference and a practical guide, combining theoretical lessons with an environment where learners can execute and modify code examples. The project focuses on the fundamental principles of the JavaScript language, including lexical scoping, prototype-based inheritance, and asynchronous patterns. It provides detailed instruction on object-oriented programming, functional programming, and the use of the browser DOM to create
Provides practical examples of managing data resources using HTTP methods and JSON CRUD operations.