メイン コンテンツにスキップ
https://catalogartifact.azureedge.net/publicartifacts/pcloudhosting.couchdb-54640991-86f5-42f2-8f68-549189df7ce1/image0_pcloud.png

CouchDB

作成者: pcloudhosting

Version 3.5.1+ Free Support on Ubuntu 24.04

CouchDB 3.5.1 on Ubuntu 24.04 is an open-source NoSQL database solution that stores data in JSON documents and provides a reliable RESTful HTTP API for database management, replication, and application development. It is designed for developers and administrators who need a scalable, document-oriented database platform.

The solution supports common CouchDB workflows including database creation, document storage, data replication, user management, and web-based administration using the built-in Fauxton interface. It is ideal for web applications, distributed systems, offline-first applications, and backend data storage use cases.

Features of CouchDB 3.5.1:

  • Document-oriented NoSQL database with JSON-based storage.
  • RESTful HTTP API for database and document operations.
  • Built-in Fauxton web interface for database administration.
  • Supports replication and synchronization between CouchDB instances.
  • Secure access with administrator authentication.
  • Suitable for web, mobile, and distributed application backends.

Usage instructions for CouchDB 3.5.1
$ sudo su
$ systemctl status couchdb
$ curl http://127.0.0.1:5984/
$ curl http://127.0.0.1:5984/_up

Credentials Saved in:cat /var/couchdb/credentials.txt

 
Access the CouchDB Fauxton dashboard:
Open your browser and navigate to: http://your-server-ip:5984/_utils

Disclaimer: CouchDB 3.5.1 is provided “as is” under applicable open-source licenses. Users are responsible for proper configuration, secure data handling, access control, backup management, and validation of application data. This solution is best suited for storing, managing, and replicating document-based data in development and production environments.