CouchDB
CouchDB - Views not being updated after delete
I have a view similar to this (a contrived example): function(doc) { if (doc.attrib) { emit([doc.attrib],doc._id)[详细]
2023-04-02 16:12 分类:问答How to get SUM of all CouchDB values?
How to extract SUM depending on ID or something, with goal of getting SUM of all values? I am able to get all values but canot SUM beacouse its a single variable, so there must be some kind of segmen[详细]
2023-04-02 06:14 分类:问答Non-Admin User-Authentication at couchDB
I am somewhat on the rope with couchdb. I\'d like to expose my database to the internet. So what i learned and whats obvious, is that adminparty is no good idea.[详细]
2023-04-01 23:17 分类:问答fusion table insert or update from javascript
My purpose is to plot data from fusiontable into google map using FusionTablesLayer and to insert or update the fusion table with user created information from map.[详细]
2023-04-01 20:26 分类:问答Setting up user_ctx field on CouchDB Replicator
\"user_ctx\": { \"name\": \"adminuser\", \"role\": \"[\\\"_admin\\\"]\" }, \"_replication_state\": \"error\",[详细]
2023-04-01 13:45 分类:问答How to run tasks on couchdb
I need to schedule tasks to run on a couchdb database. These tasks read one db; aggregate data and write them to another database for archival purposes.[详细]
2023-04-01 13:38 分类:问答couchdb map-reduce and grouping
I am attempting to get a count of unique events for an object (lets say a video): Here are my documents:[详细]
2023-04-01 09:01 分类:问答CouchDB/Iris Couch - noob security question
I\'ve been playing with Iris Couch using Futon, curl and reading the CouchDB security Wiki page and I\'m a little confused about readers, admins & server admins.[详细]
2023-03-31 21:18 分类:问答Couchdb rereduce understanding and sum
I don\'t know if this is really rereduce but that\'s why I\'m here. I have t开发者_StackOverflow社区his:[详细]
2023-03-31 18:15 分类:问答CouchDB sorting - Collation Specification
Collation Specification Using a CouchDB view it seems my keys aren\'t 开发者_开发知识库sorted as per the collation specification.[详细]
2023-03-31 18:08 分类:问答