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

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

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

2 个仓库

Awesome GitHub RepositoriesRollback Workflows

Processes for reversing distributed changes to achieve eventual consistency after failure.

Distinct from Distributed Consistency Models: Focuses on the operational workflow of rolling back changes rather than the theoretical consistency model.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Rollback Workflows. Refine with filters or upvote what's useful.

Awesome Rollback Workflows GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • seata/seataseata 的头像

    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

    Manages the complex process of rolling back distributed changes when a global transaction fails.

    Java
    在 GitHub 上查看↗25,987
  • dtm-labs/dtmdtm-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

    Records completed steps and executes compensating actions to restore a consistent state when a distributed operation fails.

    Gocadencecsharpdatabase
    在 GitHub 上查看↗10,881
  1. Home
  2. Software Engineering & Architecture
  3. Distributed Consistency Models
  4. Rollback Workflows