awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesExecution Pipeline Overrides

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.

Awesome Execution Pipeline Overrides GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • graphql/express-graphqlAvatar von graphql

    graphql/express-graphql

    6,270Auf GitHub ansehen↗

    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.

    TypeScriptexpress-graphqlexpress-middlewaregraphql
    Auf GitHub ansehen↗6,270
  • zenml-io/zenmlAvatar von zenml-io

    zenml-io/zenml

    5,451Auf GitHub ansehen↗

    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.

    Pythonagentopsagentsai
    Auf GitHub ansehen↗5,451
  1. Home
  2. Development Tools & Productivity
  3. Parallel Execution
  4. Custom Parallel Task Execution
  5. Execution Logic Overrides
  6. Execution Pipeline Overrides

Unter-Tags erkunden

  • Execution Input OverridesSwaps inputs or checkpoint outputs during workflow replays. **Distinct from Execution Pipeline Overrides:** Distinct from GraphQL execution pipeline overrides: focuses on ML pipeline checkpoint and input swapping for replay isolation.