# mit-6.824 **Repository Path**: summer_coder/mit-6.824 ## Basic Information - **Project Name**: mit-6.824 - **Description**: mit-6.824fork的分支项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-27 - **Last Updated**: 2021-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-raft MIT6.824 基于Raft的分布式KV存储 Raft算法:https://github.com/owenliang/mit-6.824/blob/master/src/raft/raft.go KVServer:https://github.com/owenliang/mit-6.824/blob/master/src/kvraft/server.go KVClient:https://github.com/owenliang/mit-6.824/blob/master/src/kvraft/client.go 我的实现心得: * [Lab2A](https://yuerblog.cc/2020/08/13/mit-6-824-distributed-systems-%e5%ae%9e%e7%8e%b0raft-lab2a/) * [Lab2B](https://yuerblog.cc/2020/08/14/mit-6-824-distributed-systems-%e5%ae%9e%e7%8e%b0raft-lab2b/) * [Lab2C](https://yuerblog.cc/2020/08/16/mit-6-824-distributed-systems-%e5%ae%9e%e7%8e%b0raft-lab2c/) * [Lab3A](https://yuerblog.cc/2020/08/19/mit-6-824-distributed-systems-%e5%ae%9e%e7%8e%b0raft-lab3a/) * [Lab3B](https://yuerblog.cc/2020/08/28/mit-6-824-distributed-systems-%e5%ae%9e%e7%8e%b0raft-lab3b/)