couchdb
couchdb copied to clipboard
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
@rnewson: “this is no longer part of the HTTP spec”
Issue #1302 (and others in the past) highlight that nssm, an application we use to run `couchdb.cmd` as the service launcher for CouchDB, is sometimes detected as risky software by...
The `dialyze` target does not always return any Dialyzer warnings, for instance: ```console make dialyze apps=mango ==> mango (build-plt) WARN: ''build-plt'' command does not apply to directory /Users/gaborpali/projects/github/couchdb/rel WARN: ''build-plt''...
Currently, Mango has its own integration tests that are implemented in Python and have to be activated separately via the `mango-tests` `make(1)` target. Re-write them in Elixir to integrate them...
Currently building multi-arch images takes hours. Most of time is spend building OTP from source in full qemu emulation mode. Instead of building from source using buildx try cross-compiling it...
CouchDB REST API does not seem to support requests with [Deflate](https://en.wikipedia.org/wiki/Deflate) compression. On the contrary, this is the only method that [HTTPie](https://httpie.io/) offers, which can make it difficult to use...
Hey guys. I'm new to Couchdb. I'm trying to create a backup and restore routine in an environment that has 03 clustered nodes (version 3.1). How do I create a...
I'm trying to backup and restore a CouchDB following the official documentation: https://docs.couchdb.org/en/latest/maintenance/backups.html "However, you can also copy the actual .couch files from the CouchDB data directory (by default, data/)...
## Summary of settings / functionality of CouchDB which will be removed in 4.x [NOTE]: # ( Provide a brief overview of what the new feature is all about. )...
[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary In CouchDB 1.7.2 the internal replicator allowed use of the heartbeat...