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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to nitorcreations/nflow

Projects sharing features with NFlow

30 open-source projects similar to nitorcreations/nflow, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • spotify/luigispotify avatar

    spotify/luigi

    18,676View on 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
    View on GitHub↗18,676
  • camunda/camunda-bpm-platformcamunda avatar

    camunda/camunda-bpm-platform

    4,269View on GitHub↗

    Camunda is a business process automation platform and orchestration tool used to model, deploy, and monitor automated workflows and human-centric tasks. It features a BPMN workflow engine for executing processes based on the BPMN 2.0 standard and a DMN decision engine for automating business logic and rule evaluation. The platform is designed for flexibility through an embedded workflow library that allows the engine to be integrated directly into custom applications. It supports multi-tenant workflow management, enabling the secure separation of process definitions and instance data for mult

    Java
    View on GitHub↗4,269
  • agnostiqhq/covalentAgnostiqHQ avatar

    AgnostiqHQ/covalent

    861View on GitHub↗

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

    Python
    View on GitHub↗861
  • airbnb/airflowairbnb avatar

    airbnb/airflow

    45,937View on 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
    View on GitHub↗45,937

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • alpha-unito/streamflowA

    alpha-unito/streamflow

    0View on GitHub↗
    View on GitHub↗0
  • americanexpress/unify-flowretamericanexpress avatar

    americanexpress/unify-flowret

    123View on GitHub↗

    A lightweight Java based orchestration engine

    Java
    View on GitHub↗123
  • argoproj-labs/heraA

    argoproj-labs/hera

    0View on GitHub↗
    View on GitHub↗0
  • broadinstitute/cromwellbroadinstitute avatar

    broadinstitute/cromwell

    1,069View on GitHub↗

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

    Scala
    View on GitHub↗1,069
  • automatiko-io/automatiko-engineautomatiko-io avatar

    automatiko-io/automatiko-engine

    85View on GitHub↗

    Automatiko workflow engine to build services and functions

    Java
    View on GitHub↗85
  • azure/durabletaskAzure avatar

    Azure/durabletask

    1,720View on GitHub↗

    Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.

    C#
    View on GitHub↗1,720
  • baffelli/pyperatorB

    baffelli/pyperator

    0View on GitHub↗
    View on GitHub↗0
  • bd2kgenomics/toilB

    BD2KGenomics/toil

    0View on GitHub↗
    View on GitHub↗0
  • bjpop/rubraB

    bjpop/rubra

    0View on GitHub↗
    View on GitHub↗0
  • bloomreach/brieflyB

    bloomreach/briefly

    0View on GitHub↗
    View on GitHub↗0
  • argonne-lcf/balsamargonne-lcf avatar

    argonne-lcf/balsam

    85View on GitHub↗

    High throughput workflows and automation for HPC

    Python
    View on GitHub↗85
  • aiidateam/aiida-coreaiidateam avatar

    aiidateam/aiida-core

    570View on GitHub↗

    The official repository for the AiiDA code

    Python
    View on GitHub↗570
  • centurylinklabs/drayCenturyLinkLabs avatar

    CenturyLinkLabs/dray

    385View on GitHub↗

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

    Go
    View on GitHub↗385
  • cocoindex-io/cocoindexcocoindex-io avatar

    cocoindex-io/cocoindex

    6,117View on 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
    View on GitHub↗6,117
  • couler-proj/coulercouler-proj avatar

    couler-proj/couler

    944View on GitHub↗

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

    Python
    View on GitHub↗944
  • dagster-io/dagsterdagster-io avatar

    dagster-io/dagster

    14,974View on 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
    View on GitHub↗14,974
  • dagworks-inc/burrdagworks-inc avatar

    dagworks-inc/burr

    2,420View on GitHub↗

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

    Python
    View on GitHub↗2,420
  • dagworks-inc/hamiltondagworks-inc avatar

    dagworks-inc/hamilton

    2,528View on 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
    View on GitHub↗2,528
  • danielgerlag/workflow-coredanielgerlag avatar

    danielgerlag/workflow-core

    5,884View on GitHub↗

    Lightweight workflow engine for .NET Standard

    C#hacktoberfestsagasaga-transactions
    View on GitHub↗5,884
  • dask/daskdask avatar

    dask/dask

    13,746View on 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
    View on GitHub↗13,746
  • dbos-inc/dbos-transactdbos-inc avatar

    dbos-inc/dbos-transact

    1,245View on GitHub↗

    Database-Backed Durable TypeScript Workflows

    TypeScript
    View on GitHub↗1,245
  • diana-hep/adagediana-hep avatar

    diana-hep/adage

    55View on GitHub↗

    dynamic DAG workflows

    Python
    View on GitHub↗55
  • dotflow-io/dotflowdotflow-io avatar

    dotflow-io/dotflow

    7View on GitHub↗

    🎲 Dotflow turns an idea into flow! — Lightweight Python library for execution pipelines

    Python
    View on GitHub↗7
  • druths/flexdruths avatar

    druths/flex

    55View on GitHub↗

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

    Python
    View on GitHub↗55
  • ecmwf/ecflowE

    ecmwf/ecflow

    0View on GitHub↗
    View on GitHub↗0
  • adaptivegenome/opengeA

    adaptivegenome/openge

    0View on GitHub↗
    View on GitHub↗0