Skip to main content

Questions tagged [couchdb]

Apache CouchDB is a document-oriented database that can be queried and indexed in a MapReduce fashion. It exposes a pure restful API, making interaction possible from any language with the ability to send HTTP requests. This also allows "Futon", the administration interface, to work completely in the browser. It also offers incremental replication with bi-directional conflict detection and resolution.

couchdb
0 votes
0 answers
16 views

How to configure HSTS on Couch DB when it's packaged with another app?

I have this very large and complex server application that amongst the numerous opensource tools that are baked into it, CouchDB 3.3.3 is one of them. "Baked" is important because what the ...
tpcolson's user avatar
  • 712
0 votes
0 answers
12 views

CouchDB cluster experiences 60s delay when a node is the last survivor, can this be avoided?

In CouchDB3 clusters provide horizontal scaling as well as durability, In attempting to take advantage of the durability, in a 3 node cluster if 2 of the 3 go down (when sharding is setup so that all ...
DiamondDrake's user avatar
  • 1,040
0 votes
0 answers
16 views

How to run a query on a CouchDB collection

I'm working in NodeJS and I have a working CouchDB connection. I can get a reference to a collection like so: var myCluster = await couchbase.connect(serverHttp, authentication); const myBucket = ...
gnitsuk's user avatar
  • 199
0 votes
0 answers
13 views

CouchDB change the name of an admin role

How can I change the server admin role name in CouchDB to a different name? So for example instead of '_admin' I would like it to be 'server_admin'.
Kishieel's user avatar
  • 1,968
0 votes
0 answers
36 views

Flutter Sync with SQFLite and CouchDB

Future<void> startReplication(Database database) async { final replicator = await Replicator.create(ReplicatorConfiguration( database: database, target: UrlEndpoint(Uri.parse('ws://...
Roberto rodriguez carbonell's user avatar
0 votes
0 answers
13 views

Can processing of request/grequest responses be run concurrently in Python2?

I'm writing a Python2 program that pulls a large amount of JSON data from a remote CouchDB database. The data is indexed by timestamp: I pass a startkey and an endkey, and the database returns all ...
lucs100's user avatar
  • 303
0 votes
0 answers
8 views

Unable to make curl requests to _users database in couchdb

in the past i've once deleted the _users database i don't know why. I recreated the database using curl But now it seems like i can no longer add users using curl or node into _users database. e.g: ...
Tony Ngomana's user avatar
1 vote
0 answers
20 views

CouchDB update one field of all documents

I'm working with CouchDB and Mango queries and I have a JSON structure for my documents with fields like "nome" (name) and "age". I want to modify all documents in my database by ...
MIGUEL SOMBRIO's user avatar
0 votes
0 answers
16 views

Pouchdb putattachment promise is not being resolved

Pouchdb putAttachment is not returning promise. attachments are not being saved in couchdb trying to put blob attachment in pouchdb version (7) but the db.putAttachment(.....) not getting resolved. ...
Adarsh Suryawanshi's user avatar
0 votes
1 answer
21 views

CouchDB-lucene is not connected with CouchDB

I have installed CouchDB version 3.3.3.. And I have also installed CouchDB-lucene version 2.2.0.. I have also set this option in my local.ini file of CouchDB: [httpd_global_handlers] _fti = {...
Ali's user avatar
  • 480
0 votes
0 answers
18 views

CouchDB view returns error: undef on Ubuntu 22

We have recently migrated our Ubuntu from 20 to 22, now the problem when using Ubuntu 22 is the Couchb. I have CouchDB 3.3.3 installed on both 20 & 22, but only ubuntu 20 works fine. For ubuntu 22 ...
str028's user avatar
  • 194
0 votes
0 answers
14 views

Oddly grouped CouchDB results

I have a CouchDB database with the following documents. { "total_rows": 5, "offset": 0, "rows": [ { "id": "3f46717d80b9c6be8b06d87ce80006c5&...
padeso's user avatar
  • 452
0 votes
1 answer
48 views

Why Does Invoke-WebRequest not authenticate with CouchDB while username and password are supplied?

I'm hosting a local instance of couchdb via docker at localhost:5984/. With a python requests client, I can make admin changes via API like so: >>> requests.put('http://admin:password@...
MrChadMWood's user avatar
0 votes
0 answers
24 views

PouchDB Sync not working after introducing CouchDB Proxy Authentication

I am using CouchDB on premise server and PouchDB-web for a react application to solve offline Sync Use case. Everything worked fine until we introduced a client side reverse-proxy for proxy ...
crazy9's user avatar
  • 377
0 votes
0 answers
82 views

Keep a webview app of Android running in the background

I observed that when a WebView app in Android is closed, it may continue running in the background under certain circumstances. For example, I have deployed a webapp that replicates databases from a ...
Gary's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
411