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.

0 votes
0 answers
10 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,958
0 votes
0 answers
25 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
9 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
15 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
20 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
  • 450
0 votes
0 answers
16 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
13 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
42 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
21 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
58 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
0 votes
0 answers
20 views

fetch data from couchdb to node.js file

hi everyone i have a probleme whene i want to fetch data from couchdb to file .ejs i have this probleme "Server started on 3000 Port undefined" this is my code const express = require('...
mohamed alaoui's user avatar
0 votes
1 answer
17 views

CouchDB _approx_count_distinct

I'm having a problem using _approx_count_distinct reduce function. Based on the documentation _approx_count_distinct is loosely based on Hyperloglog algorithm. I can't get this to work. May map ...
y0gie007's user avatar
  • 727
0 votes
2 answers
32 views

Couchdb python - Upload Attachment with put_attachment

I am trying to attach an image to an existing document on couchdb using python. It is attached, but the following error message appears: "Cannot be displayed because it contains an error". ...
Ute's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
411