Couchbase
Discover more about the Couchbase connector and how to use it on the Digibee Integration Platform.
Important information:
This documentation is currently available only in English but will soon be translated into Portuguese.
The content is under revision and may change. We appreciate your understanding as we work to improve the documentation.
Query Couchbase Views with a poll strategy and/or perform 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)
.
Required Tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Dynamic Account | When activated, the connector will use the account dynamically. When deactivated, it’ll use the account statically. | false | boolean |
Account Name | The name of the account that is generated dynamically via the Store Account connector. | string | |
Account | Sets the account to be used by the connector. | 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 true will stop pipeline with an error, if false will let the pipeline continue but the output will show a property success with value false | false | boolean |
Optional Tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Port | The port number to use | 8091 | number |
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 | Define if we want an autostart Id when we are doing an insert operation | false | boolean |
Operation | The operation to do | CCB_PUT | string |
Persist To | Where to persist the data | 0 | number |
Producer Retry Attempts | Define the number of retry attempts | 2 | number |
Producer Retry Pause | Define the retry pause between different attempts | 5000 | number |
Replicate To | Where to replicate the data | 0 | number |
Starting Id For Inserts From | Define the starting Id where we are doing an insert operation | N/A | number |
Additional Hosts | The additional hosts | N/A | string |
Connect Timeout | Define the timeoutconnect in milliseconds | 30000 | number |
Query Timeout | Define the operation timeout in milliseconds | 2500 | number |
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 |
Successful executions should output at least a property "success": true
Last updated