NoSQL database oriented to JSON documents, with native replication and integrated HTTP API.
Version:
3.5.1
back to Marketplace
CouchDB exposes an HTTP API directly. You can interact with it using curl or any HTTP client.
# Verify that CouchDB is responding
curl http://<IP_DE_LA_VM>:30594/
# With authentication
curl http://<USUARIO>:<PASSWORD>@<IP_DE_LA_VM>:30594/
Expected answer:
{
"couchdb": "Welcome",
"version": "3.x.x",
"features": ["access-ready", "reshard", "scheduler"],
"vendor": { "name": "The Apache Software Foundation" }
}
CouchDB includes a web interface for visually managing databases:
http://<IP_DE_LA_VM>:30594/_utils/
Log in with your username and password to manage databases, documents, and indexes from your browser.
# View the CouchDB pod
kubectl get pods -A | grep couchdb
# View installation log
tail -f /var/log/cuemby/bootstrap.log
# Verify that the port is listening
ss -tlnp | grep 30594
ℹ️ If you did not set a password during deployment, look for it in the deployment outputs in the Cuemby portal.
# Create a database
curl -X PUT http://<USUARIO>:<PASSWORD>@<IP_DE_LA_VM>:30594/mi_database
# Insert a document
curl -X POST http://<USUARIO>:<PASSWORD>@<IP_DE_LA_VM>:30594/mi_database \
-H "Content-Type: application/json" \
-d '{"nombre": "ejemplo", "activo": true}'
# List databases
curl http://<USUARIO>:<PASSWORD>@<IP_DE_LA_VM>:30594/_all_dbs

IaaS
Cuemby Cloud is enterprise-grade cloud infrastructure managed from a single console, built for stronger security, predictable operations, and easy scaling across regions.
Datacenters regions available in Colombia, Ecuador, and Chile
Backed by Tier III / Tier IV data center locations
Zero Network Ingress and Egress Fees
24/7 local expert support