generated from camel.apache.org/kamelet
Update wiki Home page for aws-redshift-source
parent
bdcdebda79
commit
96b2a9a806
41
Home.md
41
Home.md
@ -1,21 +1,34 @@
|
|||||||
# Deploy the Project on CamelX Platform
|
# AWS Redshift Source
|
||||||
|
|
||||||
Deploy on CamelX Platform in three steps
|
Query data from an AWS RedShift Database.
|
||||||
|
|
||||||
## 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 | source |
|
||||||
|
| Group | AWS Redshift |
|
||||||
|
| Namespace | AWS |
|
||||||
|
| 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
|
| `serverName` | string | ✓ | | The server name for the data source. |
|
||||||
- **Resources:** Set CPU and Memory
|
| `serverPort` | string | | `5439` | The server port for the 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. |
|
||||||
|
| `consumedQuery` | string | | | A query to run on a tuple consumed. |
|
||||||
|
| `delay` | integer | | `500` | The number of milliseconds before the next poll from the AWS RedShift database. |
|
||||||
|
|
||||||
## Step 3: Expose
|
## Dependencies
|
||||||
Enable **"Expose"**
|
|
||||||
|
|
||||||
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`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user