11 repositorios
Tools for defining which document properties are returned in API responses.
Distinguishing note: Focuses on optimizing response payloads through field selection.
Explore 11 awesome GitHub repositories matching data & databases · Field Selection. Refine with filters or upvote what's useful.
Payload is a headless content management system and application framework that uses a code-first approach to define data schemas and administrative interfaces. By utilizing a centralized, type-safe configuration object, it automatically generates database schemas, API endpoints, and a fully customizable admin panel. The system is built on a database-agnostic architecture, allowing it to interface with various storage engines while providing a unified, type-safe API for server-side operations, REST, and GraphQL. What distinguishes Payload is its deep extensibility and developer-centric design.
Defines default fields to return in API responses to minimize data transfer.
Wagtail is an open-source content management system built on the Django web framework. It provides a structured, tree-based approach to content modeling, allowing developers to define custom page types and reusable content components that are managed through a highly customizable administrative interface. The platform distinguishes itself through its flexible, block-based content composition system, which enables editors to assemble complex page layouts dynamically. It also offers robust support for multi-site and multi-lingual environments, allowing organizations to manage distinct websites
Allows developers to specify which data attributes are included in API responses to optimize payloads.
NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory data store with the option to persist documents to a local file system, ensuring data survives application restarts. The project utilizes a MongoDB-compatible API to perform data operations, allowing it to serve as a lightweight document indexing system and a persistent file database without requiring a separate database server. Capabilities include querying, inserting, updating, and deleting documents, as well as the ability to create indexes on specific fields to accelerate
Allows restricting the fields returned in a query to optimize the response payload.
gqlgen is a schema-first Go library designed to build type-safe GraphQL servers. It functions as a code generation engine that transforms declarative GraphQL schema definitions into strongly-typed Go source code, ensuring strict alignment between the API contract and the underlying implementation. The framework distinguishes itself through its deep integration with the Go type system and its highly extensible build pipeline. By using schema-first development, it automates the creation of server boilerplate and resolver stubs, allowing developers to map schema fields directly to Go structs and
Inspects requested query fields to determine necessary data fetching requirements during resolution.
Miller is a command-line data processor used for filtering, transforming, and aggregating name-indexed tabular data. It functions as a tool for querying and reshaping records across multiple file formats, serving as a converter between CSV, JSON, and YAML. The tool distinguishes itself by using a name-indexed data model, allowing users to manipulate fields by name rather than numeric position. It utilizes single-pass streaming algorithms to compute statistics and summaries on large datasets that exceed available system memory. Its capabilities cover data transformation and analysis, includin
Extracts specific subsets of fields and reorders them for the final output.
Countries is a static data repository that provides standardized country information based on the ISO 3166-1 schema. The dataset includes comprehensive attributes such as country names, codes, currencies, languages, borders, and area, stored as flat files in multiple formats including JSON, CSV, XML, and YAML without requiring a database or runtime server. The project includes a command-line tool that allows users to customize the dataset by including or excluding specific fields during export, enabling the creation of tailored country data outputs. Supplementary geographic assets such as Geo
Provides a command-line tool to include or exclude specific fields from the country dataset during export.
PostgREST es una herramienta que transforma automáticamente un esquema de base de datos PostgreSQL en una API RESTful lista para producción. Sirve como capa de acceso a base de datos y motor de consultas que mapea solicitudes HTTP directamente a consultas SQL, proporcionando una interfaz low-code para ejecutar operaciones de creación, lectura, actualización y eliminación (CRUD) sin requerir código boilerplate manual. El proyecto se distingue por utilizar la generación de API basada en esquemas y el descubrimiento basado en metadatos para exponer las tablas de la base de datos como recursos navegables. Extiende las capacidades CRUD estándar mediante la ejecución de SQL personalizado y con plantillas, un sistema de middleware basado en plugins para inyectar lógica de negocio y la capacidad de cargar librerías compartidas externas en tiempo de ejecución. El sistema cubre una amplia gama de capacidades, incluyendo consultas de datos complejas con joins de tablas, agregaciones y búsqueda de texto completo. Implementa un framework de seguridad integral que incluye autenticación basada en tokens, permisos granulares a nivel de tabla y gestión de CORS. Las características operativas adicionales incluyen caché de resultados local, monitoreo de salud del servidor y conectividad para SQL distribuido y Amazon Redshift. La instalación es compatible con múltiples entornos, incluyendo como binario independiente o mediante plantillas de automatización de Docker Compose y Heroku.
Limits returned data to a specified list of columns to optimize API response payloads.
Este proyecto es un wrapper de constructor de consultas Eloquent y analizador de consultas REST API para aplicaciones Laravel. Traduce parámetros de solicitudes HTTP en consultas de base de datos para proporcionar filtrado dinámico, ordenamiento y carga de relaciones para endpoints de API. El sistema desacopla la interfaz de API externa de la capa de almacenamiento a través de una abstracción de esquema basada en alias, permitiendo que los nombres de campos públicos se mapeen a columnas privadas de la base de datos. Soporta la inclusión dinámica de relaciones anidadas y conteos agregados, así como la ejecución de lógica programática personalizada para filtros y ordenamiento mediante clases invocables y closures. La superficie de capacidades cubre la proyección de datos mediante la selección de campos y el ordenamiento de resultados basado en parámetros de solicitud. Además, proporciona mecanismos para el filtrado basado en relaciones usando notación de puntos, integración con scopes de modelos locales y control sobre la visibilidad de registros eliminados lógicamente (soft-deleted).
Limits the columns returned by a database query based on parameters specified in the request URL.
Esta es una biblioteca tipada del lado del servidor y un SDK de pasarela de pago para integrar Stripe en aplicaciones Node.js. Proporciona un cliente tipado para gestionar pagos, clientes y suscripciones, ofreciendo herramientas especializadas para ejecutar transacciones financieras seguras y gestionar recursos de facturación. La biblioteca se distingue por un cliente de API idempotente que evita operaciones duplicadas utilizando claves de idempotencia y lógica de reintento con retroceso exponencial. Incluye un validador de firma de webhook para verificar que las notificaciones de eventos HTTPS entrantes sean auténticas y un envoltorio de paginación de iterador asíncrono para recorrer grandes conjuntos de datos. El proyecto cubre una amplia gama de capacidades, incluyendo la gestión de facturación de suscripciones, la orquestación de plataformas de pago para cuentas conectadas y la búsqueda de recursos. Proporciona un manejo integral de respuestas mediante la expansión de objetos y la selección de campos, junto con características de seguridad para la autenticación de peticiones de API y la verificación de webhooks. La biblioteca está escrita en TypeScript.
Optimizes response payloads by allowing the specification of which dependent properties to return.
This project is a REST API framework for NestJS designed to automate the creation of boilerplate-free CRUD endpoints and resource management. It functions as an automated CRUD generator that produces controllers and services for standard database operations, accelerating the development of RESTful APIs. The toolkit includes a REST query parser that translates complex URL parameters into structured database filters, pagination, and sorting rules. It also operates as an API response serializer to control the exposure of entity fields and manage nested relations within JSON responses. For extend
Allows specifying which entity fields to return in the response body to optimize network payload size.
gogcli is a single command-line binary that manages Gmail, Drive, Calendar, Docs, Sheets, Slides, Forms, Apps Script, Contacts, People, Tasks, Classroom, Chat, Groups, Keep, and Workspace Admin services through a predictable service resource method grammar. It authenticates across multiple Google accounts using OAuth, service accounts, access tokens, or application default credentials, storing credentials in the OS keyring for secure persistence. The tool also exposes a Model Context Protocol server over stdio that registers typed tools for agent clients, and can invoke any Google Discovery-
Returns every field the user names via --fields verbatim, trusting the caller deliberately requested that data.