My CouchDB (production) server is sometimes shut down, and I don’t want to do it. While checking the logs, I noticed that Erlang/CouchDB (one or the other) sends heartbeats, And monitor the heartbe
Tag: couchdb
NOSQL – Accessing CouchDB Futon via HTTPS
I have a problem accessing the futon interface when using nginx proxy.
When using http protocol, this configuration works fine, but when I try to use
https, I keep getting no_db_file errors (but
Nosql – Sorting Date in CouchDB View
I have a nested JSON object for the following key states:
{
“2011-01-19 09:41: 00 AM”: “Prototype status application”,
“2011-01-20 09:41:00 AM”: “Play CouchDB”
}
This is a small appli