MIT6.824 分布式系统
Spring 2020. Implemented with Go 1.10.
https://pdos.csail.mit.edu/6.824/schedule.html
6.824 is a core 12-unit graduate subject with lectures, readings, programming labs, an optional project, a mid-term exam, and a final exam. It will present abstractions and implementation techniques for engineering distributed systems. Major topics include fault tolerance, replication, and consistency. Much of the class consists of studying and discussing case studies of distributed systems.
Install golang, and setup golang environment variables and directories. Click here to learn it.
Setup the labs.
cd $GOPATH
git clone https://github.com/isdanni/mit6.824.git
cd mit6.824
export GOPATH=$GOPATH:$(pwd)Tne source code also contains /kvpaxos, the implementation of consensus algorithm paxos;
暂无开放 Issues,或尚未同步最近议题。