baidu / braftLinks
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
☆4,196Updated last year
Alternatives and similar repositories for braft
Users that are interested in braft are comparing it to the libraries listed below
Sorting:
- The Paxos library implemented in C++ that has been used in the WeChat production environment.☆3,379Updated 2 years ago
- PaxosStore has been deployed in WeChat production for more than two years, providing storage services for the core businesses of WeChat b…☆1,712Updated 5 years ago
- BaikalDB, A Distributed HTAP Database.☆1,227Updated 2 months ago
- A light-weight RPC implement of google protobuf RPC framework.☆2,148Updated 2 years ago
- A high-availability, high-throughput and highly reliable distributed queue based on the Paxos algorithm.☆1,905Updated 2 years ago
- A simple C++ based RPC framework.☆2,042Updated 2 years ago
- A distributed key-value storage system developed by Alibaba Group☆2,294Updated 6 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,953Updated last year
- libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since…☆8,669Updated last year
- Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store☆2,040Updated last week
- An Internet-Scale Database.☆1,907Updated last year
- brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Mac…☆17,434Updated this week
- C++ implementation of Raft core logic as a replication library☆1,150Updated this week
- Pikiwidb is a Redis-Compatible database developed by Qihoo's infrastructure team.☆6,111Updated this week
- Raft一致性算法论文的中文翻译