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

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

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

Open-source alternatives to Data Integration

30 open-source projects similar to mara/data-integration, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Data Integration alternative.

  • 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
  • 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
  • couler-proj/coulerالصورة الرمزية لـ couler-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
  • airbnb/airflowالصورة الرمزية لـ airbnb

    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

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

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

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

Find more with AI search
  • alpha-unito/streamflowA

    alpha-unito/streamflow

    0عرض على GitHub↗
    عرض على GitHub↗0
  • argonne-lcf/balsamالصورة الرمزية لـ argonne-lcf

    argonne-lcf/balsam

    85عرض على GitHub↗

    High throughput workflows and automation for HPC

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

    argoproj-labs/hera

    0عرض على GitHub↗
    عرض على GitHub↗0
  • baffelli/pyperatorB

    baffelli/pyperator

    0عرض على GitHub↗
    عرض على GitHub↗0
  • bd2kgenomics/toilB

    BD2KGenomics/toil

    0عرض على GitHub↗
    عرض على GitHub↗0
  • bjpop/rubraB

    bjpop/rubra

    0عرض على GitHub↗
    عرض على GitHub↗0
  • bloomreach/brieflyB

    bloomreach/briefly

    0عرض على GitHub↗
    عرض على GitHub↗0
  • 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
  • centurylinklabs/drayالصورة الرمزية لـ CenturyLinkLabs

    CenturyLinkLabs/dray

    385عرض على GitHub↗

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

    Go
    عرض على GitHub↗385
  • 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
  • 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/burrالصورة الرمزية لـ dagworks-inc

    dagworks-inc/burr

    2,420عرض على GitHub↗

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

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

    dask/dask

    13,746عرض على 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
    عرض على GitHub↗13,746
  • diana-hep/adageالصورة الرمزية لـ diana-hep

    diana-hep/adage

    55عرض على GitHub↗

    dynamic DAG workflows

    Python
    عرض على GitHub↗55
  • 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
  • druths/flexالصورة الرمزية لـ druths

    druths/flex

    55عرض على GitHub↗

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

    Python
    عرض على GitHub↗55
  • ecmwf/ecflowE

    ecmwf/ecflow

    0عرض على GitHub↗
    عرض على GitHub↗0
  • ensembl/ensembl-hiveE

    Ensembl/ensembl-hive

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

    evoldoers/biomake

    111عرض على GitHub↗

    GNU-Make-like utility for managing builds and complex workflows

    Prolog
    عرض على GitHub↗111
  • factual/drakeالصورة الرمزية لـ Factual

    Factual/drake

    1,485عرض على GitHub↗

    Data workflow tool, like a "Make for data"

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

    fission/fission-workflows

    381عرض على GitHub↗

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

    Go
    عرض على GitHub↗381
  • fstrozzi/bioruby-pipengineF

    fstrozzi/bioruby-pipengine

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

    fulcrumgenomics/dagr

    70عرض على GitHub↗

    A scala based DSL and framework for writing and executing bioinformatics pipelines as Directed Acyclic GRaphs

    Scala
    عرض على GitHub↗70
  • adaptivegenome/opengeA

    adaptivegenome/openge

    0عرض على GitHub↗
    عرض على GitHub↗0