# MIT6.824_DistributedSystem **Repository Path**: zygcloud/MIT6.824_DistributedSystem ## Basic Information - **Project Name**: MIT6.824_DistributedSystem - **Description**: MIT distributed system course - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-19 - **Last Updated**: 2021-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MIT6.824分布式系统 [MIT6.824分布式系统课程](https://pdos.csail.mit.edu/6.824/)记录,包括paper阅读笔记、lecture阅读与翻译、lab实验总结等等。 ## Lab - [x] Lab1: MapReduce - [x] Lab2: Raft - [x] Part 2A: [Leader election and heartbeats](lab/lab2:%20Raft/Part%202A/readme.md) - [x] Part 2B: [Log Replication](lab/lab2:%20Raft/Part%202B/readme.md) - [x] Part 2C: [Persistence](lab/lab2:%20Raft/Part%202C/readme.md) - [x] Lab3: KVServer - [x] Part 3A: [Key/Value service without log compaction](lab/lab3:%20KVServer/Part%203A/readme.md)