generated from camel.apache.org/kamelet
Update wiki Home page for couchbase-sink
parent
0c5822e9ec
commit
c87b792605
38
Home.md
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
|
||||
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`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user