C++ implementation of raft consensus
☆271May 12, 2023Updated 2 years ago
Alternatives and similar repositories for cornerstone
Users that are interested in cornerstone are comparing it to the libraries listed below
Sorting:
- C++ implementation of Raft core logic as a replication library☆1,161Feb 1, 2026Updated 3 weeks ago
- A C++ Raft implementation, project moved☆25Oct 13, 2016Updated 9 years ago
- Yet Another RAFT implementation☆126Oct 12, 2018Updated 7 years ago
- An embedded key-value store library specialized for building state machine and log store☆238Jan 8, 2026Updated last month
- A raft consensus implementation that is simply and understandable☆318Nov 17, 2018Updated 7 years ago
- C implementation of the Raft Consensus protocol, BSD licensed☆1,166Jun 26, 2023Updated 2 years ago
- LogCabin is a distributed storage system built on Raft that provides a small amount of highly replicated, consistent storage. It is a rel…☆1,955Jun 21, 2024Updated last year
- An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available dis…☆4,200Oct 25, 2024Updated last year
- Unmaintained C implementation of the Raft consensus protocol☆952Mar 4, 2024Updated last year
- C++ raft lib☆138Aug 8, 2022Updated 3 years ago
- A raft consensus implementation that is simply and understandable☆152Jun 24, 2020Updated 5 years ago
- A fork of Couchbase ForestDB project, aiming at making it simple and generic☆18Apr 3, 2025Updated 10 months ago
- Raft Consensus Algorithm Implementation in C++ (11)☆25Nov 23, 2014Updated 11 years ago
- A Raft Library in C++ based on the Raft implementation in Apache Kudu☆143Feb 20, 2026Updated last week
- Yet another write-optimized storage engine, using buffered B-tree algorithm inspired by TokuDB☆425Jul 14, 2013Updated 12 years ago
- The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators☆996Jan 2, 2024Updated 2 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Jun 17, 2018Updated 7 years ago
- The PebblesDB write-optimized key-value store (SOSP 17)☆521Apr 16, 2024Updated last year
- modern c++ raft library