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 RepositoriesLearner Node Synchronization

Synchronization of data to non-voting nodes that do not participate in the quorum or election process.

Distinct from Inter-Node Data Synchronization: Distinct from general inter-node synchronization by specifically addressing non-voting learner roles for read-scaling.

Explore 1 awesome GitHub repository matching data & databases · Learner Node Synchronization. Refine with filters or upvote what's useful.

Awesome Learner Node Synchronization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • sofastack/sofa-jraftAvatar von sofastack

    sofastack/sofa-jraft

    3,806Auf GitHub ansehen↗

    sofa-jraft is a Java implementation of the Raft consensus algorithm. It serves as a distributed consensus engine and linearizable state machine designed to ensure high availability and data consistency across a cluster of nodes. The project provides a replicated key-value store and a coordination engine for managing distributed state. It distinguishes itself through support for multi-group consensus sharding to distribute traffic and a service provider interface that allows for custom log storage and entry encoding implementations. The system covers a wide range of distributed capabilities,

    Implements non-voting learner nodes that replicate data from the cluster to scale read operations without affecting quorum.

    Javaconsensusdistributed-consensus-algorithmsjava
    Auf GitHub ansehen↗3,806
  1. Home
  2. Data & Databases
  3. Inter-Node Data Synchronization
  4. Learner Node Synchronization