docs/integrations/destinations/couchbase.md
This page contains the setup guide and reference information for the Couchbase destination connector.
The Couchbase destination connector allows you to sync data to Couchbase, a distributed NoSQL database. Each stream is written to a collection in Couchbase, with support for both local clusters and Couchbase Capella (cloud service).
Each stream will be output into a collection in Couchbase. The connector follows these rules for data mapping:
id: A unique identifier (UUID or composite key for deduplication)type: Set to "airbyte_record"stream: The source stream namedata: The actual record data| Sync mode | Supported? |
|---|---|
| Full Refresh - Overwrite | Yes |
| Full Refresh - Append | Yes |
| Full Refresh - Overwrite + Deduped | Yes |
| Incremental Sync - Append | Yes |
| Incremental Sync - Append + Deduped | Yes |
data_reader)data_writer)query_manage_index)Install Couchbase Server
http://localhost:8091Create Resources
Configure in Airbyte
couchbase://localhost)airbyte_user)your_secure_password)my_bucket)_default)Create Capella Resources
Create Database Credentials
Allow List IP Addresses
Get Connection Details
Configure in Airbyte
_default (or your custom scope)| Parameter | Description | Example |
|---|---|---|
| Connection String | The connection string to your Couchbase cluster | couchbase://localhost or Capella connection string |
| Username | Database username with required permissions | airbyte |
| Password | Database password | password |
| Bucket | The name of the bucket to sync data to | mybucket |
| Scope | The scope within the bucket (optional, defaults to _default) | _default |
This destination supports namespaces.
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.9 | 2025-05-24 | 60719 | Update dependencies |
| 0.1.8 | 2025-05-10 | 59875 | Update dependencies |
| 0.1.7 | 2025-05-03 | 59358 | Update dependencies |
| 0.1.6 | 2025-04-26 | 58279 | Update dependencies |
| 0.1.5 | 2025-04-12 | 57651 | Update dependencies |
| 0.1.4 | 2025-04-05 | 57148 | Update dependencies |
| 0.1.3 | 2025-03-29 | 56612 | Update dependencies |
| 0.1.2 | 2025-03-22 | 56082 | Update dependencies |
| 0.1.1 | 2025-03-08 | 55354 | Update dependencies |
| 0.1.0 | 2024-01-20 | #xxxxx | Initial release of the Couchbase destination connector |