awesome-repositories.com
Blog
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesReference Data Lookups

Looks 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.

Explore 2 awesome GitHub repositories matching data & databases · Reference Data Lookups. Refine with filters or upvote what's useful.

Awesome Reference Data Lookups GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • 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
  4. Reference Data Lookups

Unter-Tags erkunden

  • Reference Data RefreshersAutomated mechanisms for updating lookup datasets without query downtime. **Distinct from Reference Data Lookups:** Distinct from Reference Data Lookups: focuses on the refresh/replacement mechanism for reference data, not the lookup join operation.