bendiken / bitcache
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Graphs
-
Branch:
master
bitcache /
| name | age | message | |
|---|---|---|---|
| |
.gemspec | Sun Jan 10 11:03:44 -0800 2010 | |
| |
.gitignore | Fri Jan 01 19:37:40 -0800 2010 | |
| |
.yardopts | Fri Jan 01 19:36:49 -0800 2010 | |
| |
AUTHORS | Fri Jan 01 19:35:18 -0800 2010 | |
| |
README | ||
| |
README.md | ||
| |
Rakefile | Fri Jan 01 19:55:06 -0800 2010 | |
| |
UNLICENSE | Fri Jan 01 19:35:18 -0800 2010 | |
| |
VERSION | Fri Jan 01 20:21:45 -0800 2010 | |
| |
doc/ | Sun Apr 19 06:46:32 -0700 2009 | |
| |
lib/ | Sun Jan 10 21:38:02 -0800 2010 | |
| |
pkg/ | Tue Oct 27 09:01:51 -0700 2009 | |
| |
spec/ | Sun Jan 10 18:58:45 -0800 2010 |
README.md
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
- {Bitcache::Adapter}
- {Bitcache::Encoder}
- {Bitcache::Repository}
- {Bitcache::Stream}
Dependencies
- Addressable (>= 2.1.1)
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
- http://bitcache.rubyforge.org/
- http://github.com/bendiken/bitcache
- http://gemcutter.org/gems/bitcache
- http://rubyforge.org/projects/bitcache/
- http://raa.ruby-lang.org/project/bitcache/
- http://www.ohloh.net/p/bitcache
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.

