awesome-repositories.com
Blog
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
·

Batch processing framework

Classement mis à jour le 14 juil. 2026

For batch processing workflows, the strongest matches are powerjob/powerjob (PowerJob is a distributed workflow orchestration engine that provides), apache/incubator-airflow (Apache Airflow is a comprehensive workflow orchestration platform that) and ouqiang/gocron (This is a distributed task scheduling and management system). azkaban/azkaban and hatchet-dev/hatchet round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Explore the best open-source batch processing frameworks. Compare top-rated tools by activity and features to find the best fit for your workflows.

Batch processing framework

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • powerjob/powerjobAvatar de PowerJob

    PowerJob/PowerJob

    7,761Voir sur GitHub↗

    Enterprise job scheduling middleware with distributed computing ability.

    PowerJob is a distributed workflow orchestration engine that provides DAG-based task scheduling, built-in retry policies, and a web-based dashboard for monitoring, making it a comprehensive solution for managing complex data processing jobs.

    JavaDAG Workflow ExecutionsDirected Acyclic Graph EnginesTask Retry Policies
    Voir sur GitHub↗7,761
  • apache/incubator-airflowAvatar de apache

    apache/incubator-airflow

    45,840Voir sur GitHub↗

    This project is a Python workflow orchestration platform and programmatic data pipeline engine used to author, schedule, and monitor complex data pipelines. It functions as a directed acyclic graph manager and scheduler, allowing users to define data movement and transformation tasks as code to ensure precise execution order and maintainability. The platform distinguishes itself by treating workflows as code, enabling pipelines to be versioned and tested through a standard programming language. It utilizes a system of extensible operators to encapsulate integration logic and employs a templat

    Apache Airflow is a comprehensive workflow orchestration platform that uses DAGs to define, schedule, and monitor complex data pipelines with robust support for distributed execution, state persistence, and error handling.

    PythonDirected Acyclic Graph EnginesWorkflow Management Dashboards
    Voir sur GitHub↗45,840
  • ouqiang/gocronAvatar de ouqiang

    ouqiang/gocron

    6,255Voir sur GitHub↗

    定时任务管理系统

    This is a distributed task scheduling and management system that supports sequential dependencies, retries, and multi-node execution, making it a capable tool for orchestrating batch jobs despite its cron-centric design.

    GoAutomatic Task RetriesExecution LogsAutomatic Retry Mechanisms
    Voir sur GitHub↗6,255
  • azkaban/azkabanAvatar de azkaban

    azkaban/azkaban

    4,504Voir sur GitHub↗

    Azkaban is a distributed workflow manager and DAG-based job orchestrator designed as an enterprise batch processor. It serves as a Java-based workflow engine that schedules and executes complex job sequences across a cluster of executor servers, with specific functionality for managing big data workloads on Hadoop clusters. The system distinguishes itself through a distributed executor model that coordinates state via a shared database to ensure high availability. It employs a plugin-based architecture that allows for custom job types and system functionality extensions, including the ability

    Azkaban is a dedicated workflow orchestrator that natively supports DAG-based scheduling, distributed execution, and robust error handling, making it a comprehensive solution for managing complex data processing pipelines.

    JavaDirected Acyclic Graph PipelinesAutomatic Retry MechanismsFailure Handling Policies
    Voir sur GitHub↗4,504
  • hatchet-dev/hatchetAvatar de hatchet-dev

    hatchet-dev/hatchet

    6,622Voir sur GitHub↗

    Hatchet is an open-source durable workflow engine and task orchestration platform. It provides a framework for building and executing fault-tolerant, multi-step pipelines as directed acyclic graphs (DAGs), with automatic retries, scheduling, and real-time observability. The system is built around durable task checkpointing, which persists execution state after each step so work can resume from the last checkpoint after a worker crash or restart, and it supports event-driven task resumption that pauses a task until a matching external event arrives. The platform distinguishes itself through it

    Hatchet is a durable workflow engine that natively supports DAG-based task scheduling, distributed execution, and state persistence, making it a comprehensive solution for orchestrating complex data processing pipelines.

    GoDAG Workflow ExecutionsDirected Acyclic Graph Execution EnginesTask Retry Policies
    Voir sur GitHub↗6,622
  • 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

    Luigi is a comprehensive workflow orchestration engine that natively supports DAG-based task scheduling, distributed execution, and robust state persistence for managing complex data pipelines.

    PythonDirected Acyclic Graph EnginesTask Retry PoliciesFailure Handling Policies
    Voir sur GitHub↗18,676
  • ltsopensource/light-task-schedulerAvatar de ltsopensource

    ltsopensource/light-task-scheduler

    2,997Voir sur GitHub↗

    Light Task Scheduler is a distributed job scheduling and workflow orchestration platform designed for managing background processing across scalable computing environments. It functions as a cluster management system that coordinates stateless nodes to execute recurring, cron-based, or one-time tasks with centralized control and high availability. The platform distinguishes itself through a leader-based coordination model that automatically elects a primary controller to manage task distribution and system state. It supports complex workflow dependencies, ensuring that prerequisite tasks comp

    This platform is a distributed workflow orchestration engine that provides the required DAG-based task scheduling, fault-tolerant execution, and cluster-wide monitoring needed for complex data processing pipelines.

    JavaTask Retry Policies
    Voir sur GitHub↗2,997
  • 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

    Argo Workflows is a container-native engine designed specifically for orchestrating complex DAG-based tasks on Kubernetes, providing the full suite of scheduling, retry, monitoring, and state management features required for robust batch processing.

    GoDirected Acyclic Graph Execution Engines
    Voir sur GitHub↗16,466
  • conductor-oss/conductorAvatar de conductor-oss

    conductor-oss/conductor

    31,962Voir sur GitHub↗

    Conductor is a durable workflow engine designed to orchestrate complex, long-running business processes and autonomous agent loops. It functions as a stateful execution platform that persists the entire history of a process, ensuring that workflows remain reliable and recoverable across infrastructure failures, system restarts, and transient network errors. By managing task lifecycles, worker polling, and state transitions, it provides a centralized coordination layer for distributed systems. The platform distinguishes itself through its specialized support for AI agent orchestration, allowin

    Conductor is a robust, distributed workflow orchestration engine that natively supports DAG-based task scheduling, state persistence, and comprehensive retry and monitoring capabilities for complex, long-running processes.

    JavaRetry StrategiesFailure Handling Policies
    Voir sur GitHub↗31,962
  • prefecthq/prefectAvatar de PrefectHQ

    PrefectHQ/prefect

    21,640Voir sur 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

    Prefect is a comprehensive workflow orchestration engine that provides DAG-based scheduling, distributed execution, and robust observability, making it a direct fit for managing complex data processing pipelines.

    PythonExecution LogsTask MonitoringWorkflow Management Dashboards
    Voir sur GitHub↗21,640
  • 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

    Kestra is a comprehensive workflow orchestration platform that provides DAG-based scheduling, distributed execution, and robust observability, making it a direct fit for managing complex data processing pipelines.

    JavaTask Retry Policies
    Voir sur GitHub↗27,073
  • netflix/metaflowAvatar de Netflix

    Netflix/metaflow

    9,764Voir sur GitHub↗

    Metaflow is a Python machine learning framework and MLOps workflow orchestrator designed to manage the lifecycle of data pipelines from local prototyping to production. It serves as a distributed compute manager and an experiment tracking system, enabling the creation of reproducible pipelines that transition between development and high-availability production environments. The framework distinguishes itself through an integrated checkpointing system that automatically persists intermediate data artifacts to remote storage, allowing failed runs to be resumed from the last successful step. It

    Metaflow is a workflow orchestration engine that manages complex data pipelines and distributed task execution, providing the DAG-based scheduling, state persistence, and observability required for data processing workflows.

    PythonTask Retry PoliciesData CheckpointingFailure Handling Policies
    Voir sur GitHub↗9,764
  • 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

    Airflow is a comprehensive workflow orchestration engine that uses DAGs to manage complex data pipelines, offering robust scheduling, distributed execution, and extensive monitoring capabilities that align perfectly with your requirements.

    PythonData Pipeline OrchestratorsWorkflow OrchestrationWorkflow Orchestration Engines
    Voir sur GitHub↗45,902
  • allegroai/clearmlAvatar de allegroai

    allegroai/clearml

    6,733Voir sur GitHub↗

    ClearML is a comprehensive MLOps platform designed to manage the entire machine learning lifecycle. It functions as an experiment tracking tool, a data versioning system, and a pipeline orchestrator, while providing infrastructure for GPU cluster management and model serving. The platform is distinguished by its ability to handle hybrid-cloud compute scheduling and fractional GPU allocation, allowing multiple workloads to share a single hardware accelerator. It employs a metadata-based approach to data versioning, using virtual views to track large datasets and artifacts without duplicating r

    ClearML provides a robust pipeline orchestration engine that supports DAG-based task scheduling, distributed execution, and comprehensive monitoring, making it a strong fit for managing complex data processing and computational workflows.

    PythonDependency Graph RunnersDirected Acyclic Graph Pipelines
    Voir sur GitHub↗6,733
  • polyaxon/polyaxonAvatar de polyaxon

    polyaxon/polyaxon

    3,707Voir sur GitHub↗

    Polyaxon is a Kubernetes-native machine learning orchestration platform and MLOps pipeline orchestrator. It serves as a control plane for managing distributed deep learning workloads, automated machine learning pipelines, and experiment tracking. The platform distinguishes itself through specialized services for distributed training management, including MPI-based coordination for PyTorch and TensorFlow. It provides an automated hyperparameter optimization service utilizing Bayesian, random, and grid search algorithms, alongside managed interactive AI workspaces for launching Jupyter notebook

    Polyaxon is a Kubernetes-native workflow orchestrator that provides DAG-based scheduling, distributed execution, and state management specifically tailored for machine learning pipelines and computational jobs.

    MDXDAG Workflow ExecutionsDAG Workflow PipelinesParallel Execution
    Voir sur GitHub↗3,707
  • ray-project/rayAvatar de ray-project

    ray-project/ray

    42,895Voir sur GitHub↗

    Ray is a distributed computing framework designed to scale Python and Java applications across clusters by abstracting task scheduling and resource management. It functions as a resource-aware execution engine that manages task dependencies, placement, and fault tolerance across networked compute nodes. At its core, the system provides a stateful actor model, allowing developers to define classes that run in dedicated processes to maintain and mutate internal state across remote method calls. The framework distinguishes itself through a robust cross-language interoperability layer, enabling f

    Ray is a distributed execution engine that provides the core primitives for task scheduling, dependency management, and fault tolerance required to build complex data processing workflows, though it functions more as a low-level framework than a pre-packaged workflow orchestrator.

    PythonTask Orchestration EnginesData Checkpointing
    Voir sur GitHub↗42,895
  • 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

    Dask is a distributed task scheduler that uses directed acyclic graphs to manage complex computational dependencies, making it a capable engine for orchestrating data processing workflows.

    PythonDirected Acyclic Graph Execution EnginesExecution Logging and DiagnosticsTask Monitoring
    Voir sur GitHub↗13,746
  • maiot-io/zenmlAvatar de maiot-io

    maiot-io/zenml

    5,452Voir sur GitHub↗

    ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data pipelines and AI agent workflows. It functions as a durable orchestrator that executes machine learning tasks as directed acyclic graphs, ensuring that every step is containerized for consistent performance across local, cloud, and hybrid infrastructure. By decoupling pipeline code from underlying compute and storage backends, the platform allows developers to define infrastructure-agnostic stacks that remain portable across diverse environments. The project distinguishes itself

    ZenML is a workflow orchestration framework that uses DAG-based scheduling to manage data and machine learning pipelines, providing the distributed execution, monitoring, and state persistence required for complex task sequences.

    PythonAutomatic Task RetriesDirected Acyclic Graph PipelinesExecution Logs
    Voir sur GitHub↗5,452
  • inngest/inngestAvatar de inngest

    inngest/inngest

    5,499Voir sur GitHub↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Inngest is a workflow orchestration engine that provides durable, stateful execution and event-driven scheduling, making it a strong fit for managing complex, multi-step background processes.

    GoAutomatic Task RetriesExecution LogsAutomatic Retry Mechanisms
    Voir sur GitHub↗5,499
  • zenml-io/zenmlAvatar de zenml-io

    zenml-io/zenml

    5,451Voir sur 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

    ZenML is a workflow orchestration platform that provides DAG-based pipeline management, state persistence, and distributed execution specifically tailored for machine learning and data processing lifecycles.

    PythonAutomatic Task RetriesDirected Acyclic Graph PipelinesExecution Logs
    Voir sur GitHub↗5,451
  • celery/celeryAvatar de celery

    celery/celery

    28,596Voir sur GitHub↗

    Celery is an asynchronous job processor and distributed task queue designed to offload time-consuming operations to background worker nodes. By utilizing a message-passing architecture, it decouples task producers from consumers, allowing applications to maintain responsiveness while scaling workloads across multiple isolated environments. The system functions as a distributed workload orchestrator that manages the lifecycle of deferred operations through persistent queues. It distinguishes itself by providing a pluggable transport abstraction, which allows the core task logic to remain indep

    Celery is a distributed task queue and job processor that provides the core infrastructure for scheduling and executing background tasks, though it requires additional tooling to implement complex DAG-based workflow orchestration.

    PythonDistributed Task QueuesTask QueuesDistributed Task Processors
    Voir sur GitHub↗28,596
  • datalab-to/markerAvatar de datalab-to

    datalab-to/marker

    36,137Voir sur GitHub↗

    Marker is a comprehensive document processing platform designed to automate the conversion, extraction, and structuring of data from complex files. It functions as an orchestration engine that chains modular processing steps into versioned, reusable pipelines, allowing organizations to standardize document handling and automate repetitive business tasks at scale. The platform distinguishes itself through its support for secure, private infrastructure deployment, enabling users to run containerized services within their own environments to maintain strict data privacy. It features specialized

    Marker functions as an orchestration engine for chaining modular data processing tasks into pipelines, providing the core workflow capabilities and error handling required for complex job automation.

    PythonDocument Processing PlatformsIntelligent Document ProcessingPipeline Orchestration
    Voir sur GitHub↗36,137
  • pathwaycom/pathwayAvatar de pathwaycom

    pathwaycom/pathway

    62,959Voir sur GitHub↗

    Pathway is a high-performance data processing framework designed for building unified batch and streaming pipelines. It functions as an orchestrator for complex data transformations, utilizing a differential dataflow engine to process updates incrementally. By treating static datasets and continuous event streams with identical logic, the platform ensures exactly-once processing semantics and consistent results across diverse data sources. The framework distinguishes itself through its specialized support for real-time artificial intelligence and retrieval-augmented generation. It features in

    Pathway is a high-performance data processing framework that handles complex data transformations and pipeline orchestration, fitting the category by providing the necessary infrastructure for scheduling and executing data-driven tasks.

    PythonData Processing FrameworksData Stream ProcessorsDeclarative Pipeline Construction
    Voir sur GitHub↗62,959
  • pathwaycom/llm-appAvatar de pathwaycom

    pathwaycom/llm-app

    59,341Voir sur GitHub↗

    This project is a data processing engine and AI application platform designed for building production-grade machine learning workflows. It provides a unified programming model that handles both historical batch data and live stream ingestion, enabling the development of real-time ETL pipelines and scalable data transformation workflows. The framework distinguishes itself through differential dataflow execution, which propagates only changes through a pipeline rather than recomputing entire datasets. It supports distributed state management across worker nodes and utilizes incremental stream p

    This framework provides a unified engine for batch and stream data processing with distributed state management, making it a capable tool for orchestrating complex data transformation workflows.

    Jupyter NotebookData Processing FrameworksDifferential Dataflow EnginesDistributed State Management
    Voir sur GitHub↗59,341
  • vercel/workflowAvatar de vercel

    vercel/workflow

    1,718Voir sur GitHub↗

    Workflow is a platform for executing long-running, stateful processes that automatically persist progress and recover state after system interruptions. It functions as a durable orchestration engine designed to manage complex, multi-step asynchronous operations within distributed systems. The framework distinguishes itself through event-sourcing and checkpointing mechanisms that record execution steps as an immutable log, allowing for precise state reconstruction after failures. It provides sandboxed task isolation to run side-effect-heavy logic in restricted environments, ensuring that sensi

    This is a workflow orchestration engine that allows you to define and execute complex, stateful task sequences using TypeScript, providing the core DAG-based scheduling and persistence required for data processing pipelines.

    TypeScriptDurable Task OrchestratorsDurable Execution PersistenceDurable Workflow Engines
    Voir sur GitHub↗1,718
  • gaia-pipeline/gaiaAvatar de gaia-pipeline

    gaia-pipeline/gaia

    5,216Voir sur GitHub↗

    Gaia is a polyglot pipeline orchestrator and continuous integration and delivery automation platform. It functions as a multi-language workflow engine that coordinates the movement and transformation of data by executing tasks written in different programming languages through a dependency graph. The platform distinguishes itself with a visual pipeline configurator for mapping function arguments via a management portal and a secure secret manager that uses ciphers to encrypt passwords and tokens. It further automates the software lifecycle by cloning repositories and recompiling applications

    Gaia is a polyglot workflow engine that uses dependency graphs to coordinate tasks, providing the core orchestration and scheduling capabilities required for complex data processing pipelines.

    GoCI/CD Automation ServersPolyglot Workflow OrchestrationData Workflow Coordination
    Voir sur GitHub↗5,216
  • nukesor/pueueAvatar de Nukesor

    Nukesor/pueue

    6,054Voir sur GitHub↗

    Pueue is a task queue manager for shell commands, built as a daemon and command-line interface. It accepts shell commands into a managed queue and executes them with configurable parallel execution limits, supporting both global and per-group concurrency controls. The daemon persists its entire state—task queue, logs, and configuration—to disk, ensuring survival across crashes and system restarts. The project distinguishes itself through a dependency graph that lets tasks declare prerequisites, forming a directed acyclic graph that controls execution order. Tasks can be organized into named g

    Pueue is a task queue manager that supports DAG-based dependencies and persistent execution of shell commands, making it a capable tool for local workflow orchestration even if it is designed for single-machine rather than distributed cluster environments.

    RustQueued Shell Command ManagersConcurrent Task LimitersCustom TCP Protocols
    Voir sur GitHub↗6,054
  • laravel-workflow/laravel-workflowAvatar de laravel-workflow

    laravel-workflow/laravel-workflow

    1,207Voir sur GitHub↗

    Core package for defining and running durable workflows and activities. Supports long-running persistent workflows, retries, queues, parallel execution, workflow monitoring, dedicated storage connections, and orchestration for microservices, data pipelines, sagas, agentic workflows, and other complex business processes.

    This is a workflow orchestration engine that provides durable execution, DAG-like task management, and state persistence, making it a suitable tool for managing complex sequences of data processing tasks within the PHP ecosystem.

    PHPGeneral Purpose Orchestration
    Voir sur GitHub↗1,207
  • spring-projects/spring-batchAvatar de spring-projects

    spring-projects/spring-batch

    2,946Voir sur GitHub↗

    Spring Batch is a framework for writing batch applications using Java and Spring

    Spring Batch is a robust framework for building complex, high-volume batch processing applications in Java, providing essential features like state persistence, retry logic, and job scheduling, though it is more focused on individual job execution than on orchestrating multi-task DAG workflows.

    JavaCommon Frameworks
    Voir sur GitHub↗2,946
  • j-easy/easy-batchAvatar de j-easy

    j-easy/easy-batch

    622Voir sur GitHub↗

    The simple, stupid batch framework for Java

    This is a Java-based batch processing framework that provides structured job execution, error handling, and state management, though it is more focused on linear batch processing than complex DAG-based workflow orchestration.

    Javabatchbatch-processingjava
    Voir sur GitHub↗622
Comparez le top 10 en un coup d'œil
DépôtStarsLangageLicenceDernier push
powerjob/powerjob7.8KJavaApache-2.07 mars 2026
apache/incubator-airflow45.8KPythonApache-2.017 juin 2026
ouqiang/gocron6.3KGoMIT27 mars 2024
azkaban/azkaban4.5KJavaApache-2.03 juil. 2024
hatchet-dev/hatchet6.6KGomit20 févr. 2026
spotify/luigi18.7KPythonapache-2.021 févr. 2026
ltsopensource/light-task-scheduler3KJavaApache-2.020 oct. 2022
argoproj/argo-workflows16.5KGoapache-2.020 févr. 2026
conductor-oss/conductor32KJavaApache-2.015 juin 2026
prefecthq/prefect21.6KPythonapache-2.020 févr. 2026

Related searches

  • an open source platform for workflow automation
  • un outil d'orchestration de workflow pour pipelines de données
  • Workflow orchestration engine
  • un moteur d'orchestration pour automatiser les workflows logiciels
  • un moteur de workflow intégrable pour orchestrer des pipelines
  • un framework pour construire des pipelines de données scalables
  • Technical publishing platforms
  • Pipelines, ETL/ELT et orchestration