This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install jchris-slipcover
| name | age | message | |
|---|---|---|---|
| |
README.rdoc | Tue Sep 09 16:49:21 -0700 2008 | [jchris] |
| |
doctest/ | Tue Sep 09 16:46:42 -0700 2008 | [jchris] |
| |
lib/ | Tue Sep 09 16:46:42 -0700 2008 | [jchris] |
| |
slipcover.gemspec | Tue Sep 09 16:47:37 -0700 2008 | [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




