couchdb
couchdb copied to clipboard
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
## Description A CouchDB changes feed from a database where `q` is > 1, when queried with `?descending=true` provides a set of results with repeated `seq` values and a negative...
https://github.com/ulid/spec https://github.com/ai/nanoid
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description make check failed with output ``` module 'chttpd_view_test' chttpd view tests...
# Introduction I have implemented [JWT authentication](https://docs.couchdb.org/en/stable/api/server/authn.html#jwt-authentication). I noticed that: (1) Users configured as server administrators are not granted server administrator privileges when authenticating via JWT unless `"_admin"` is included...
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description [NOTE]: # ( Describe the problem you're encountering. ) [TIP]: #...
At present, to send a multipart/related PUT request to CouchDB, each attachment's length must be known beforehand, to create a JSON body such as: ```json { "_id":"doc_id", "_attachments":{ "foo.txt": {...
## Overview Using key and start/end_key in a different order will produce different responses when querying `_all_docs`. To reduce confusion, add a key range check for `_all_docs`. - If direction=fwd,...
[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary [The documentation](https://docs.couchdb.org/en/stable/api/document/common.html#creating-multiple-attachments) shows that it is possible to load multiple attachments...
Hello, Customer has a couchdb environment where databases are created through python scripts in a dynamic way, so we want to ensure that after database creation, it has the appropriate...
## Summary I use CouchDB rpm packages (no docker, no k8s) on the AWS cloud with an Application load-balancer (ALB). On ALB configured health check for `/_up` endpoint. When the...