Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hhow09/mit-6.824

labs of mit-6.824 Distributed Systems
https://github.com/hhow09/mit-6.824

distributed-systems

Last synced: 15 days ago
JSON representation

labs of mit-6.824 Distributed Systems

Awesome Lists containing this project

README

        

# MIT-6.824 Distributed Systems
- http://nil.csail.mit.edu/6.824/2021/index.html

my records of implementing course labs

## Labs
- [x] [Lab 1: MapReduce](./src/mr)
- [x] [Lab 2: Raft](./src/raft/)
- [x] [Lab 3: Lab 3: Fault-tolerant Key/Value Service](./src/kvraft/)
- [ ] Lab 4: Sharded Key/Value Service
- [x] [Part A: The Shard controller](./src/shardctrler/)
- [ ] [Part B: Sharded Key/Value Server](./src/shardkv/)