2 مستودعات
Customizing the sequence of parsing, validation, and execution logic in a GraphQL server.
Distinct from Execution Logic Overrides: Focuses specifically on the GraphQL execution pipeline rather than generic parallel task execution.
Explore 2 awesome GitHub repositories matching development tools & productivity · Execution Pipeline Overrides. Refine with filters or upvote what's useful.
express-graphql is a GraphQL API server implementation and HTTP middleware that connects a GraphQL schema to an HTTP server. It provides a request parser to extract queries and variables from various content types and a context provider to inject HTTP request data and session state into resolver functions. The library includes a browser-based interactive IDE that detects GET requests to serve an HTML interface for testing queries and inspecting responses. It also supports a custom execution pipeline, allowing for the override of default parsing, validation, execution, and error formatting fun
Allows overriding default parsing, validation, execution, and error formatting functions with custom logic.
ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented
Swaps specific inputs or checkpoint outputs during a replay to isolate the impact of changes against a baseline execution.