{"id":28910536,"url":"https://github.com/couchbase-ecosystem/n8n-nodes-couchbase","last_synced_at":"2026-02-26T00:23:55.853Z","repository":{"id":289733346,"uuid":"939710716","full_name":"Couchbase-Ecosystem/n8n-nodes-couchbase","owner":"Couchbase-Ecosystem","description":"Community node for using Couchbase Key-Value, Query, and Full-Text Search with n8n.","archived":false,"fork":false,"pushed_at":"2026-02-23T23:13:11.000Z","size":208,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-24T05:18:42.912Z","etag":null,"topics":["hactoberfest"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/n8n-nodes-couchbase","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Couchbase-Ecosystem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-27T01:25:02.000Z","updated_at":"2026-02-23T23:10:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"76189ee3-3eac-4da3-8f38-b2f1117284c5","html_url":"https://github.com/Couchbase-Ecosystem/n8n-nodes-couchbase","commit_stats":null,"previous_names":["couchbase-ecosystem/n8n-nodes-couchbase"],"tags_count":12,"template":false,"template_full_name":"n8n-io/n8n-nodes-starter","purl":"pkg:github/Couchbase-Ecosystem/n8n-nodes-couchbase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Couchbase-Ecosystem%2Fn8n-nodes-couchbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Couchbase-Ecosystem%2Fn8n-nodes-couchbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Couchbase-Ecosystem%2Fn8n-nodes-couchbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Couchbase-Ecosystem%2Fn8n-nodes-couchbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Couchbase-Ecosystem","download_url":"https://codeload.github.com/Couchbase-Ecosystem/n8n-nodes-couchbase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Couchbase-Ecosystem%2Fn8n-nodes-couchbase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29839917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T20:42:33.054Z","status":"ssl_error","status_checked_at":"2026-02-25T20:42:21.322Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hactoberfest"],"created_at":"2025-06-21T18:14:01.885Z","updated_at":"2026-02-26T00:23:55.848Z","avatar_url":"https://github.com/Couchbase-Ecosystem.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# n8n-nodes-couchbase\n\nThis is a collection of n8n community nodes for using Couchbase services within n8n workflows.\n\nCouchbase 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.\n\n[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.\n\n[Nodes](#nodes)\n[Installation](#installation)\n[Credentials](#credentials)  \n[Compatibility](#compatibility)  \n\n## Nodes\nClick on the node name to view its detailed documentation.\n- [**Couchbase**](nodes/Couchbase/README.md): This node allows you to perform operations on The Couchbase KV, Query, and Search services. It supports creating, reading, updating, and deleting documents, as well as executing SQL++ queries and full-text searches.\n- [**Couchbase Search Vector Store**](nodes/vector_store/VectorStoreCouchbaseSearch/README.md): This node allows you to perform vector search operations using the Couchbase Search Service. It supports retrieving, updating, and inserting documents in a vector database, as well as using the vector store as a tool for AI agents.\n- [**Couchbase Chat Memory**](nodes/memory/MemoryCouchbaseChat/README.md): This node provides persistent storage for conversational AI applications by storing chat conversation history in a Couchbase database. It enables AI agents and chains to maintain context across multiple interactions.\n\n## Installation\n\nFollow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.\n\n## Credentials\n\nTo use the Couchbase node, you'll need to set up Couchbase credentials in n8n:\n\n1. **Prerequisites**:\n\t- A running Couchbase cluster (using [Couchbase Capella](https://cloud.couchbase.com/) in the cloud, or Couchbase Server)\n\t- [Database credentials](https://docs.couchbase.com/cloud/clusters/manage-database-users.html#create-database-credentials) with appropriate permissions for the operations you want to perform\n   - [Allow IP address](https://docs.couchbase.com/cloud/clusters/allow-ip-address.html) for your n8n instance\n\n2. **Credential Parameters**:\n\t- **Connection String**: The connection string to your Couchbase server (e.g., `couchbase://localhost`)\n\t- **Username**: Database access username\n\t- **Password**: Database access password\n\n## Compatibility\n\nThis node has been tested with n8n version 1.123.4.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcouchbase-ecosystem%2Fn8n-nodes-couchbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcouchbase-ecosystem%2Fn8n-nodes-couchbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcouchbase-ecosystem%2Fn8n-nodes-couchbase/lists"}