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

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.

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