2 dépôts
Capabilities for fetching multiple distinct data paths in a single operation.
Distinct from Cache Value Retrievals: None of the candidates cover the batching of multiple path-based retrievals into a single request.
Explore 2 awesome GitHub repositories matching data & databases · Batch Value Retrievals. 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
Retrieves several values from the graph in a single operation and returns them as a combined object.
WPGraphQL is a GraphQL interface for WordPress that transforms a WordPress installation into a headless content source. It functions as a GraphQL schema provider that maps database structures and relational data into a standardized schema, exposing posts, pages, and custom data types through a single flexible endpoint. The project includes an integrated API query builder and schema explorer, allowing for the visual composition of queries and real-time validation of responses. It provides a system for extending the schema with custom fields and relationships to expose specific business data.
Optimizes data retrieval by fetching multiple diverse resources in a single request to reduce network round-trips.