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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to dotflow-io/dotflow

Open-source alternatives to Dotflow

30 open-source projects similar to dotflow-io/dotflow, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Dotflow alternative.

  • dagworks-inc/hamiltonAvatar de dagworks-inc

    dagworks-inc/hamilton

    2,528Voir sur GitHub↗

    Apache Hamilton helps data scientists and engineers define testable, modular, self-documenting dataflows, that encode lineage/tracing and metadata. Runs and scales everywhere python does.

    Jupyter Notebook
    Voir sur GitHub↗2,528
  • dagster-io/dagsterAvatar de dagster-io

    dagster-io/dagster

    14,974Voir sur 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.

    Pythonanalyticsdagsterdata-engineering
    Voir sur GitHub↗14,974
  • couler-proj/coulerAvatar de couler-proj

    couler-proj/couler

    944Voir sur GitHub↗

    Unified Interface for Constructing and Managing Workflows on different workflow engines, such as Argo Workflows, Tekton Pipelines, and Apache Airflow.

    Python
    Voir sur GitHub↗944
  • pinterest/pinballAvatar de pinterest

    pinterest/pinball

    1,047Voir sur GitHub↗

    Pinball is a scalable workflow manager

    JavaScript
    Voir sur GitHub↗1,047

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • spotify/luigiAvatar de spotify

    spotify/luigi

    18,676Voir sur 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

    Pythonhadoopluigiorchestration-framework
    Voir sur GitHub↗18,676
  • kestra-io/kestraAvatar de kestra-io

    kestra-io/kestra

    27,073Voir sur GitHub↗

    Kestra is a declarative workflow orchestrator designed to manage complex task dependencies and automated processes through versioned configuration files. It functions as a distributed platform that decouples task scheduling from execution by offloading computational workloads to a fleet of worker nodes. The system uses a reactive, event-driven engine to initiate workflows automatically in response to external signals, webhooks, schedules, or file system changes. The platform distinguishes itself through a modular plugin architecture that allows for the integration of custom tasks and external

    Javaautomationdata-orchestrationdevops
    Voir sur GitHub↗27,073
  • quantumblacklabs/kedroAvatar de quantumblacklabs

    quantumblacklabs/kedro

    10,889Voir sur GitHub↗

    Kedro is a data science pipeline framework and production toolbox designed to build reproducible, modular workflows using software engineering best practices. It functions as a data engineering orchestrator and catalog manager, bridging the gap between interactive analysis and maintainable production pipelines. The framework distinguishes itself by using a data catalog to decouple data access from processing logic and providing tools to transition analysis from interactive notebooks into structured workflows. It includes a workflow visualization tool that generates visual maps of data pipelin

    Python
    Voir sur GitHub↗10,889
  • apache/airflowAvatar de apache

    apache/airflow

    45,902Voir sur 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

    Pythonairflowapacheapache-airflow
    Voir sur GitHub↗45,902
  • alpha-unito/streamflowA

    alpha-unito/streamflow

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • agnostiqhq/covalentAvatar de AgnostiqHQ

    AgnostiqHQ/covalent

    861Voir sur GitHub↗

    Pythonic tool for orchestrating machine-learning/high performance/quantum-computing workflows in heterogeneous compute environments.

    Python
    Voir sur GitHub↗861
  • argoproj-labs/heraA

    argoproj-labs/hera

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • baffelli/pyperatorB

    baffelli/pyperator

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • bd2kgenomics/toilB

    BD2KGenomics/toil

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • bjpop/rubraB

    bjpop/rubra

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • argoproj/argo-workflowsAvatar de argoproj

    argoproj/argo-workflows

    16,466Voir sur GitHub↗

    Argo Workflows is a container-native workflow engine that functions as a Kubernetes custom resource controller. It orchestrates complex sequences of containerized tasks by executing them as directed acyclic graphs, allowing for dependency management and parallel processing within a cluster. The system extends the native Kubernetes control plane to manage the full lifecycle of automated processes, from initial triggering to final resource cleanup. The platform distinguishes itself through its controller-pattern reconciliation, which continuously monitors workflow states to align them with desi

    Goairflowargoargo-workflows
    Voir sur GitHub↗16,466
  • argoproj/argoAvatar de argoproj

    argoproj/argo

    16,770Voir sur GitHub↗

    Argo is a cloud native CI/CD platform and Kubernetes workflow engine. It functions as a container pipeline orchestrator and job scheduler, managing multi-step sequences of containers as jobs using directed acyclic graphs within a cluster. The system acts as a progressive delivery controller, reducing release risk through automated Canary and Blue-Green deployment strategies. It provides declarative GitOps synchronization to mirror the state of a git repository directly into the cluster environment for continuous delivery automation. The platform covers a broad range of capabilities including

    Go
    Voir sur GitHub↗16,770
  • airbnb/airflowAvatar de airbnb

    airbnb/airflow

    45,937Voir sur GitHub↗

    Airflow is a workflow orchestration platform for authoring, scheduling, and monitoring complex data pipelines as code using Python. It employs a DAG-based task scheduler to manage execution timing and dependencies via directed acyclic graphs, utilizing a distributed task execution engine to run workloads across a cluster of worker nodes. The platform provides a data pipeline monitor for tracking the health and execution history of programmatic workflows. This includes a web interface for workflow progress visualization and health monitoring to identify and troubleshoot pipeline failures. The

    Python
    Voir sur GitHub↗45,937
  • centurylinklabs/drayAvatar de CenturyLinkLabs

    CenturyLinkLabs/dray

    385Voir sur GitHub↗

    An engine for managing the execution of container-based workflows.

    Go
    Voir sur GitHub↗385
  • cocoindex-io/cocoindexAvatar de cocoindex-io

    cocoindex-io/cocoindex

    6,117Voir sur GitHub↗

    Cocoindex is an incremental data processing engine that builds and maintains live indexes for AI agents, with a core focus on codebase indexing and knowledge graph extraction. The engine uses a function-graph execution model where user-defined Python functions are composed into a directed acyclic graph, and it processes data incrementally so only changed source records or code paths are re-computed, avoiding full recomputation at any scale. It supports automatic schema inference from transformation pipeline type annotations and provides full data lineage tracing, tagging every output record wi

    Rustagentic-data-frameworkaiai-agents
    Voir sur GitHub↗6,117
  • cordum-io/cordumAvatar de cordum-io

    cordum-io/cordum

    483Voir sur GitHub↗

    The open agent control plane. Govern autonomous AI agents with pre-execution policy enforcement, approval gates, and audit trails. Works with LangChain, CrewAI, MCP, and any framework.

    Go
    Voir sur GitHub↗483
  • bruin-data/bruinAvatar de bruin-data

    bruin-data/bruin

    1,620Voir sur GitHub↗

    Build data pipelines with SQL and Python, ingest data from different sources, add quality checks, and build end-to-end flows.

    Goanalyticsbigquerydata-analysis
    Voir sur GitHub↗1,620
  • argonne-lcf/balsamAvatar de argonne-lcf

    argonne-lcf/balsam

    85Voir sur GitHub↗

    High throughput workflows and automation for HPC

    Python
    Voir sur GitHub↗85
  • dagworks-inc/burrAvatar de dagworks-inc

    dagworks-inc/burr

    2,420Voir sur GitHub↗

    Build applications that make decisions (chatbots, agents, simulations, etc...). Monitor, trace, persist, and execute on your own infrastructure.

    Python
    Voir sur GitHub↗2,420
  • broadinstitute/cromwellAvatar de broadinstitute

    broadinstitute/cromwell

    1,069Voir sur GitHub↗

    Scientific workflow engine designed for simplicity & scalability. Trivially transition between one off use cases to massive scale production environments

    Scala
    Voir sur GitHub↗1,069
  • dask/daskAvatar de dask

    dask/dask

    13,746Voir sur GitHub↗

    Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows from single machines to large clusters. It functions as a cluster resource manager that orchestrates computational logic by representing tasks and their dependencies as directed acyclic graphs. This architecture allows the system to automate the distribution of workloads across available hardware while managing complex execution requirements. The project distinguishes itself through a lazy evaluation engine that defers data operations until they are explicitly requested, enabl

    Pythondasknumpypandas
    Voir sur GitHub↗13,746
  • diana-hep/adageAvatar de diana-hep

    diana-hep/adage

    55Voir sur GitHub↗

    dynamic DAG workflows

    Python
    Voir sur GitHub↗55
  • druths/flexAvatar de druths

    druths/flex

    55Voir sur GitHub↗

    A framework (comand line tool libraries) for creating flexible compute pipelines

    Python
    Voir sur GitHub↗55
  • dstackai/dstackAvatar de dstackai

    dstackai/dstack

    2,162Voir sur GitHub↗

    Vendor-agnostic orchestration for training, inference and agentic workloads across NVIDIA, AMD, TPU, and Tenstorrent on clouds, Kubernetes, and bare metal.

    Python
    Voir sur GitHub↗2,162
  • ecmwf/ecflowE

    ecmwf/ecflow

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • bloomreach/brieflyB

    bloomreach/briefly

    0Voir sur GitHub↗
    Voir sur GitHub↗0