/gfs

Primary LanguageGo

Google File System (GFS) Implemented in Go

This is a simplified version of the Google File System (GFS) implemented in Go. The original paper can be found here. The framework given in this lab was used as a starting point.

The implementation notes contain some explanations of GFS and some implementation details.

Testing

Currently, the project passes the graybox test from the original lab. To run the test, run go test -v in the /gfs directory.