awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesCommit Index Tracking

Mechanisms for calculating and tracking the highest log entry agreed upon by a quorum of nodes.

Distinct from Distributed Commit Logs: Distinct from Distributed Commit Logs: focuses on the logic of calculating the commit index rather than the storage of the logs.

Explore 2 awesome GitHub repositories matching data & databases · Commit Index Tracking. Refine with filters or upvote what's useful.

Awesome Commit Index Tracking GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • hashicorp/raftAvatar hashicorp

    hashicorp/raft

    9,037Vezi pe GitHub↗

    This is a Raft consensus library and distributed consensus engine implemented in Go. It provides the primitives necessary to build fault-tolerant distributed services by implementing a replicated state machine that ensures a group of servers agree on a shared system state through leader election and log replication. The project distinguishes itself through a pluggable architecture for storage backends and snapshot storage, decoupling the consensus logic from physical persistence. It includes specialized mechanisms for leadership transfer, protocol version management to support rolling upgrade

    Determines the highest log entry replicated on a quorum of servers to ensure consistent state commitment.

    Go
    Vezi pe GitHub↗9,037
  • mystenlabs/suiAvatar MystenLabs

    MystenLabs/sui

    7,612Vezi pe GitHub↗

    Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo

    Tracks the highest committed checkpoint to ensure the indexing process can resume correctly.

    Rustblockchaindistributed-ledger-technologymove
    Vezi pe GitHub↗7,612
  1. Home
  2. Data & Databases
  3. Distributed Commit Logs
  4. Commit Index Tracking