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

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

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

Open-source alternatives to Couler

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

  • netflix/metaflowالصورة الرمزية لـ Netflix

    Netflix/metaflow

    9,764عرض على 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

    Pythonagentsaiaws
    عرض على GitHub↗9,764
  • ploomber/ploomberالصورة الرمزية لـ ploomber

    ploomber/ploomber

    3,623عرض على GitHub↗

    The fastest ⚡️ way to build data pipelines. Develop iteratively, deploy anywhere. ☁️

    Pythondata-engineeringdata-sciencejupyter
    عرض على GitHub↗3,623
  • orchest/orchestالصورة الرمزية لـ orchest

    orchest/orchest

    4,138عرض على GitHub↗

    Orchest is a data pipeline orchestrator and containerized workflow manager. It provides a platform for designing, scheduling, and executing complex data processing sequences through a combination of a graphical interface and scripting. The platform distinguishes itself by using containers to manage software dependencies, ensuring consistent execution across different environments. It features a polyglot task scheduler capable of triggering jobs written in multiple programming languages and includes a version control system that tracks historical snapshots of project configurations and code.

    TypeScriptairflowclouddag
    عرض على GitHub↗4,138

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • argoproj/argo-workflowsالصورة الرمزية لـ argoproj

    argoproj/argo-workflows

    16,466عرض على 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
    عرض على GitHub↗16,466
  • quantumblacklabs/kedroالصورة الرمزية لـ quantumblacklabs

    quantumblacklabs/kedro

    10,889عرض على 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
    عرض على GitHub↗10,889
  • kubeflow/pipelinesالصورة الرمزية لـ kubeflow

    kubeflow/pipelines

    4,154عرض على GitHub↗

    This project is a containerized machine learning workflow engine and orchestrator designed to automate the end-to-end lifecycle of machine learning models on Kubernetes clusters. It functions as an MLOps pipeline compiler that transforms a domain-specific language into structured specifications for portable and scalable deployment. The platform provides a multi-tenant environment with isolated namespaces and identity provider authentication. It distinguishes itself through a combination of container-based task isolation, strongly typed artifact management for data passing, and content-address

    Python
    عرض على GitHub↗4,154
  • 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

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

    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

    Pythonhadoopluigiorchestration-framework
    عرض على GitHub↗18,676
  • dagster-io/dagsterالصورة الرمزية لـ dagster-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.

    Pythonanalyticsdagsterdata-engineering
    عرض على GitHub↗14,974
  • dagworks-inc/hamiltonالصورة الرمزية لـ dagworks-inc

    dagworks-inc/hamilton

    2,528عرض على 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
    عرض على GitHub↗2,528
  • snakemake/snakemakeالصورة الرمزية لـ snakemake

    snakemake/snakemake

    2,817عرض على GitHub↗

    This is the development home of the workflow management system Snakemake. For general information, see

    Python
    عرض على GitHub↗2,817
  • openstack/mistralالصورة الرمزية لـ openstack

    openstack/mistral

    305عرض على GitHub↗

    Workflow Service for OpenStack. Mirror of code maintained at opendev.org.

    Python
    عرض على GitHub↗305
  • ovh/cdsالصورة الرمزية لـ ovh

    ovh/cds

    4,825عرض على GitHub↗

    CDS is a containerized continuous delivery platform and DevOps automation engine designed to orchestrate software build and deployment pipelines from version control to production. It functions as a pipeline-as-code framework, allowing deployment sequences and environment configurations to be defined via version-controlled files and reusable templates. The platform distinguishes itself through enterprise-scale capabilities, such as dynamically spawning worker nodes across clusters to handle high volumes of concurrent builds and the ability to provision ephemeral containerized services, like d

    Goautomationcontinuous-deliverycontinuous-deployment
    عرض على GitHub↗4,825
  • kestra-io/kestraالصورة الرمزية لـ kestra-io

    kestra-io/kestra

    27,073عرض على 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
    عرض على GitHub↗27,073
  • flyteorg/flyteالصورة الرمزية لـ flyteorg

    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

    Go
    عرض على GitHub↗7,095
  • systemslab/popperالصورة الرمزية لـ systemslab

    systemslab/popper

    308عرض على GitHub↗

    Container-native task automation engine.

    Python
    عرض على GitHub↗308
  • devtron-labs/devtronالصورة الرمزية لـ devtron-labs

    devtron-labs/devtron

    5,518عرض على GitHub↗

    Devtron is a Kubernetes management platform and CI/CD orchestrator designed to unify application lifecycles and infrastructure operations across multiple clusters from a single interface. It serves as a centralized dashboard for orchestrating workloads, managing security, and providing observability for Kubernetes environments. The platform distinguishes itself with a no-code workflow engine for automating container builds and software delivery pipelines, alongside a visual GitOps deployment tool for managing declarative applications and reconciling configuration drift. Its capability surfac

    Go
    عرض على GitHub↗5,518
  • cocoindex-io/cocoindexالصورة الرمزية لـ cocoindex-io

    cocoindex-io/cocoindex

    6,117عرض على 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
    عرض على GitHub↗6,117
  • aiidateam/aiida-coreالصورة الرمزية لـ aiidateam

    aiidateam/aiida-core

    570عرض على GitHub↗

    The official repository for the AiiDA code

    Python
    عرض على GitHub↗570
  • cordum-io/cordumالصورة الرمزية لـ cordum-io

    cordum-io/cordum

    483عرض على 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
    عرض على GitHub↗483
  • dotflow-io/dotflowالصورة الرمزية لـ dotflow-io

    dotflow-io/dotflow

    7عرض على GitHub↗

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

    Python
    عرض على GitHub↗7
  • agnostiqhq/covalentالصورة الرمزية لـ AgnostiqHQ

    AgnostiqHQ/covalent

    861عرض على GitHub↗

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

    Python
    عرض على GitHub↗861
  • argoproj-labs/heraA

    argoproj-labs/hera

    0عرض على GitHub↗
    عرض على GitHub↗0
  • apache/oozieالصورة الرمزية لـ apache

    apache/oozie

    729عرض على GitHub↗

    Mirror of Apache Oozie

    Java
    عرض على GitHub↗729
  • meshery/mesheryالصورة الرمزية لـ meshery

    meshery/meshery

    9,966عرض على GitHub↗

    Meshery is a service mesh management plane and cloud native infrastructure orchestrator. It provides a visual design-as-code environment for modeling microservices and infrastructure components through declarative blueprints, functioning as a centralized platform for designing, deploying, and managing service mesh infrastructure. The platform is distinguished by its ability to translate visual designs into active deployments and its use of gRPC-based adapters to integrate with diverse infrastructure providers. It features a multi-tenant architecture that manages shared workspaces and role-bas

    HTMLcloud-nativecncfcontrol-plane
    عرض على GitHub↗9,966
  • akuity/kargoالصورة الرمزية لـ akuity

    akuity/kargo

    3,368عرض على GitHub↗

    Application lifecycle orchestration

    Goargocdcddelivery
    عرض على GitHub↗3,368
  • argoproj/argoالصورة الرمزية لـ argoproj

    argoproj/argo

    16,770عرض على 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
    عرض على GitHub↗16,770
  • broadinstitute/cromwellالصورة الرمزية لـ broadinstitute

    broadinstitute/cromwell

    1,069عرض على GitHub↗

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

    Scala
    عرض على GitHub↗1,069
  • fission/fission-workflowsالصورة الرمزية لـ fission

    fission/fission-workflows

    381عرض على GitHub↗

    Workflows for Fission: Fast, reliable and lightweight function composition for serverless functions

    Go
    عرض على GitHub↗381
  • zenml-io/kitaruالصورة الرمزية لـ zenml-io

    zenml-io/kitaru

    187عرض على GitHub↗

    Open-source platform layer for AI agents in production

    Python
    عرض على GitHub↗187