Skip to content

Google File System in Python. This uses TCP to communicate between master, chunkserver, and client. Based off of the eponymous paper and mostly true to it. It doesn't do any of the slow start or nearest rack tweaks mentioned. the metadata is written atomically on updates, but everything is written every time. also no checksumming is done of the …

abrady/gfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

About

Google File System in Python. This uses TCP to communicate between master, chunkserver, and client. Based off of the eponymous paper and mostly true to it. It doesn't do any of the slow start or nearest rack tweaks mentioned. the metadata is written atomically on updates, but everything is written every time. also no checksumming is done of the …

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages