Git Product home page Git Product logo

babelfs's Introduction

Babelfs

This is a filesystem based on the Library Of Babel website, where your files are stocked in the library, and the filesystem does not contain any data, only metadata.

Installing

virtualenv -p $(which python2) venv/
source venv/bin/activate.sh
pip install -r requirements.txt

Note that you must have fuse installed for it to work.

Usage

python babelfs.py metadataStorageFolder/ mountPoint/ 

Notes

If you use dd to get files in/out of the fs, remember to add bs=512k (at least) because else it will make a lot more calls to read/write that is necessery, slowing down the transfer.

This is a very inefficient FileSytem. But it does not stock any data, only metadata (tho the metadata takes about twice the space as the actual data).

It is painfully slow (about 4ko/s read speed and 3ko/s write speed), and actually uploads all of your data to the library of babel. Because their algorithm is not open source, I have to do it that way. So please do not store any confidential documents on this fs, because they will be sent to this website.

Please do not store ANY important files that you do not have backups of on this filesystem. A lot of error handling is not implemented yet, so there is a real chance that you may loose your files.

This is just for fun, and is not intended to be a viable fs, so please do not use it that way.

babelfs's People

Contributors

giubil avatar

Watchers

James Cloos avatar neuthral avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.