CouchDB Connection

See the Connector Marketplace topic. Please request your administrator to start a trial or subscribe to the Premium CouchDB connector.

CouchDB is an open-source NoSQL database management system that stores data in a schema-free document format using JavaScript Object Notation (JSON) and allows for distributed, highly available, and fault-tolerant data storage and retrieval.

This topic describes how to authenticate to CouchDB and configure any necessary connection properties in the CouchDB connection connector.

Connection Configuration

Each connection property available in the CouchDB connector is explained below.


Connection Name

The name of the connection to be created should be provided. This is the name that will display on the list of available connections.


URL

The URL used to connect to the Apache CouchDB.


User

The Apache CouchDB user account used to authenticate.


Password

The password used to authenticate the user.


Advanced Configuration

This section contains advanced configuration parameters.

Public Databases

Specify a comma-separated list of public databases to list as tables.


Enable SSL

Option for creating the connection with SSL enabled.

Upload Keystore File

Option to upload keystore file.


Add Configuration: Additional properties can be added using this option as key-value pairs.


After entering all the details, click on the TEST button.

If the connection service identification and authentication details are provided correctly, a success message stating “connection available” is generated.

Click on the CREATE button to save the changes.

If the details are incorrect or the server is down, you will get a message “Connection unavailable”.

Top