Skip to navigation
Map reduce function to count all results in couchdb
23.10.14
example: webmail client to count all outbox email, the document has the key outbox map: function(doc) { if(doc.type == 'outbox') { emit('outbox', 1); } } reduce: function(keys, values) { return sum(values); }
http://docs.couchdb.org/en/latest/couchapp/views/intro.html
Reply
Anonymous
Information Epoch 1740332296
Worse is better.
Home
Notebook
Contact us