Bitcache: Distributed Content-Addressable Storage

Bitcache is a distributed content-addressable storage (CAS) system. It provides repository storage for bitstreams (colloquially known as blobs) of any length, each uniquely identified and addressed by a digital fingerprint derived through a secure cryptographic hash algorithm.

About Bitcache

Documentation

Classes

Dependencies

Installation

The recommended installation method is via RubyGems. To install the latest official release from Gemcutter, do:

% [sudo] gem install bitcache

Download

To get a local working copy of the development repository, do:

% git clone git://github.com/bendiken/bitcache.git

Alternatively, you can download the latest development version as a tarball as follows:

% wget http://github.com/bendiken/bitcache/tarball/master

Resources

See also

Author

License

Bitcache.rb is free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying UNLICENSE file.