mirror of
https://github.com/talent-plan/tinykv.git
synced 2025-03-24 00:30:38 +08:00
Update README.md
This commit is contained in:
parent
dd377dedaa
commit
e7255dbd7b
@ -48,6 +48,8 @@ The whole project is organized into the following directories:
|
|||||||
|
|
||||||
### Course material
|
### Course material
|
||||||
|
|
||||||
|
Please follow the course material to learn the background knowledge and finish code step by step.
|
||||||
|
|
||||||
- [Project1 - StandaloneKV](courses/project1-StandaloneKV.md)
|
- [Project1 - StandaloneKV](courses/project1-StandaloneKV.md)
|
||||||
- [Project2 - RaftKV](courses/project2-RaftKV.md)
|
- [Project2 - RaftKV](courses/project2-RaftKV.md)
|
||||||
- [Project3 - MultiRaftKV](courses/project3-MultiRaftKV.md)
|
- [Project3 - MultiRaftKV](courses/project3-MultiRaftKV.md)
|
||||||
@ -55,7 +57,7 @@ The whole project is organized into the following directories:
|
|||||||
|
|
||||||
## Deploy a cluster
|
## Deploy a cluster
|
||||||
|
|
||||||
Rather than a course, you can try TinyKV by deploying a real cluster, and interact with it through TinySQL.
|
After you finished the whole implementation, it's runnable now. You can try TinyKV by deploying a real cluster, and interact with it through TinySQL.
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user