13 Forks
85 Stars
85 Watchers

sfs

The legacy distributed object storage server developed by PitchPoint Solutions can store billions of large and small files using minimal resources. Object data is stored in replicated volumes implemented like Facebooks Haystack Object Store. Object metadata which essentially maps an object name to a volume position is stored in an elasticsearch index. (Development by PitchPoint Solutions has been discontinued)

How to download and setup sfs

Open terminal and run command
git clone https://github.com/pitchpoint-solutions/sfs.git
git clone is used to create a copy or clone of sfs repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with sfs https://github.com/pitchpoint-solutions/sfs/archive/master.zip

Or simply clone sfs with SSH
[email protected]:pitchpoint-solutions/sfs.git

If you have some problems with sfs

You may open issue on sfs support forum (system) here: https://github.com/pitchpoint-solutions/sfs/issues