Skip to content

Group Project in Innopolis University for Distributed Systems course

Notifications You must be signed in to change notification settings

antonkhvorov/ds-awesome-dfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed File System

  • Rustam Gafarov
  • Anton Khvorov
  • Evgenia Lyashenko
  • Alexander Simonenko

How to run

Instead of different machines you could use different consoles

On Naming node:

cd Naming
docker build -t naming .
docker run naming

Remember naming node ip.

On each storage nodes:

cd Storage
docker build -t storage .
docker run -e NAMING_IP=<naming node ip> storage

On client machine:

cd Client
python client.py <naming node ip>
help

About

Group Project in Innopolis University for Distributed Systems course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages