0.1.0 • Published 6 months ago
n8n-nodes-arango v0.1.0
n8n-nodes-arango
This is an n8n community node for ArangoDB. It provides functionality to interact with ArangoDB databases through n8n workflows.
Features
- Connect to ArangoDB instances
- Execute AQL queries
- Execute raw HTTP API commands
- Select different databases
Installation
Follow these steps to install this node in your n8n instance:
npm install n8n-nodes-arango
Credentials
To use this node, you need to provide the following credentials:
- Host (default: http://localhost)
- Port (default: 8529)
- Username
- Password
Operations
The node supports two operations:
Execute Query: Execute an AQL query
- Example:
FOR doc IN collection RETURN doc
- Example:
Execute Command: Execute a raw HTTP API command
- Example:
/_api/version
- Example:
Example Usage
- Add the ArangoDB node to your workflow
- Configure your credentials
- Select the database you want to connect to
- Choose your operation (Execute Query or Execute Command)
- Enter your query or command
- Run the workflow
License
0.1.0
6 months ago