2 repository-uri
Abstractions that translate internal analytics operations into native queries for external databases without loading full datasets.
Distinct from Server Interface Abstractions: Distinct from server virtualization or UI abstractions; this is a data-layer abstraction for remote querying.
Explore 2 awesome GitHub repositories matching data & databases · Virtual Query Abstractions. Refine with filters or upvote what's useful.
Perspective is a columnar data analytics engine and high-performance visualization component powered by WebAssembly. It provides a system for analyzing and visualizing large or streaming datasets through interactive data grids and charts, utilizing a compiled binary to achieve near-native performance within the browser. The project distinguishes itself through a WebSocket-based data streaming interface and deep Apache Arrow integration, which minimize memory overhead when synchronizing tables between servers and clients. It acts as a remote query proxy capable of translating visualization con
Translates internal query operations into native calls for external databases without loading full datasets into memory.
Falcor is a JavaScript library that models remote data as a single virtual JSON graph, providing a path-based query engine for efficient client-side data retrieval and updates. It represents multiple remote data sources as a unified document where entities are accessed via globally unique identity paths. The system distinguishes itself by treating the remote data model as a virtual JSON resource, allowing the client to query specific paths without managing individual endpoints. It uses a reference-aware graph model to handle many-to-many relationships and prevents data duplication. Network ef
Queries a unified virtual JSON document through a single endpoint to retrieve data from various backend services.