1 Repo
Routing logic that uses a standardized internal format to direct queries to specific data connectors.
Distinct from Query Routing: Focuses on routing based on an internal representation rather than database sharding or distribution logic.
Explore 1 awesome GitHub repository matching data & databases · Internal Representation Routing. Refine with filters or upvote what's useful.
graphql-engine is an automated GraphQL API engine that transforms database tables and relationships into a queryable GraphQL schema. It functions as a federation gateway and mapper, instantly generating APIs with built-in filtering, pagination, and mutations from existing databases and remote schemas. The project distinguishes itself through a fine-grained access control layer that enforces row-level and field-level permissions. It further provides a real-time data subscription server that converts standard queries into live streams and a system for triggering event-driven webhooks and notifi
Translates requests into an intermediate representation to route them to specialized data connectors for database execution.