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

https://github.com/lionleaf/mit-distsys

A distributed, sharded and persistent key-value store in Go
https://github.com/lionleaf/mit-distsys

Last synced: over 1 year ago
JSON representation

A distributed, sharded and persistent key-value store in Go

Awesome Lists containing this project

README

          

My LAB from 6.824 at MIT.

Completed during spring 2015 term.

The exercise text can be found here: https://pdos.csail.mit.edu/6.824/

The framework we got can be found in the master branch.