Skip to content
Snippets Groups Projects
Commit 042bc263 authored by tmp1u19's avatar tmp1u19 :octopus:
Browse files

Add more to the documentation

parent 912d379f
No related branches found
No related tags found
No related merge requests found
# Distributed File System
Distributed storage system using Java, networking and distributed systems
\ No newline at end of file
This project creates a distributed storage system using Java, networking and distributed systems.
It will support multiple concurrent clients sending store, load, list, remove requests. As Dstores
may fail and be restarted, and new Dstores can join the datastore at runtime, rebalance operations are required to make sure each file is replicated R times and files are distributed evenly over the Dstores.
The modules will communicate with each other via TCP connections and the datastores will listen on different ports.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment