All Projects → dryruby → bitcache

dryruby / bitcache

Licence: Unlicense license
[Retired] Distributed, content-addressable storage system.

Programming Languages

c
50402 projects - #5 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to bitcache

crm114.rb
[Retired] Ruby interface to the CRM114 Controllable Regex Mutilator.
Stars: ✭ 29 (-3.33%)
Mutual labels:  rubygems, obsolete, unmaintained
Openpgp.rb
[Retired] OpenPGP.rb is a pure-Ruby implementation of the OpenPGP Message Format (RFC 4880).
Stars: ✭ 115 (+283.33%)
Mutual labels:  rubygems, obsolete, unmaintained
php.rb
[Retired] PHP.rb translates Ruby code into PHP code.
Stars: ✭ 86 (+186.67%)
Mutual labels:  rubygems, obsolete, unmaintained
Deprecated Mapbox Ios Sdk
REPLACED – use https://www.mapbox.com/ios-sdk instead
Stars: ✭ 325 (+983.33%)
Mutual labels:  obsolete, unmaintained
Cudlr
⛔️ [DEPRECATED] Console for Unity Debugging and Logging Remotely
Stars: ✭ 167 (+456.67%)
Mutual labels:  obsolete, unmaintained
Jquery Jsonrpc
[Unmaintained] JSON-RPC 2.0 client for jQuery.
Stars: ✭ 174 (+480%)
Mutual labels:  obsolete, unmaintained
Guides
An effort to provide awesome documentation for the RubyGems ecosystem.
Stars: ✭ 128 (+326.67%)
Mutual labels:  rubygems
prestafony-project
Some resources to help you migrate PrestaShop to Symfony 3
Stars: ✭ 12 (-60%)
Mutual labels:  obsolete
Sepa king
Ruby gem for creating SEPA XML files
Stars: ✭ 125 (+316.67%)
Mutual labels:  rubygems
Tor.rb
Tor.rb is a Ruby library for interacting with the Tor anonymity network.
Stars: ✭ 108 (+260%)
Mutual labels:  rubygems
r6db
meta, issue and feature-tracking for all cross-site stuff
Stars: ✭ 38 (+26.67%)
Mutual labels:  unmaintained
SYNFadingLabel
A simple label with UIVisualEffectView vibrancy that automatically fades away.
Stars: ✭ 24 (-20%)
Mutual labels:  unmaintained
Rubygems
Library packaging and distribution for Ruby.
Stars: ✭ 2,902 (+9573.33%)
Mutual labels:  rubygems
Active bootstrap skin
Bootstrap skin for Active Admin 🚀 🚀 🚀
Stars: ✭ 133 (+343.33%)
Mutual labels:  rubygems
bamboo
Chef Cookbook for Atlassian Bamboo
Stars: ✭ 15 (-50%)
Mutual labels:  unmaintained
sauropod
INACTIVE - http://mzl.la/ghe-archive - Sauropod is a secure storage system for user data.
Stars: ✭ 12 (-60%)
Mutual labels:  unmaintained
Bashcov
Code coverage tool for Bash
Stars: ✭ 113 (+276.67%)
Mutual labels:  rubygems
Bundler Leak
Known-leaky gems verification for bundler: `bundle leak` to check your app and find leaky gems in your Gemfile 💎💧
Stars: ✭ 184 (+513.33%)
Mutual labels:  rubygems
yavdb
Yet Another Vulnerability Database
Stars: ✭ 14 (-53.33%)
Mutual labels:  rubygems
Instagram Crawler
Crawl instagram photos, posts and videos for download.
Stars: ✭ 178 (+493.33%)
Mutual labels:  rubygems

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.

Documentation

http://bitcache.rubyforge.org/

  • {Bitcache::Adapter}
  • {Bitcache::Encoder}
  • {Bitcache::Repository}
  • {Bitcache::Stream}

Dependencies

Installation

The recommended installation method is via RubyGems. To install the latest official release of the Bitcache gem, 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

Arto Bendiken - http://ar.to/

Contributors

Refer to the accompanying CREDITS file.

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].