awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • patroni/patroniAvatar de patroni

    patroni/patroni

    8,182Voir sur GitHub↗

    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
    Voir sur GitHub↗8,182
  1. Home
  2. Data & Databases
  3. Data Synchronization
  4. Leaderless Replication
  5. Synchronous Commit Coordination