https://github.com/skywardpixel/mit-ds-labs
MIT 6.824 Distributed Systems Engineering labs, Spring 2020.
https://github.com/skywardpixel/mit-ds-labs
map-reduce raft
Last synced: about 1 year ago
JSON representation
MIT 6.824 Distributed Systems Engineering labs, Spring 2020.
- Host: GitHub
- URL: https://github.com/skywardpixel/mit-ds-labs
- Owner: skywardpixel
- Created: 2020-02-12T18:11:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T17:11:32.000Z (about 6 years ago)
- Last Synced: 2025-02-08T07:42:41.007Z (over 1 year ago)
- Topics: map-reduce, raft
- Language: Go
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 6.824 Labs
Lab assignments of 6.824 Distributed Systems Engineering from MIT, Spring 2020.
## Progress
- [x] Lab 1: MapReduce
- [x] Lab 2: Raft
- [x] Lab 2A: Election and Heartbeats
- [x] Lab 2B: Log Entries
- [x] Lab 2C: Persistence
- [x] Lab 3: Fault-tolerant Key/Value Service
- [x] Lab 3A: Key/value service without log compaction
- [x] Lab 3B: Key/value service with log compaction
- [ ] Lab 4: Sharded Key/Value Service
- [ ] Lab 4A: The Shard Master
- [ ] Lab 4B: Sharded Key/Value Server