CouchDB
Listing active replications in couchdb 1.1.0
I am bootstraping replications in couchdb by POSTing to localhost:5984/_replicate. This URL only accepts POST requests.[详细]
2023-04-04 15:09 分类:问答How to setup EXTJS4 store for CRUD Couch DB?
How to calibrate Extjs 4 store for simple CR开发者_运维问答UD from/to couchDb? There is a demo project that was put together for our last Austin Sencha meetup that shows connecting Ext 4 to both Couch[详细]
2023-04-04 06:44 分类:问答What do I get this Error: EADDRINUSE, Address already in use when stress-testing Node.js with cradle and CouchDB?
I am trying to measure the throughput of a simple Node.js program with a CouchDB backend using cradle as the DB driver. When I put load against the program I get the following error within 30 seconds:[详细]
2023-04-03 22:55 分类:问答CouchDB: insert a new array into a document
I have a doc made of: { "_id": "00001.74365CF0449457AA5FB52822DBE1F22A", "_rev": "1-1b976f3adb75c220aff28b4c69f41e18",[详细]
2023-04-03 22:18 分类:问答Migrate couchdb data from 0.10.0?
For a linux system, I\'ve backed up an old database from couchdb 0.10.0, basically a tar archive of the /var/lib/couchdb directory.[详细]
2023-04-03 16:09 分类:问答"Error starting replication" in couchdb
I am creating a \"pull\" replicator document in couchdb 1.1.0: curl -X PUT http://admin:pass@localhost:5984/_replicator/maintenance -d \'[详细]
2023-04-03 08:58 分类:问答What is a good way to secure a desktop application API that is exposed via HTTP+REST?
I\'m thinking about building a Mac (maybe later Windows) application that would expose its开发者_如何学Go plug-in API to other processes on the same machine via HTTP/REST. Are there any good libraries[详细]
2023-04-03 08:16 分类:问答Using CouchDB-lucene how can I index an array of objects (not values)
Hello everyone and thanks in advance for any ideas, suggestions or answers. First, the environment: I am using CouchDB (currently developing on 1.0.2) and couchdb-lucene 0.7.Obviously, I am using cou[详细]
2023-04-03 07:06 分类:问答geo spatial application: mySql vs CouchDB vs others
I am developing an application on google map and checking out various options to store and retrieve spatial information within a bounding box.[详细]
2023-04-03 07:00 分类:问答How to use CouchRest with Sunspot?
I have a problem with integration between CouchRest and Sunspot. When I search the book detail, the result from Sunspot is empty. I try to google it for a long time but no help.[详细]
2023-04-03 05:27 分类:问答