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

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

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

Distributed transaction coordinator

تم تحديث الترتيب في 28 يوليو 2026

For transaction coordinators, the strongest matches are apache/incubator-seata (Seata is a distributed transaction coordinator that provides saga), dtm-labs/dtm (It is a dedicated distributed transaction coordinator that implements) and eventuate-tram/eventuate-tram-sagas (Eventuate Tram Sagas is a distributed transaction coordinator framework). yedf/dtm and seata/seata round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Hand-picked open-source distributed transaction coordinators, ranked by GitHub stars and activity. Compare the top alternatives and find the best fit.

Distributed transaction coordinator

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • apache/incubator-seataالصورة الرمزية لـ apache

    apache/incubator-seata

    25,984عرض على GitHub↗

    Seata is a distributed transaction coordinator designed to ensure data consistency and atomicity across microservices. It provides a centralized framework for managing global transactions, preventing partial data updates across different databases and services. The project implements multiple transaction modes to balance consistency and performance. This includes an automatic mode that uses rollback logs to coordinate compensation without modifying business logic, a try-confirm-cancel pattern for resources lacking native ACID support, and a saga orchestration engine for managing long-lived bu

    Seata is a distributed transaction coordinator that provides saga pattern support, two-phase commit support, and failure recovery and compensation to ensure data consistency across microservices.

    JavaSaga CoordinatorsTwo-Phase Commit ProtocolsXA Transaction Managers
    عرض على GitHub↗25,984
  • dtm-labs/dtmالصورة الرمزية لـ dtm-labs

    dtm-labs/dtm

    10,881عرض على GitHub↗

    dtm is a distributed transaction framework and polyglot transaction coordinator designed to maintain data consistency across microservices. It functions as a Saga orchestration engine and a two-phase message coordinator, ensuring that multi-service operations either succeed completely or roll back to a consistent state. The project distinguishes itself by supporting multiple consistency patterns, including Saga, TCC, XA, and outbox patterns, allowing users to select the appropriate model for their specific application requirements. It provides a polyglot integration layer via HTTP and gRPC, e

    It is a dedicated distributed transaction coordinator that implements Saga, TCC, XA, and outbox patterns to guarantee data consistency across microservices with built-in failure recovery and compensation mechanisms.

    GoSaga CoordinatorsTwo-Phase Commit ProtocolsWorkflow Compensation Systems
    عرض على GitHub↗10,881
  • eventuate-tram/eventuate-tram-sagasالصورة الرمزية لـ eventuate-tram

    eventuate-tram/eventuate-tram-sagas

    1,083عرض على GitHub↗

    Eventuate Tram Sagas is a framework for managing distributed transactions across microservices. It functions as an event-driven workflow engine that coordinates complex business processes by executing sequences of local operations and maintaining state transitions across independent service boundaries. The framework implements the transactional outbox pattern to ensure atomicity between database updates and message publishing. It coordinates distributed workflows through asynchronous messaging, utilizing a message broker to decouple services and guarantee reliable delivery of commands and rep

    Eventuate Tram Sagas is a distributed transaction coordinator framework that uses the saga pattern with compensating transactions and state persistence to manage microservice workflows, though it lacks built-in support for two-phase commit.

    JavaCompensating TransactionsSaga Coordinators
    عرض على GitHub↗1,083
  • yedf/dtmالصورة الرمزية لـ yedf

    yedf/dtm

    10,885عرض على GitHub↗

    dtm is a distributed transaction framework and workflow orchestrator designed to manage data consistency across microservices. It functions as a centralized coordinator that synchronizes distributed transactions and manages the state and execution flow of complex sequences of distributed tasks. The framework implements several coordination patterns, including Saga, TCC, and XA, to prevent synchronization errors. It specifically provides a multi-language transaction coordinator to synchronize operations across services written in different programming languages and utilizes a reliable messagin

    This framework acts as a dedicated distributed transaction coordinator and workflow orchestrator, supporting Saga, TCC, and XA patterns, state persistence, failure recovery, and cross-service orchestration.

    GoSaga CoordinatorsTwo-Phase Commit Protocols
    عرض على GitHub↗10,885
  • seata/seataالصورة الرمزية لـ seata

    seata/seata

    25,987عرض على GitHub↗

    Seata is a distributed transaction coordinator and consistency framework designed to maintain data integrity across multiple microservices. It functions as a manager that synchronizes state across separate databases to ensure atomic commits or rollbacks of global transactions. The project provides a toolkit for implementing distributed transaction patterns, using a two-phase commit protocol and centralized status tracking to prevent data anomalies. It orchestrates eventual consistency through state-machine-based tracking and message-driven coordination to handle timeouts and failures in distr

    Seata is an open-source distributed transaction coordinator that provides two-phase commit support, saga-style state machine orchestration, failure recovery with undo logs, and distributed lock management to maintain data consistency across microservices.

    JavaTwo-Phase Commit
    عرض على GitHub↗25,987
  • dromara/hmilyالصورة الرمزية لـ dromara

    dromara/hmily

    4,172عرض على GitHub↗

    Hmily is a distributed transaction framework and data consistency manager designed to maintain state across multiple services. It operates as a coordinator that tracks transaction states across remote procedure calls to manage nested operations and ensure atomic completions. The project implements the SAGA pattern to orchestrate long-running business processes through a sequence of local transactions and automated compensating actions. It distinguishes itself by automating the generation and execution of rollback scripts for relational databases to recover from business exceptions and restore

    Hmily is a distributed transaction framework that supports the Saga pattern and state coordination across microservices, though it focuses heavily on the TCC and Saga paradigms rather than providing full two-phase commit support out of the box.

    JavaCompensating TransactionsSaga Coordinators
    عرض على GitHub↗4,172
  • uber/cadenceالصورة الرمزية لـ uber

    uber/cadence

    9,336عرض على GitHub↗

    Cadence is a distributed workflow orchestration engine designed to execute long-running, asynchronous business logic with built-in durability and resilience across distributed systems. It functions as a stateful process manager that ensures processes resume from their last known state following system crashes or network outages. The platform utilizes a distributed task queue to manage work across independent worker nodes and supports persistence via SQL or Cassandra backend storage. It includes a workflow visualization dashboard for inspecting execution histories and state traces, alongside a

    Cadence is a robust distributed workflow orchestration engine that handles durable execution, state persistence, and failure recovery for complex business logic, though it approaches distributed transactions through general workflow orchestration rather than a dedicated saga or two-phase commit framework.

    GoState Management SystemsPersistent Storage Backends
    عرض على GitHub↗9,336
  • conductor-oss/conductorالصورة الرمزية لـ conductor-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

    Conductor is a durable workflow and orchestration engine that manages stateful processes across microservices, though it focuses more on general workflow automation than dedicated saga pattern or two-phase commit protocols.

    JavaWorkflow Compensation SystemsDistributed Transaction Managers
    عرض على GitHub↗31,962
  • codingapi/tx-lcnالصورة الرمزية لـ codingapi

    codingapi/tx-lcn

    4,173عرض على GitHub↗

    tx-lcn is a distributed transaction framework and Java transaction middleware designed to manage atomic operations and data consistency across multiple microservices and relational databases. It functions as a distributed transaction coordinator that synchronizes commit and rollback operations to ensure global data integrity. The system provides a microservice consistency manager that tracks and resolves transaction flows across service boundaries. It features an integration layer compatible with middleware such as Spring Cloud, Dubbo, and Motan, allowing it to operate across different servic

    This Java-based distributed transaction middleware synchronizes atomic operations across microservices and databases, making it the right kind of tool despite lacking some advanced orchestration features like explicit saga patterns.

    JavaDistributed Transaction CoordinatorsConsistency FrameworksDistributed Data Coordination
    عرض على GitHub↗4,173
  • changmingxie/tcc-transactionالصورة الرمزية لـ changmingxie

    changmingxie/tcc-transaction

    5,768عرض على GitHub↗

    This project is a Java implementation of the try-confirm-cancel pattern, providing a distributed transaction framework and management library. It functions as a coordinator that manages the lifecycle of multi-phase transactions to ensure consistency across multiple distributed services. The framework includes a distributed transaction coordinator server that offloads event and task operations from local services. It also provides a dedicated dashboard for visualizing transaction status and manually operating distributed events and tasks. The system manages consistency through a three-phase c

    This project is a Java-based distributed transaction coordinator implementing the Try-Confirm-Cancel pattern to ensure consistency across microservices, matching the required domain while focusing specifically on the TCC approach rather than general Saga or two-phase commit workflows.

    JavaDistributed Transaction CoordinatorsDistributed Transaction ManagementDistributed Transaction Patterns
    عرض على GitHub↗5,768
  • spring-cloud-incubator/spring-cloud-alibabaالصورة الرمزية لـ spring-cloud-incubator

    spring-cloud-incubator/spring-cloud-alibaba

    29,118عرض على GitHub↗

    Spring Cloud Alibaba is a suite of libraries designed to connect distributed Java applications to Alibaba cloud middleware and infrastructure services. It provides a comprehensive set of tools for messaging, configuration, task scheduling, transaction coordination, and service discovery. The project implements distributed infrastructure capabilities including a transaction coordinator for maintaining data consistency across multiple services and a configuration manager for storing external settings in a centralized cloud repository with automatic updates. It includes a distributed job schedul

    Spring Cloud Alibaba is a comprehensive suite of distributed Java infrastructure libraries that includes a transaction coordinator alongside service discovery and messaging tools, though it functions more as a broad ecosystem integration than a dedicated standalone orchestrator.

    JavaCloud Alibaba IntegrationsDistributed Configuration ManagementDistributed Job Schedulers with Web UI
    عرض على GitHub↗29,118
قارن بين أفضل 10 في لمحة
المستودعالنجوماللغةالترخيصآخر تحديث
apache/incubator-seata26KJavaApache-2.022 يونيو 2026
dtm-labs/dtm10.9KGoBSD-3-Clause3 يناير 2026
eventuate-tram/eventuate-tram-sagas1.1KJavaNOASSERTION1 أبريل 2026
yedf/dtm10.9KGoBSD-3-Clause3 يناير 2026
seata/seata26KJavaApache-2.012 يونيو 2026
dromara/hmily4.2KJavaApache-2.014 يوليو 2024
uber/cadence9.3KGoApache-2.016 يونيو 2026
conductor-oss/conductor32KJavaApache-2.015 يونيو 2026
codingapi/tx-lcn4.2KJavaApache-2.06 سبتمبر 2023
changmingxie/tcc-transaction5.8KJavaApache-2.024 يناير 2025

Related searches

  • Distributed transaction protocols
  • Database transaction manager
  • Distributed consensus algorithm
  • Autonomous agent orchestrators
  • Admin API tools
  • إطار عمل لتنسيق أنظمة الوكلاء المتعددة
  • Concurrency control libraries
  • Workflow orchestration engine