awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • perspective-dev/perspectiveperspective-dev 的头像

    perspective-dev/perspective

    10,981在 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
    在 GitHub 上查看↗10,981
  • netflix/falcorNetflix 的头像

    Netflix/falcor

    10,572在 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
    在 GitHub 上查看↗10,572
  1. Home
  2. Data & Databases
  3. Virtual Query Abstractions

探索子标签

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