awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • graphql/express-graphqlالصورة الرمزية لـ graphql

    graphql/express-graphql

    6,270عرض على GitHub↗

    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
    عرض على GitHub↗6,270
  • zenml-io/zenmlالصورة الرمزية لـ zenml-io

    zenml-io/zenml

    5,451عرض على GitHub↗

    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
    عرض على GitHub↗5,451
  1. Home
  2. Development Tools & Productivity
  3. Parallel Execution
  4. Custom Parallel Task Execution
  5. Execution Logic Overrides
  6. Execution Pipeline Overrides

استكشف الوسوم الفرعية

  • 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.