From 0e22e9d31a99ab0be59d2cf2d702b87931f261d0 Mon Sep 17 00:00:00 2001 From: programmercarl <826123027@qq.com> Date: Wed, 31 Jul 2024 11:18:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2f2df0..f304e35 100644 --- a/README.md +++ b/README.md @@ -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存储数据库。因此并不适用于生产环境。