ArangoDb
Discover more about the ArangoDb 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.
ArangoDb performs operations on ArangoDb when used as a Document Database, or as a Graph Database.
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 | N/A | String | |
Account | The account used by the connector. It is only available if the Dynamic Account parameter is inactive. | N/A | Account |
Database | Database name. | 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 |
---|---|---|---|
Document Collection | Collection name, when using ArangoDB as a Document Database. Set the | N/A | String |
Edge Collection | Collection name of vertices, when using ArangoDB as a Graph Database. Set the | N/A | String |
Graph | Graph name, when using ArangoDB as a Graph Database. Combine this attribute with either the | N/A | String |
Host | ArangoDB host. If host and port are default, this field is optional. | N/A | String |
Operation | Operations to perform on ArangoDB. For the | String | |
Port | ArangoDB exposed port. If host and port are default, this field is optional. | N/A | Number |
Vertex Collection | Collection name of vertices, when using ArangoDB as a Graph Database. Set the | N/A | String |
Headers tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Db Multi Update | Indicates if there are multiple documents to update. If set to true, the body of the message must be a collection of documents to update. | False | Boolean |
Db Multi Insert | Indicates if there are multiple documents to insert. If set to true, the body of the message must be a collection of documents to insert. | False | Boolean |
Db Multi Delete | Indicates if there are multiple documents to delete. If set to true, the body of the message must be a collection of keys of documents to delete. | False | Boolean |
Key | The Arango key to use for the operation. | N/A | String |
Result Class Type | The type of the result of the operation. | BaseDocument.class or BaseEdgeDocument.class | String |
Db Aql Query | The AQL query to execute. | N/A | String |
Db Aql Parameters | The key/value pairs defining the variables to bind the query to. | N/A | JSON |
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