awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nlohmann/jsonAvatar von nlohmann

    nlohmann/json

    49,944Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗49,944
  • pubkey/rxdbAvatar von pubkey

    pubkey/rxdb

    23,048Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗23,048
  • quarkusio/quarkusAvatar von quarkusio

    quarkusio/quarkus

    15,479Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,479
  • brasilapi/brasilapiAvatar von BrasilAPI

    BrasilAPI/BrasilAPI

    10,750Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,750
  • xuchengsheng/spring-readingAvatar von xuchengsheng

    xuchengsheng/spring-reading

    9,921Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,921
  • derekyrc/mini-springAvatar von DerekYRC

    DerekYRC/mini-spring

    6,360Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,360
  • apache/pinotAvatar von apache

    apache/pinot

    6,098Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,098
  • vega/vega-liteAvatar von vega

    vega/vega-lite

    5,216Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,216
  1. Home
  2. Data & Databases
  3. Data Lookup Interfaces

Unter-Tags erkunden

  • Dynamic Bean Lookups1 Sub-TagMechanisms 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-TagLooks 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.