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,169Updated this week
- A C++ Raft implementation, project moved☆25Oct 13, 2016Updated 9 years ago
- Yet Another RAFT implementation☆126Oct 12, 2018Updated 7 years ago
- A raft consensus implementation that is simply and understandable☆319Nov 17, 2018Updated 7 years ago
- An embedded key-value store library specialized for building state machine and log store☆238Jan 8, 2026Updated 2 months ago
- C implementation of the Raft Consensus protocol, BSD licensed☆1,161Jun 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,957Jun 21, 2024Updated last year
- Unmaintained C implementation of the Raft consensus protocol☆952Mar 4, 2024Updated 2 years ago
- C++ raft lib☆138Aug 8, 2022Updated 3 years ago
- An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available dis…☆4,205Oct 25, 2024Updated last year
- A RAFT implementation to help build your RAFT service in 1 minute.☆69Apr 6, 2023Updated 2 years ago
- A raft consensus implementation that is simply and understandable☆152Jun 24, 2020Updated 5 years 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☆143Mar 11, 2026Updated last week
- modern c++ raft library☆47Dec 9, 2019Updated 6 years ago
- Yet another write-optimized storage engine, using buffered B-tree algorithm inspired by TokuDB☆424Jul 14, 2013Updated 12 years ago
- The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators☆995Jan 2, 2024Updated 2 years ago
- The PebblesDB write-optimized key-value store (SOSP 17)☆521Apr 16, 2024Updated last year
- A fork of Couchbase ForestDB project, aiming at making it simple and generic☆18Apr 3, 2025Updated 11 months ago
- ☆23Jul 21, 2022Updated 3 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Jun 17, 2018Updated 7 years ago
- Mirror of Apache Omid Incubator☆91Jan 6, 2026Updated 2 months ago
- consensus-yaraft is a library for distributed, strong consistent, highly replicated log storage. It's based on yaraft, which is an implem…☆29Oct 30, 2017Updated 8 years ago
- A Fast Key-Value Storage Engine Based on Hierarchical B+-Tree Trie☆1,330Nov 21, 2025Updated 3 months ago
- actordb storage engine☆20Dec 10, 2019Updated 6 years ago
- BaikalDB, A Distributed HTAP Database.☆1,236Feb 26, 2026Updated 3 weeks ago
- Distributed In-Memory Index 分布式内存索引☆329Nov 23, 2018Updated 7 years ago
- Coroutine-Oriented Main-Memory Database Engine (VLDB 2021)☆251Nov 28, 2021Updated 4 years ago
- ☆629Aug 15, 2021Updated 4 years ago
- SQL Parser for C++. Building C++ object structure from SQL statements.☆805Oct 30, 2025Updated 4 months ago
- A cache-efficiency weight balanced binary tree☆71May 25, 2014Updated 11 years ago
- Paxos protocol framework☆559Dec 29, 2023Updated 2 years ago
- A RocksDB plugin for key-value separation, inspired by WiscKey.☆514Aug 6, 2025Updated 7 months ago
- The C++ TiKV client used by TiFlash.☆41Mar 10, 2026Updated last week
- RocksDB Replication