From c87b792605e35cc52135ddb1665dd6d2eca5e213 Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 14:35:33 +0000 Subject: [PATCH] Update wiki Home page for couchbase-sink --- Home.md | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/Home.md b/Home.md index 93a012c..26bffc8 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,31 @@ -# Deploy the Project on CamelX Platform +# Couchbase Sink -Deploy on CamelX Platform in three steps +Send documents to Couchbase. -## Step 1: Create a release -From the project space, click on **"Create a release"** +## Metadata -The new version is automatically available in the list +| Property | Value | +|----------|-------| +| Type | sink | +| Group | Couchbase | +| Namespace | Nosql | +| Support Level | Stable | +| Provider | Apache Software Foundation | -## Step 2: Deploy -Click on **"Deploy"** +## Properties -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +| Name | Type | Required | Default | Description | +|------|------|----------|---------|-------------| +| `protocol` | string | ✓ | | The protocol to use | +| `couchbaseHostname` | string | ✓ | | The hostname to use | +| `couchbasePort` | integer | | `8091` | The port to use | +| `bucket` | string | ✓ | | The bucket to use | +| `username` | string | | | Username to connect to Couchbase. | +| `password` | string | | | Password to connect to Couchbase. | +| `startingId` | integer | | `1` | The starting id | +| `autoStartId` | boolean | | `true` | Auto Start Id or not | -## Step 3: Expose -Enable **"Expose"** +## Dependencies -Choose an **API Gateway** (Internal, Public, etc.) +- `camel:couchbase` +- `camel:kamelet`