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,987GitHub पर देखें↗

    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,881GitHub पर देखें↗

    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