Apache CouchDB

AWS Azure Databases 2 variations

CouchDB 3 with the Fauxton admin console and HTTP REST API, secure and ready with no default credentials.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Variations

Choose the operating system, cloud and version you need. Every variation is the same hardened Apache CouchDB image, built and supported by cloudimg.

ProductCloudOperating systemVersion
Apache CouchDB NoSQL Database AWS Standard View · Guide
Apache CouchDB 3.5 on Ubuntu Azure Ubuntu 3.5 View · Guide

Overview

Apache CouchDB is a document database that stores JSON documents and exposes them over an HTTP REST API, with built in replication for offline first and multi master sync. The bundled Fauxton web interface manages databases and documents from the browser.

Why the cloudimg image

The database, Fauxton and the REST API run on a single port with no runtime dependencies, hardened so it never starts in the insecure admin party mode. A unique administrator password is generated on first boot and stored in a root only file, database files live on a dedicated resizable data disk, and 24/7 cloudimg support is included.

Common uses

  • Offline first sync backends
  • JSON document storage
  • Mobile application data