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
- Host: GitHub
- URL: https://github.com/malwaredllc/6.824
- Owner: malwaredllc
- License: mit
- Created: 2022-06-05T21:13:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T22:20:12.000Z (almost 4 years ago)
- Last Synced: 2025-08-16T08:41:07.059Z (10 months ago)
- Language: Go
- Size: 1.33 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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