2024-06-18 15:53:06 +02:00
---
2025-06-20 19:46:38 +05:30
title: Couchbase Connector | OpenMetadata NoSQL Integration Guide
2025-07-03 17:39:09 +05:30
description: Connect Couchbase to OpenMetadata effortlessly. Complete setup guide, configuration steps, and metadata extraction for your NoSQL database connector.
2024-06-18 15:53:06 +02:00
slug: /connectors/database/couchbase
---
{% connectorDetailsHeader
name="Couchbase"
stage="BETA"
platform="OpenMetadata"
availableFeatures=["Metadata"]
2025-07-11 10:15:04 +05:30
unavailableFeatures=["Owners", "Tags", "Stored Procedures", "Query Usage", "Lineage", "Column-level Lineage", "Data Profiler", "Data Quality", "dbt", "Sample Data", "Auto-Classification"]
2024-06-18 15:53:06 +02:00
/ %}
In this section, we provide guides and references to use the Couchbase connector.
Configure and schedule Couchbase metadata workflows from the OpenMetadata UI:
- [Metadata Ingestion ](#metadata-ingestion )
2025-04-04 14:33:30 +05:30
- [Troubleshooting ](/connectors/database/couchbase/troubleshooting )
2024-06-18 15:53:06 +02:00
2025-06-27 12:22:38 +05:30
{% partial file="/v1.9/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/couchbase/yaml"} /%}
2024-06-18 15:53:06 +02:00
## Metadata Ingestion
{% partial
2025-06-27 12:22:38 +05:30
file="/v1.9/connectors/metadata-ingestion-ui.md"
2024-06-18 15:53:06 +02:00
variables={
connector: "Couchbase",
2025-06-27 12:22:38 +05:30
selectServicePath: "/images/v1.9/connectors/couchbase/select-service.png",
addNewServicePath: "/images/v1.9/connectors/couchbase/add-new-service.png",
serviceConnectionPath: "/images/v1.9/connectors/couchbase/service-connection.png",
2024-06-18 15:53:06 +02:00
}
/%}
{% stepsContainer %}
{% extraContent parentTagName="stepsContainer" %}
#### Connection Details
- **Username**: Username to connect to Couchbase.
- **Password**: Password to connect to Couchbase.
- **Hostport**: If couchbase is hosted on cloud then the hostport parameter specifies the connection s tring and if you are using couchbase server then the hostport parameter specifies hostname of the Couchbase. This should be specified as a string in the format `hostname` or `xyz.cloud.couchbase.com` . E.g., `localhost` .
- **bucketName**: Optional name to give to the bucket in OpenMetadata. If left blank, If left blank, we will ingest all the bucket names.
2025-06-27 12:22:38 +05:30
{% partial file="/v1.9/connectors/database/advanced-configuration.md" /%}
2024-06-18 15:53:06 +02:00
{% /extraContent %}
2025-06-27 12:22:38 +05:30
{% partial file="/v1.9/connectors/test-connection.md" /%}
2024-06-18 15:53:06 +02:00
2025-06-27 12:22:38 +05:30
{% partial file="/v1.9/connectors/database/configure-ingestion.md" /%}
2024-06-18 15:53:06 +02:00
2025-06-27 12:22:38 +05:30
{% partial file="/v1.9/connectors/ingestion-schedule-and-deploy.md" /%}
2024-06-18 15:53:06 +02:00
{% /stepsContainer %}
2025-06-27 12:22:38 +05:30
{% partial file="/v1.9/connectors/database/related.md" /%}