persvr / perstore

CommonJS persistence/object storage based on W3C's object store API.
http://www.persvr.org/
96 stars 20 forks source link

couchdb #5

Open ghost opened 14 years ago

ghost commented 14 years ago

i see there is new code for Couchdb. Yeah !

Since couch does replication your middle tier replication will do similar. It would be cool is a behaviours can be fed into your replication layer. This owuld allow db sharding and other patterns for example.

Withc of course brings up Map reduce and running many queries against the many db instances and then reducing them back down. Are you planning to do this in your code ? I think is would be a good idea. i believe there is already a few js libraries floating around that already do this.