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,981GitHub पर देखें↗

    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,572GitHub पर देखें↗

    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.