Send processed data from Unstructured to Couchbase.

You’ll need:

The Couchbase database prerequisites.

For Couchbase Capella, you will need:

For a local Couchbase server, you will need:

  • Installation of a local Couchbase server. Learn how.
  • Connection details to the local Couchbase server. Learn how.

To learn more about how to set up a Couchbase cluster and play with data, refer to this tutorial.

To create the destination connector:

  1. On the sidebar, click Connectors.
  2. Click Destinations.
  3. Click Add new.
  4. Give the connector some unique Name.
  5. In the Provider area, click Couchbase.
  6. Click Continue.
  7. Follow the on-screen instructions to fill in the fields as described later on this page.
  8. Click Save and Test.

Fill in the following fields:

  • Name (required): A unique name for this connector.
  • Connection string (required): The connection string for the Couchbase cluster.
  • Bucket (required): The name of the bucket to connect to on the cluster.
  • Scope (required): The name of the scope in the bucket.
  • Collection (required): The name of the collection in the scope.
  • Batch Size: The maximum number of documents per transmitted batch.
  • Username (required): The cluster access name (username) that has access to the cluster.
  • Password (required): The password for the corresponding username.