docs/integrations/sources/couchbase.md
This page contains the setup guide and reference information for the Couchbase source connector.
Create a Couchbase Capella account:
Create a Capella cluster:
Set up database access:
Configure allowed IP ranges:
Obtain cluster credentials:
couchbases://cb.<your-cluster-id>.cloud.couchbase.comcouchbases://cb.<your-cluster-id>.cloud.couchbase.com).couchbase://localhost).The Couchbase source connector supports the following sync modes:
| Feature | Supported? |
|---|---|
| Full Refresh Sync | Yes |
| Incremental - Append Sync | Yes |
| Replicate Incremental Deletes | No |
| CDC | No |
The Couchbase source connector will replicate all collections within the specified bucket as individual streams.
The connector is rate limited by the Couchbase server or Couchbase Capella cluster's capacity. You may need to adjust the batch size and number of workers based on your server's capacity and network conditions.
For Capella users, be aware of your cluster's performance limits and pricing tier. You may need to upgrade your cluster if you're replicating large amounts of data or require higher throughput.
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.8 | 2025-05-24 | 60362 | Update dependencies |
| 0.1.7 | 2025-05-10 | 59945 | Update dependencies |
| 0.1.6 | 2025-05-03 | 59406 | Update dependencies |
| 0.1.5 | 2025-04-26 | 58855 | Update dependencies |
| 0.1.4 | 2025-04-19 | 57810 | Update dependencies |
| 0.1.3 | 2025-04-05 | 56552 | Update dependencies |
| 0.1.2 | 2025-03-22 | 55965 | Update dependencies |
| 0.1.1 | 2025-03-08 | 55324 | Update dependencies |
| 0.1.0 | 2023-10-12 | #45876 | Initial release of Couchbase Source Connector |