Skip to content

A basic and simple implementation of Google File System in Python

Notifications You must be signed in to change notification settings

aishwarydewangan/GoogleFileSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google File System

A basic and simple implementation of Google File System in Python

Paper Link: https://static.googleusercontent.com/media/research.google.com/en//archive/gfs-sosp2003.pdf

How to run?

  • Master
    • python3 primary.py
    • python3 secondary.py
  • ChunkServer
    • python3 communication.py 5001
    • python3 communication.py 5002
    • python3 communication.py 5003
  • Client
    • python3 client.py

Client Commands

  • Read File
    • read filename
  • Write File
    • write filename
  • Append File
    • append tofile fromfile

About

A basic and simple implementation of Google File System in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages