awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesVirtual Query Abstractions

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.

Awesome Virtual Query Abstractions GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • perspective-dev/perspectiveAvatar perspective-dev

    perspective-dev/perspective

    10,981Vezi pe GitHub↗

    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.

    C++analyticsbidata-visualization
    Vezi pe GitHub↗10,981
  • netflix/falcorAvatar Netflix

    Netflix/falcor

    10,572Vezi pe GitHub↗

    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.

    JavaScript
    Vezi pe GitHub↗10,572
  1. Home
  2. Data & Databases
  3. Virtual Query Abstractions

Explorează sub-etichetele

  • Virtual Graph QueryingQuerying a virtualized data document via a single endpoint to resolve data from multiple backends. **Distinct from Virtual Query Abstractions:** f6_mt4 is a general abstraction; this is specifically for querying a unified virtual JSON document.