Community nodes for using Couchbase Key-Value, Query, Full-Text Search, Couchbase Search Vector Store, Couchbase Query Vector Store, and Couchbase as Chat Memory with n8n.
npm install n8n-nodes-couchbaseThis is a collection of n8n community nodes for using Couchbase services within n8n workflows.
Couchbase is a distributed NoSQL cloud database that offers the robustness of a relational database with the flexibility of a JSON document database, featuring key-value operations, SQL++ querying, and powerful search capabilities including vector search.
n8n is a fair-code licensed workflow automation platform.
Nodes
Installation
Credentials
Compatibility
Follow the installation guide in the n8n community nodes documentation.
To use the Couchbase node, you'll need to set up Couchbase credentials in n8n:
1. Prerequisites:
- A running Couchbase cluster (using Couchbase Capella in the cloud, or Couchbase Server)
- Database credentials with appropriate permissions for the operations you want to perform
- Allow IP address for your n8n instance
2. Credential Parameters:
- Connection String: The connection string to your Couchbase server (e.g., couchbase://localhost)
- Username: Database access username
- Password: Database access password
This node has been tested with n8n version 1.123.4.