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.
http://bitcache.rubyforge.org/
- {Bitcache::Adapter}
- {Bitcache::Encoder}
- {Bitcache::Repository}
- {Bitcache::Stream}
The recommended installation method is via RubyGems. To install the latest official release of the Bitcache gem, do:
% [sudo] gem install bitcache
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
- http://bitcache.rubyforge.org/
- http://github.com/bendiken/bitcache
- http://rubygems.org/gems/bitcache
- http://rubyforge.org/projects/bitcache/
- http://raa.ruby-lang.org/project/bitcache/
- http://www.ohloh.net/p/bitcache
Refer to the accompanying CREDITS
file.
This is free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying {file:UNLICENSE} file.