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

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

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

4 مستودعات

Awesome GitHub RepositoriesWorkflow Orchestrators

Systems for defining and executing complex sequences of data processing tasks.

Distinguishing note: Focuses on DAG-based scheduling rather than general data storage.

Explore 4 awesome GitHub repositories matching data & databases · Workflow Orchestrators. Refine with filters or upvote what's useful.

Awesome Workflow Orchestrators GitHub Repositories

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

    apache/airflow

    45,902عرض على GitHub↗

    Airflow is a platform for programmatically authoring, scheduling, and monitoring complex data pipelines. It functions as a workflow automation engine that manages the lifecycle of recurring business processes by executing code-defined task dependencies. By representing workflows as directed acyclic graphs, the system ensures that task execution order and data flow are explicitly defined and reliably maintained across distributed computing environments. The platform distinguishes itself through a highly modular, provider-based architecture that decouples core orchestration logic from external

    Provides a platform for authoring, scheduling, and monitoring complex data pipelines using directed acyclic graphs.

    Pythonairflowapacheapache-airflow
    عرض على GitHub↗45,902
  • prefecthq/prefectالصورة الرمزية لـ PrefectHQ

    PrefectHQ/prefect

    21,640عرض على GitHub↗

    Prefect is a workflow orchestration platform designed to define, schedule, and monitor complex data pipelines as Python code. It functions as a container-native engine that wraps individual tasks in isolated environments, ensuring consistent dependencies and resource allocation across diverse infrastructure. By utilizing a state-machine-based orchestration model, the system tracks execution progress through discrete transitions and persistent event logs to maintain reliable and observable task processing. The platform distinguishes itself through a decoupled worker-API architecture, which sep

    Executes DAGs by parsing manifests and running nodes as individual tasks to enable granular retries and observability.

    Pythonautomationdatadata-engineering
    عرض على GitHub↗21,640
  • apache/dolphinschedulerالصورة الرمزية لـ apache

    apache/dolphinscheduler

    14,329عرض على GitHub↗

    DolphinScheduler is a distributed workflow orchestrator designed to manage and automate complex data processing pipelines. It functions as a data pipeline scheduler that coordinates multi-step tasks across distributed environments, ensuring reliable execution through defined dependencies and sequences. The platform utilizes a directed acyclic graph model to represent workflows, allowing users to define task relationships via a visual interface. It employs a master-worker architecture supported by a pluggable task plugin system, which enables the dynamic extension of task types without requiri

    Orchestrates complex, multi-step data processing workflows across distributed environments using dependency-based scheduling.

    Javaairflowazkabancloud-native
    عرض على GitHub↗14,329
  • alirezadir/production-level-deep-learningالصورة الرمزية لـ alirezadir

    alirezadir/Production-Level-Deep-Learning

    4,647عرض على GitHub↗

    This project is an MLOps architectural guide and framework for designing and deploying deep learning systems into production environments. It provides a structured approach to model inference deployment, ML pipeline orchestration, and the creation of production-level machine learning architectures. The project distinguishes itself through a focus on distributed deep learning and edge AI optimization. It covers methodologies for parallelizing model training across multiple GPUs to handle large datasets and applies techniques like quantization and distillation to reduce model size for embedded

    Orchestrates data workflows to coordinate dependencies between preparation tasks and model training.

    aiartificial-intelligencedeep-learning
    عرض على GitHub↗4,647
  1. Home
  2. Data & Databases
  3. Workflow Orchestrators