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
·

1 Repo

Awesome GitHub RepositoriesSynchronous Commit Coordination

Mechanisms that coordinate transaction commits by requiring acknowledgments from replicas.

Distinct from Leaderless Replication: Focuses on the commit flow coordination for synchronous replication rather than leaderless architectures

Explore 1 awesome GitHub repository matching data & databases · Synchronous Commit Coordination. Refine with filters or upvote what's useful.

Awesome Synchronous Commit Coordination GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • patroni/patroniAvatar von patroni

    patroni/patroni

    8,182Auf GitHub ansehen↗

    Patroni is a high availability manager and cluster orchestrator for PostgreSQL. It functions as an automatic failover controller and replication manager that ensures continuous database availability by automating leader election and promoting standby nodes during failures. The system maintains a consistent cluster state by acting as a distributed consensus coordinator. It synchronizes configuration and manages leader elections through integration with distributed configuration stores such as etcd, ZooKeeper, or Consul. Its broader capabilities include managing both synchronous and asynchrono

    Coordinates synchronous replication by requiring standby acknowledgments before confirming transaction success to clients.

    Pythonconsuletcdfailover
    Auf GitHub ansehen↗8,182
  1. Home
  2. Data & Databases
  3. Data Synchronization
  4. Leaderless Replication
  5. Synchronous Commit Coordination