Update wiki Home page for couchbase-sink

gitea_admin 2026-03-11 14:35:33 +00:00
parent 0c5822e9ec
commit c87b792605

38
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 ## Metadata
From the project space, click on **"Create a release"**
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 ## Properties
Click on **"Deploy"**
- **Version:** Select the desired release | Name | Type | Required | Default | Description |
- **Environment:** Choose `Development`, `Staging`, or `Production` |------|------|----------|---------|-------------|
- **Configuration:** Select the configuration source | `protocol` | string | ✓ | | The protocol to use |
- **Resources:** Set CPU and Memory | `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 ## Dependencies
Enable **"Expose"**
Choose an **API Gateway** (Internal, Public, etc.) - `camel:couchbase`
- `camel:kamelet`