distributed-systems-mit-course

module
v0.0.0-...-ebc10ec Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2021 License: MIT

README

MIT 6.824 Distributed Systems (Spring 2020) course

My notes and solutions for the 6.824 course. Official website.

Papers

  1. MapReduce
  2. GFS
  3. VMWare FT
  4. Extended Raft

Development

For labs, I am using Docker image and a shared with host machine folder to write code. Golang 1.13 is used.

Pull the image:

docker pull golang:1.13

Run the image:

docker run --rm -v $PWD:/pwd --name go-mit -it golang:1.13 bash

Tips

Use --race flag to catch a race condition. It is not a static code analysis, only runtime, so not every part fo the code may be checked.

go run --race [filename].go

Directories

Path Synopsis
src
mr

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL