public
Rubygem
Fork of atduskgreg/slipcover
Description: treat a group of objects as a cluster with concurrent access. great for accessing couchdb clusters via CouchRest
Clone URL: git://github.com/jchris/slipcover.git
name age message
file README.rdoc Tue Sep 09 16:49:21 -0700 2008 readme instructions for running tests [jchris]
directory doctest/ Tue Sep 09 16:46:42 -0700 2008 gemified slipcover [jchris]
directory lib/ Tue Sep 09 16:46:42 -0700 2008 gemified slipcover [jchris]
file slipcover.gemspec Tue Sep 09 16:47:37 -0700 2008 fixed gemspec [jchris]
README.rdoc

Two simple scripts for helping with CouchDB clustering and parallelization:

Slipcover

  • run a single query across a multi-member cluser (i.e. a group of CouchDBs) and zip up the results

California King

  • run a series of queries in parallel against a single CouchDB

Details

Checkout slipcover.doctest and california_king.doctest for usage and explanation.

To run the doctests:

  gem install rubydoctest
  cd slipcover
  rubydoctest doctest/*.doctest