generated from camel.apache.org/kamelet
Update wiki Home page for snowflake-source
parent
09403b7562
commit
75fa348ffc
40
Home.md
40
Home.md
@ -1,21 +1,33 @@
|
||||
# Deploy the Project on CamelX Platform
|
||||
# Snowflake Source
|
||||
|
||||
Deploy on CamelX Platform in three steps
|
||||
Query data from a Snowflake 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 | source |
|
||||
| Group | SQL |
|
||||
| Namespace | Database |
|
||||
| Support Level | Preview |
|
||||
| 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 |
|
||||
|------|------|----------|---------|-------------|
|
||||
| `instanceUrl` | string | ✓ | | The Instance url |
|
||||
| `username` | string | ✓ | | The username to access a secured Snowflake Database. |
|
||||
| `password` | string | ✓ | | The password to access a secured Snowflake Database. |
|
||||
| `query` | string | ✓ | | The query to execute against the Snowflake Database. |
|
||||
| `databaseName` | string | | | The name of the Snowflake Database. |
|
||||
| `consumedQuery` | string | | | A query to run on a tuple consumed. |
|
||||
| `delay` | integer | | `500` | The number of milliseconds before the next poll |
|
||||
|
||||
## Step 3: Expose
|
||||
Enable **"Expose"**
|
||||
## Dependencies
|
||||
|
||||
Choose an **API Gateway** (Internal, Public, etc.)
|
||||
- `camel:jackson`
|
||||
- `camel:kamelet`
|
||||
- `camel:sql`
|
||||
- `mvn:net.snowflake:snowflake-jdbc:3.22.0`
|
||||
- `mvn:org.apache.commons:commons-dbcp2:2.13.0`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user