10000 GitHub - Informhunter/DFS: Distributed file storage project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Informhunter/DFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DFS

Experimental project of distributed file storage system.

Goal of the project is to create file storage system that

  • Is distributed = can keep files on many instances

  • Is flexible = can have variable system configurations with different frontends, different balance and safety polices.

  • Is safe = can replicate copies of files among several instances

  • Is scalable = can balance load among all the instances

  • Is robust = can work even if some of the instances stop working

At the curent moment system

  • Has REST-like frontend

  • Distributes files among ALL its instances

  • Balances load at random

  • Is being configured with JSON config file

  • Can't handle death of one of the instances

About

Distributed file storage project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0