cq-cdy / cRaftLinks
cRaft: Raft distributed consensus algorithm service framework based on C++ stacked coroutines
☆24Updated 5 months ago
Alternatives and similar repositories for cRaft
Users that are interested in cRaft are comparing it to the libraries listed below
Sorting:
- Distributed high-availability asynchronous RPC framework based on epoll+protobuf☆19Updated last year
- BusTubDB-cRaft:基于cRaft的轻量级分布式关系型数据库内核☆29Updated last year
- 完成了4个lab☆81Updated 2 years ago
- 面试八股文☆83Updated 8 months ago
- ☆18Updated 2 years ago
- A small Key-Value storage engine written in C++.☆108Updated 2 years ago
- CMU15445-2021-FALL的实源原理讲解及笔记(已完结)☆178Updated 2 years ago
- ☆43Updated 2 years ago
- Database practice on cmu15-445 2022☆230Updated 2 years ago
- 基于c++实现的raft算法☆18Updated 3 years ago
- distributed key-value service☆24Updated 2 years ago
- 基于 C++ 实现的 Etcd kv 存储系统☆13Updated 2 years ago
- MIT6.824分布式系统的C++版本实现,能学到分布式系统设计、rpc使用、mapreduce、基本数据库设计、raft算法、分布式一致性等后端知识点,结合了linux系统的许多系统调用☆50Updated 2 years ago
- 一个基于LSM树的单机KV存储引擎☆13Updated last year
- 一个使用 cpp 语言开发的基于 bitcask 模型,兼容 Redis 数据结构的学习级别 KV 存储引擎。☆35Updated 11 months ago
- An C++ implementation of RAFT consensus algorithm based on jrpc☆79Updated 7 years ago
- MIT6.824_2021 中文笔记(lab+paper+summary)☆150Updated 2 years ago
- c++11 Server based on coroutine and reactor☆108Updated 3 years ago
- 基于跳表实现的键值型存储引擎☆12Updated 3 years ago
- 一个用go语言实现的基于Raft一致性协议的KV数据库☆25Updated 4 years ago
- TinyKV-2022,个人代码及文档,项目最终得分98.46。☆84Updated last year
- A QUIC implementation in C++11 coroutine☆94Updated 10 months ago
- ☆24Updated last year
- A KV storage engine based on LSM Tree, supporting Redis RESP☆151Updated last week
- c++ rpc framework, simplified version of tinyrpc。☆241Updated last year
- 一款高性能的后端分布式服务器网络框架☆31Updated 2 months ago
- TinyDB (under progress)☆65Updated 2 years ago
- yfs是一个分布式文件系统(mit6.824)☆72Updated 6 years ago
- A runtime for writing asynchronous applications with Modern C++, based on C++20 coroutine and liburing (io-uring)☆106Updated 2 months ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆77Updated 3 years ago