awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesWorkflow Orchestration Engines

Platforms for defining, scheduling, and monitoring complex sequences of data processing tasks and dependencies.

Distinguishing note: None of the provided candidates were relevant; this category specifically targets data pipeline orchestration and task dependency management.

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

Awesome Workflow Orchestration Engines GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • apache/airflowapache 的头像

    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

    Managing the lifecycle of recurring business processes by executing code-defined task dependencies and handling state persistence across distributed environments.

    Pythonairflowapacheapache-airflow
    在 GitHub 上查看↗45,902
  • spotify/luigispotify 的头像

    spotify/luigi

    18,676在 GitHub 上查看↗

    Luigi is a Python framework designed for building and managing complex batch data pipelines. It functions as a workflow orchestration engine that organizes tasks into directed acyclic graphs, ensuring that jobs execute in the correct logical order based on their dependencies. By utilizing a centralized scheduler, the system coordinates task execution across distributed environments, tracks global workflow state, and prevents redundant processing by verifying the existence of output targets before triggering any work. The project distinguishes itself through a robust state-tracking mechanism t

    Coordinates multi-step data processing tasks, handles retries, and ensures atomic output generation.

    Pythonhadoopluigiorchestration-framework
    在 GitHub 上查看↗18,676
  • dagster-io/dagsterdagster-io 的头像

    dagster-io/dagster

    14,974在 GitHub 上查看↗

    Dagster is a data orchestration platform designed to manage the entire lifecycle of data assets through declarative modeling and version-controlled code. It functions as a workflow engine that treats data assets as first-class primitives, allowing teams to define, schedule, and monitor complex pipelines while maintaining clear visibility into lineage, dependencies, and data quality. The platform distinguishes itself by using a code-as-configuration framework that enables standard software engineering practices, such as unit testing and local mocking, to be applied directly to data workflows.

    Coordinates distributed tasks and data dependencies across heterogeneous cloud environments and external infrastructure.

    Pythonanalyticsdagsterdata-engineering
    在 GitHub 上查看↗14,974
  • flyteorg/flyteflyteorg 的头像

    flyteorg/flyte

    7,095在 GitHub 上查看↗

    Flyte is a Kubernetes-based machine learning orchestrator and containerized pipeline manager designed for coordinating AI workflows and data pipelines. It functions as an engine for defining and executing resilient pipelines, utilizing a data lineage tracker to maintain immutable execution states and ensure reproducible outputs. The platform distinguishes itself by packaging individual tasks into separate containers to ensure dependency isolation and environment consistency. It provides specialized capabilities for machine learning, including the transformation of trained models into scalable

    Provides a platform for defining and scheduling complex sequences of data processing tasks and their dependencies.

    Go
    在 GitHub 上查看↗7,095
  1. Home
  2. Data & Databases
  3. Workflow Orchestration Engines