Skip to content

Implementation of simple fault-tolerant Distributed File System

Notifications You must be signed in to change notification settings

popov-maksim/DFS-PaLKa

Repository files navigation

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

About

Implementation of simple fault-tolerant Distributed File System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published