Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Simple (~200 lines) distributed file system like HDFS (and of-course GFS). It co
#### [Blog: Simple Distributed File System in Python : PyDFS](https://superuser.blog/distributed-file-system-python/)

### Requirements:
- Python 2
- rpyc (Really! That's it.)

### How to run.
Expand All @@ -14,7 +15,7 @@ Simple (~200 lines) distributed file system like HDFS (and of-course GFS). It co
$ python client.py put sourcefile.txt sometxt
$ python client.py get sometxt
```
##### Stop it using Ctll + C so that it will dump the namespace.
##### Stop it using Ctrl + C so that it will dump the namespace.

## TODO:
1. Implement Delete
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
plumbum==1.6.7
rpyc==4.0.2