Couchbase
Discover more about the Couchbase connector and how to use it on the Digibee Integration Platform.
The content of this documentation is under revision and may change. We appreciate your understanding as we work to improve it.
Couchbase queries Couchbase Views with a poll strategy and/or performs various operations against Couchbase databases.
Parameters
Take a look at the configuration options for the component. Parameters supported by Double Braces expressions are marked with (DB)
.
General tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Dynamic Account | When active, the connector will use the account dynamically. Otherwise, it will use the account statically. | False | Boolean |
Account Name | The name of the dynamic account used by the connector. This account must have been previously configured in a Store Account connector in the pipeline for this process to take effect. It is only available if the Dynamic Account parameter is active. | N/A | String |
Account | The account used by the connector. It is only available if the Dynamic Account parameter is inactive. | N/A | Account |
Protocol | The protocol to use. | N/A | String |
Hostname | The hostname to use. | N/A | String |
Bucket | The bucket to use. | N/A | String |
Fail On Error | If the option is activated, the pipeline's execution with an error will be interrupted. Otherwise, the pipeline execution proceeds, but the result will show a false value for the | False | Boolean |
Optional tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Port | The port number to use. | 8091 | Integer |
Collection | The collection to use. | N/A | String |
Key | The key to use. | N/A | String |
Scope | The scope to use. | N/A | String |
Auto Start Id For Inserts | Defines whether to autostart ID when doing an insert operation. | False | Boolean |
Operation | The operation to do. | CCB_PUT | String |
Persist To | Where to persist the data. | 0 | Integer |
Producer Retry Attempts | Defines the number of retry attempts. | 2 | Integer |
Producer Retry Pause | Defines the retry pause between different attempts. | 5000 | Integer |
Replicate To | Where to replicate the data. | 0 | Integer |
Starting Id For Inserts From | Defines the starting ID where we are doing an insert operation. | N/A | Integer |
Additional Hosts | The additional hosts. | N/A | String |
Connect Timeout | Defines the connection timeout in milliseconds. | 30000 | Integer |
Query Timeout | Defines the operation timeout in milliseconds. | 2500 | Integer |
Headers tab
Parameter | Description | Default value | Data type |
---|---|---|---|
CCB_ID | The document ID. | N/A | String |
CCB_TTL | The expiry for the document in seconds. | N/A | String |
Documentation tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Documentation | Section for documenting any necessary information about the connector configuration and business rules. | N/A | String |
Last updated