Skip to content

Team309/simplecfs

 
 

Repository files navigation

SimpleCFS

Build Status

A Simple Coded File System, write in python.

Dependence

  1. python-dev
  2. python 2.7
  3. gcc -msse -msse2 flag

Tested OS

  1. Mac OSX
  2. Ubuntu 12.04+

Use

Install

git clone --recursive http://github.com/hustustor/simplecfs.git
cd simplecfs

sudo apt-get install -y automake libtool autoconf python-dev python-pip
sudo pip install -r requirements.txt

make

Test

make test

Run

MDS

redis-server # start the redis-server

python ./mds.py

DS

python ./ds.py

Client

python ./client.py

Example

deploy

About

Simple Coded File System

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published