awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
yedf avatar

yedf/dtm

0
View on GitHub↗
10,885 Stars·1,000 Forks·Go·BSD-3-Clause·3 Aufrufed.dtm.pub↗

Dtm

dtm ist ein Framework für verteilte Transaktionen und ein Workflow-Orchestrator, der darauf ausgelegt ist, Datenkonsistenz über Microservices hinweg zu verwalten. Es fungiert als zentraler Koordinator, der verteilte Transaktionen synchronisiert und den Status sowie den Ausführungsfluss komplexer Sequenzen verteilter Aufgaben verwaltet.

Das Framework implementiert verschiedene Koordinationsmuster, darunter Saga, TCC und XA, um Synchronisationsfehler zu vermeiden. Es bietet speziell einen sprachübergreifenden Transaktionskoordinator, um Operationen über Services hinweg zu synchronisieren, die in verschiedenen Programmiersprachen geschrieben sind, und nutzt eine zuverlässige Messaging-Outbox, um Datenbank-Updates mit dem Message-Dispatching zu koppeln.

Das Funktionsspektrum deckt die Wiederherstellung verteilter Systeme durch kompensierende Transaktions-Rollbacks, Two-Phase-Commit-Koordination und Exactly-Once-Message-Delivery ab. Die Infrastruktur unterstützt horizontale Kapazitätserweiterung und Hochverfügbarkeitskonfigurationen, um die Stabilität bei steigendem Anfragevolumen aufrechtzuerhalten.

Features

  • Business Process Orchestration - Functions as a distributed workflow orchestrator that manages the execution flow of complex business processes.
  • Distributed Workflow Orchestrators - Coordinates complex sequences of distributed tasks while managing their execution flow and state.
  • Reliable Message Delivery - Implements exactly-once message delivery using a reliable messaging outbox to maintain data integrity across microservices.
  • Automatic Compensation Mechanisms - Automatically invokes compensating operations for sub-transactions to restore system consistency after a failure.
  • Distributed State Recovery - Automatically invokes compensating operations to roll back failed sub-transactions and restore system consistency.
  • Distributed Transaction Coordinators - Provides a centralized coordinator to manage global transaction lifecycles and maintain data synchronization across microservices.
  • Polyglot Coordinators - Provides a centralized coordinator that synchronizes distributed transactions across services written in different languages.
  • Saga Coordinators - Coordinates saga-based distributed transactions by executing compensating transactions in reverse order during failures.
  • Two-Phase Commit Protocols - Manages a two-phase commit protocol to ensure atomic updates across distributed data stores.
  • Distributed Transaction Management - Ensures data consistency across microservices using distributed transaction patterns like Saga, TCC, and XA.
  • Try-Confirm-Cancel Implementations - Coordinates the Try, Confirm, and Cancel phases to manage resource reservation in distributed business operations.
  • Consistency Frameworks - Provides a comprehensive framework for maintaining data integrity and synchronization across distributed services.
  • State Machine Orchestrators - Uses a persistent state machine to track the lifecycle and ensure consistent progress of distributed transactions.
  • Transactional Outbox Patterns - Implements the transactional outbox pattern to ensure atomicity between database updates and event publishing.
  • Domain Workflow Orchestration - Orchestrates complex sequences of distributed tasks to fulfill specific business use cases.
  • Horizontal Scaling Deployments - Supports horizontal capacity expansion and high availability to maintain stability as request volumes increase.
  • Event Driven Messaging - Provides an event-driven messaging layer to trigger asynchronous task execution across remote microservices.
  • Outbox Pattern Implementations - Couples database updates with message dispatching to ensure exactly-once delivery and prevent data loss.
  • Database Tools - Distributed transaction management service.

Star-Verlauf

Star-Verlauf für yedf/dtmStar-Verlauf für yedf/dtm

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht yedf/dtm?

dtm ist ein Framework für verteilte Transaktionen und ein Workflow-Orchestrator, der darauf ausgelegt ist, Datenkonsistenz über Microservices hinweg zu verwalten. Es fungiert als zentraler Koordinator, der verteilte Transaktionen synchronisiert und den Status sowie den Ausführungsfluss komplexer Sequenzen verteilter Aufgaben verwaltet.

Was sind die Hauptfunktionen von yedf/dtm?

Die Hauptfunktionen von yedf/dtm sind: Business Process Orchestration, Distributed Workflow Orchestrators, Reliable Message Delivery, Automatic Compensation Mechanisms, Distributed State Recovery, Distributed Transaction Coordinators, Polyglot Coordinators, Saga Coordinators.

Welche Open-Source-Alternativen gibt es zu yedf/dtm?

Open-Source-Alternativen zu yedf/dtm sind unter anderem: apache/incubator-seata — Seata is a distributed transaction coordinator designed to ensure data consistency and atomicity across microservices.… dtm-labs/dtm — dtm is a distributed transaction framework and polyglot transaction coordinator designed to maintain data consistency… dromara/hmily — Hmily is a distributed transaction framework and data consistency manager designed to maintain state across multiple… eventuate-tram/eventuate-tram-sagas — Eventuate Tram Sagas is a framework for managing distributed transactions across microservices. It functions as an… seata/seata — Seata is a distributed transaction coordinator and consistency framework designed to maintain data integrity across… codingapi/tx-lcn — tx-lcn is a distributed transaction framework and Java transaction middleware designed to manage atomic operations and…

Open-Source-Alternativen zu Dtm

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Dtm.
  • apache/incubator-seataAvatar von apache

    apache/incubator-seata

    25,984Auf GitHub ansehen↗

    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

    Javaatconsistencydistributed-transaction
    Auf GitHub ansehen↗25,984
  • dtm-labs/dtmAvatar von dtm-labs

    dtm-labs/dtm

    10,881Auf GitHub ansehen↗

    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

    Gocadencecsharpdatabase
    Auf GitHub ansehen↗10,881
  • dromara/hmilyAvatar von dromara

    dromara/hmily

    4,172Auf GitHub ansehen↗

    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

    Javadubbomotanspring
    Auf GitHub ansehen↗4,172
  • eventuate-tram/eventuate-tram-sagasAvatar von eventuate-tram

    eventuate-tram/eventuate-tram-sagas

    1,083Auf GitHub ansehen↗

    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

    Java
    Auf GitHub ansehen↗1,083
  • Alle 30 Alternativen zu Dtm anzeigen→