Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 761 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 761 Bytes

DFS-PaLKa

Implementation of a simple fault-tolerant Distributed File System for DS Course.

Popov Maxim
Lyamets Michail
Kochetov Dmitry

Innopolis 2019

How to launch

docker stack deploy -c docker-compose.yml palka

Architectural diagrams

Database in Naming Server

Redis dump after executing the following commands:

./client.py reg max pass
./client.py mdir folder_1
./client.py mdir folder_1/subfolder 
./client.py fcreate folder_1/text.txt
./client.py fwrite mus.flac

Description of communication protocols