Skip to content

1024th/gfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages