Skip to content

Distributed file system based on facebook haystack

Notifications You must be signed in to change notification settings

blackbbc/Sweet-DFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

前置要求

  • Python 3.5+
  • Zookeeper 3.4+

安装依赖

[sudo] pip install -r requirements.txt

启动

启动Zookeeper

启动Master

cd server/master
python3 master_server.py

启动Volumn

cd server/volumn
python3 volumn_server.py

启动Client

cd client
python3 client.py

客户端命令

上传文件

upload path/to/file

下载文件

download filename

列出文件

ls

About

Distributed file system based on facebook haystack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published