2 Repos
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.
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.
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.