CouchDB
CouchDB data connector configuration object consists of the following attributes:
| Attribute | Description |
|---|---|
| type | Connector type; must be always set to couchDB. |
| id | App wide unique connector id. |
| server | Provide only the domain part of the URL without scheme. |
| port | Service port number. |
| ssl | Either true or false. If true uses TLS connection. |
| credentials | Optional Username and password to connect to the broker. |
| databaseName | Database name in lowercase. |
| dataProcessingMethod | Optional. Id or name of the App method that will be used for filtering and/or transforming incoming data. See Overview page for details. |
| disabled | Optional. When true data connector stops streaming. |
Create:
Update:
๐ง Database#
Only lowercase database names are accepted by CouchDB. If given database does not exist, data connector creates it automatically.