This repository is the lab for MIT 6.824(now renamed 6.5840). The course homepage is here: https://pdos.csail.mit.edu/6.824/index.html
There are five labs in the 2024 spring course, they are:
Below are the implementation details of each lab
Here is the MapReduce blog: https://cczywyc.com/2024/08/25/MapReduce/
Here is the Key/Value Server blog: https://cczywyc.com/2024/09/17/KV-server/