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

https://github.com/malwaredllc/6.824

MIT Distributed Systems 6.824
https://github.com/malwaredllc/6.824

Last synced: 9 months ago
JSON representation

MIT Distributed Systems 6.824

Awesome Lists containing this project

README

          

# MIT Distributed Systems 6.824

Course website: http://nil.csail.mit.edu/6.824/2020/schedule.html

- [x] Lab 1: MapReduce

- [ ] Lab 2: Raft Consensus Algorithm
- [X] Lab 2A: Raft Leader Election
- [ ] Lab 2B: Raft Log Entries Append
- [ ] Lab 2C: Raft state persistence

- [ ] Lab 3: Fault-tolerant Key/Value Service
- [ ] Lab 3A: Key/value Service Without Log Compaction
- [ ] Lab 3B: Key/value Service With Log Compaction

- [ ] Lab 4: Sharded Key/Value Service