awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repositorios

Awesome GitHub RepositoriesData Lookup Interfaces

Mechanisms for retrieving specific elements from structured data.

Distinguishing note: Focuses on access and lookup patterns.

Explore 8 awesome GitHub repositories matching data & databases · Data Lookup Interfaces. Refine with filters or upvote what's useful.

Awesome Data Lookup Interfaces GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • nlohmann/jsonAvatar de nlohmann

    nlohmann/json

    49,944Ver en GitHub↗

    This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured data. It provides a recursive variant data model that represents arbitrary structures as native types, allowing developers to navigate, modify, and patch hierarchical data using standard pointer paths and declarative update patterns. The project distinguishes itself through its template-based architecture, which enables type-safe data structures and custom type mapping at compile time. It offers a unified interface for binary format abstraction, supporting multiple compact repre

    Accesses specific data points within structured data using direct key lookups or collection-based indexing.

    C++bsoncborheader-only
    Ver en GitHub↗49,944
  • pubkey/rxdbAvatar de pubkey

    pubkey/rxdb

    23,048Ver en GitHub↗

    This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored. The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d

    Provides flexible mechanisms for retrieving specific documents and records from the database using selectors and primary key lookups.

    TypeScriptangularbrowser-databasecouchdb
    Ver en GitHub↗23,048
  • quarkusio/quarkusAvatar de quarkusio

    quarkusio/quarkus

    15,479Ver en GitHub↗

    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

    Retrieves bean instances dynamically at runtime with support for caching and filtering.

    Javacloud-nativehacktoberfestjava
    Ver en GitHub↗15,479
  • brasilapi/brasilapiAvatar de BrasilAPI

    BrasilAPI/BrasilAPI

    10,750Ver en GitHub↗

    BrasilAPI is a REST API gateway that aggregates and exposes official Brazilian public data from fragmented government sources. It functions as a multi-provider data aggregator that normalizes heterogeneous information into a standardized JSON schema for consistent delivery. The system utilizes a multi-provider fallback pipeline to ensure reliable data resolution, querying several external APIs in sequence if a primary provider fails. It also incorporates a caching proxy gateway to reduce latency and avoid redundant requests for frequently accessed public data. The platform covers a broad ran

    Provides a utility to retrieve detailed information for a specific Brazilian state using its abbreviation or code.

    JavaScript
    Ver en GitHub↗10,750
  • xuchengsheng/spring-readingAvatar de xuchengsheng

    xuchengsheng/spring-reading

    9,921Ver en GitHub↗

    This is a learning resource that explains the Spring Framework through source code analysis and practical examples. It covers the foundational principles of Inversion of Control and Dependency Injection, demonstrating how the IoC container manages bean definitions, dependency injection, and lifecycle callbacks. The material also explores Spring's Aspect-Oriented Programming implementation, showing how cross-cutting concerns like logging and security are handled through proxy-based weaving. The resource provides walkthroughs of Spring Boot's automatic configuration mechanism, detailing how con

    Walks through the pipeline of bean post-processors that intervene in bean creation and initialization.

    Javaannotationsawareinterfacebackenddevelopment
    Ver en GitHub↗9,921
  • derekyrc/mini-springAvatar de DerekYRC

    DerekYRC/mini-spring

    6,360Ver en GitHub↗

    mini-spring is a Java dependency injection framework and inversion of control container. It manages the full lifecycle of beans, including instantiation, property population, and scope management, while providing a system for automating the wiring of components. The project implements a Java AOP framework that uses dynamic proxies to intercept method calls for cross-cutting logic. It also functions as a Java component scanner to automatically discover and register managed objects via annotations and as a Java event bus to decouple components through a publish-subscribe multicast system. The

    Provides a post-processor pipeline to modify bean definitions and instances during the container initialization phase.

    Javamini-springspringspring-boot
    Ver en GitHub↗6,360
  • apache/pinotAvatar de apache

    apache/pinot

    6,098Ver en GitHub↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Replaces existing datasets with updated versions via scheduled batch jobs or on-demand API triggers to maintain current lookup values without query downtime.

    Java
    Ver en GitHub↗6,098
  • vega/vega-liteAvatar de vega

    vega/vega-lite

    5,216Ver en GitHub↗

    Vega-Lite is a high-level declarative language for specifying interactive, multi-view visualizations. It compiles a concise JSON specification into a full Vega visualization, automatically inferring scales, axes, and legends from encoding declarations. The grammar-of-graphics encoding maps data fields to visual channels such as position, color, size, and shape, while a multi-view composition grammar enables layered, faceted, concatenated, and repeated layouts. Reactive parameter binding links named parameters to input widgets, selections, and expressions for dynamic updates. The project suppo

    Vega-Lite looks up each record in the main data set against a reference and attaches selected fields from the matching record.

    TypeScriptchartsdeclarative-languageplot
    Ver en GitHub↗5,216
  1. Home
  2. Data & Databases
  3. Data Lookup Interfaces

Explorar subetiquetas

  • Dynamic Bean Lookups1 sub-etiquetaMechanisms for retrieving bean instances at runtime with support for filtering and priority-based sorting. **Distinct from Data Lookup Interfaces:** Focuses on dependency injection container lookups, distinct from general data structure access.
  • Reference Data Lookups1 sub-etiquetaLooks up each record in a main dataset against a reference dataset and attaches selected fields from the matching record. **Distinct from Data Lookup Interfaces:** Distinct from Data Lookup Interfaces: focuses on joining datasets by matching records, not on generic element retrieval from structured data.
  • State LookupsUtilities for retrieving specific state administrative data using codes or abbreviations. **Distinct from Data Lookup Interfaces:** Distinct from Data Lookup Interfaces: specifically targets geopolitical state entities rather than generic structured data elements.