Update wiki Home page for aws-redshift-sink

gitea_admin 2026-03-11 14:34:34 +00:00
parent 70c64e4513
commit 3ddd1d0f29

39
Home.md

@ -1,21 +1,32 @@
# Deploy the Project on CamelX Platform
# AWS Redshift Sink
Deploy on CamelX Platform in three steps
Send data to an AWS Redshift Database.
## 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 | AWS Redshift |
| Namespace | AWS |
| 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 |
|------|------|----------|---------|-------------|
| `serverName` | string | ✓ | | The server name for the data source. |
| `serverPort` | string | | `5439` | The server port for the AWS RedShi data source. |
| `username` | string | ✓ | | The username to access a secured AWS Redshift Database. |
| `password` | string | ✓ | | The password to access a secured AWS Redshift Database. |
| `query` | string | ✓ | | The query to execute against the AWS Redshift Database. |
| `databaseName` | string | ✓ | | The name of the AWS RedShift Database. |
## Step 3: Expose
Enable **"Expose"**
## Dependencies
Choose an **API Gateway** (Internal, Public, etc.)
- `camel:jackson`
- `camel:kamelet`
- `camel:sql`
- `mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.32`
- `mvn:org.apache.commons:commons-dbcp2:2.13.0`