Labs for MIT 6.824 Distributed Systems 2021.
- Lab 1: MapReduce
- Lab 2: Raft
- 2A: Leader election
- 2B: Log
- 2C: Persistence
- 2D: Log compaction
- Lab 3: Fault-tolerant Key/Value Service
- 3A: Key/value service without snapshots
- 3B: Key/value service with snapshots
- Lab 4: Sharded Key/Value Service