hoodiehq-archive / node-multicouch

Launch multiple CouchDBs from the same installation.
30 stars 18 forks source link

Demo code has extra hyphen in require #3

Closed natevw closed 11 years ago

natevw commented 11 years ago

README.md s/require('multi-couch')/require('multicouch')/

(Sorry for this lazy "patch", haven't found any other reason to fork yet. So far It Just Works™ — thanks!!!)

janl commented 11 years ago

Fixed, thanks :)

Thanks for the praise too. Always curious what people do with this, if you don’t mid sharing :)

natevw commented 11 years ago

That was quick!

As far as uses:

Right now I'm about to set up a bazillion databases and two bazillion continuous replications and then also monitor all their _changes feeds, so I can see what happens up close and personal.

After that. If My Laptop Has Not Actually Melted. Then I'll probably separate various client project databases out from my personal server into their own containers.

In the future, I'm interested in local "instance per user" situations as well as serving databases from removable external drives as part of my ShutterStem project.