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

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

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

Open-source alternatives to Mistral

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

  • 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.

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

    AgnostiqHQ/covalent

    861在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗861
  • broadinstitute/cromwellbroadinstitute 的头像

    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
  • kestra-io/kestrakestra-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

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • couler-proj/coulercouler-proj 的头像

    couler-proj/couler

    944在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗944
  • systemslab/poppersystemslab 的头像

    systemslab/popper

    308在 GitHub 上查看↗

    Container-native task automation engine.

    Python
    在 GitHub 上查看↗308
  • fission/fission-workflowsfission 的头像

    fission/fission-workflows

    381在 GitHub 上查看↗

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

    Go
    在 GitHub 上查看↗381
  • aiidateam/aiida-coreaiidateam 的头像

    aiidateam/aiida-core

    570在 GitHub 上查看↗

    The official repository for the AiiDA code

    Python
    在 GitHub 上查看↗570
  • airbnb/airflowairbnb 的头像

    airbnb/airflow

    45,937在 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
    在 GitHub 上查看↗45,937
  • camunda/camunda-bpm-platformcamunda 的头像

    camunda/camunda-bpm-platform

    4,269在 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
    在 GitHub 上查看↗4,269
  • argonne-lcf/balsamargonne-lcf 的头像

    argonne-lcf/balsam

    85在 GitHub 上查看↗

    High throughput workflows and automation for HPC

    Python
    在 GitHub 上查看↗85
  • argoproj/argo-workflowsargoproj 的头像

    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
  • argoproj-labs/heraA

    argoproj-labs/hera

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • arvados/arvadosarvados 的头像

    arvados/arvados

    418在 GitHub 上查看↗

    An open source platform for managing and analyzing biomedical big data

    Go
    在 GitHub 上查看↗418
  • adaptivegenome/opengeA

    adaptivegenome/openge

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • apache/oozieapache 的头像

    apache/oozie

    729在 GitHub 上查看↗

    Mirror of Apache Oozie

    Java
    在 GitHub 上查看↗729
  • bloomreach/brieflyB

    bloomreach/briefly

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • apache/incubator-airflowapache 的头像

    apache/incubator-airflow

    45,840在 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

    Python
    在 GitHub 上查看↗45,840
  • bjpop/rubraB

    bjpop/rubra

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • brigadecore/brigadebrigadecore 的头像

    brigadecore/brigade

    2,412在 GitHub 上查看↗

    Event-driven scripting for Kubernetes

    Go
    在 GitHub 上查看↗2,412
  • bd2kgenomics/toilB

    BD2KGenomics/toil

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • bytechefhq/bytechefbytechefhq 的头像

    bytechefhq/bytechef

    775在 GitHub 上查看↗

    Open-source platform that unifies AI agent orchestration and workflow automation — autonomy and precision in one platform.

    Java
    在 GitHub 上查看↗775
  • apache/dolphinschedulerapache 的头像

    apache/dolphinscheduler

    14,329在 GitHub 上查看↗

    DolphinScheduler is a distributed workflow orchestrator designed to manage and automate complex data processing pipelines. It functions as a data pipeline scheduler that coordinates multi-step tasks across distributed environments, ensuring reliable execution through defined dependencies and sequences. The platform utilizes a directed acyclic graph model to represent workflows, allowing users to define task relationships via a visual interface. It employs a master-worker architecture supported by a pluggable task plugin system, which enables the dynamic extension of task types without requiri

    Javaairflowazkabancloud-native
    在 GitHub 上查看↗14,329
  • centurylinklabs/drayCenturyLinkLabs 的头像

    CenturyLinkLabs/dray

    385在 GitHub 上查看↗

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

    Go
    在 GitHub 上查看↗385
  • chunelfeng/cgraphChunelFeng 的头像

    ChunelFeng/CGraph

    2,280在 GitHub 上查看↗

    【A common used C++ & Python DAG framework】 一个通用的、无三方依赖的、跨平台的、收录于awesome-cpp的、基于流图的并行计算框架。欢迎star & fork & 交流

    C++aiai-agentsdag
    在 GitHub 上查看↗2,280
  • cloudslang/cloud-slangCloudSlang 的头像

    CloudSlang/cloud-slang

    241在 GitHub 上查看↗

    CloudSlang Language, CLI and Builder

    Java
    在 GitHub 上查看↗241
  • cocoindex-io/cocoindexcocoindex-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
  • conductor-oss/conductorconductor-oss 的头像

    conductor-oss/conductor

    31,962在 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

    Javadistributed-systemsdurable-executiongrpc
    在 GitHub 上查看↗31,962
  • copper-engine/copper-enginecopper-engine 的头像

    copper-engine/copper-engine

    285在 GitHub 上查看↗

    COPPER - a high performance Java workflow engine

    Java
    在 GitHub 上查看↗285
  • baffelli/pyperatorB

    baffelli/pyperator

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0