Skip to content

Commit

Permalink
Merge branch 'youngyangyang04:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
beanljun authored Aug 5, 2024
2 parents 095b983 + 0e22e9d commit 9fc92c0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# KVstorageBaseRaft-cpp

[【代码随想录知识星球】](https://programmercarl.com/other/kstar.html)项目分享-基于Raft的k-v存储数据库,[项目专栏](https://t.zsxq.com/16jOQtIDb) 有本项目的详细文档
本项目为:[【代码随想录知识星球】](https://www.programmercarl.com/other/project_fenbushi.html)项目分享-基于Raft的k-v存储数据库。

* [1、项目背景,项目难点,简历写法,常见问题](https://t.zsxq.com/G5XU8)
* [2、raft算法主要概念和主要流程](https://t.zsxq.com/J0E3r)
* [3、raft算法主要流程函数实现](https://t.zsxq.com/A3Kng)
* [4、raft重点辅助函数讲解及剩余部分](https://t.zsxq.com/oUBJc)
* [5、项目运行](https://t.zsxq.com/oUBJc)
* [6、剩余部分,辅助功能](https://t.zsxq.com/NLH6x)
* [7、常见问题及解答](https://t.zsxq.com/9jREN)

> notice:本项目的目的是学习Raft的原理,并实现一个简单的k-v存储数据库。因此并不适用于生产环境。
Expand Down

0 comments on commit 9fc92c0

Please sign in to comment.