1 repository
Querying 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.
Explore 1 awesome GitHub repository matching data & databases · Virtual Graph Querying. Refine with filters or upvote what's useful.
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.