generated from camel.apache.org/kamelet
Update wiki Home page for oracle-database-source
parent
dc51534a50
commit
87d232d62d
43
Home.md
43
Home.md
@ -1,21 +1,36 @@
|
||||
# Deploy the Project on CamelX Platform
|
||||
# Oracle Database Source
|
||||
|
||||
Deploy on CamelX Platform in three steps
|
||||
Query data from an Oracle Database.
|
||||
|
||||
## Step 1: Create a release
|
||||
From the project space, click on **"Create a release"**
|
||||
In your Pipe file, you must explicitly declare the Oracle Database driver dependency in spec->integration->dependencies.
|
||||
|
||||
The new version is automatically available in the list
|
||||
- "mvn:com.oracle.database.jdbc:ojdbc11:<version>"
|
||||
|
||||
## Step 2: Deploy
|
||||
Click on **"Deploy"**
|
||||
## Metadata
|
||||
|
||||
- **Version:** Select the desired release
|
||||
- **Environment:** Choose `Development`, `Staging`, or `Production`
|
||||
- **Configuration:** Select the configuration source
|
||||
- **Resources:** Set CPU and Memory
|
||||
| Property | Value |
|
||||
|----------|-------|
|
||||
| Type | source |
|
||||
| Group | SQL |
|
||||
| Namespace | Database |
|
||||
| Support Level | Stable |
|
||||
| Provider | Apache Software Foundation |
|
||||
|
||||
## Step 3: Expose
|
||||
Enable **"Expose"**
|
||||
## Properties
|
||||
|
||||
Choose an **API Gateway** (Internal, Public, etc.)
|
||||
| Name | Type | Required | Default | Description |
|
||||
|------|------|----------|---------|-------------|
|
||||
| `serverName` | string | ✓ | | The server name for the data source. |
|
||||
| `serverPort` | string | | `1521` | The server port for the data source. |
|
||||
| `username` | string | ✓ | | The username to access a secured Oracle Database. |
|
||||
| `password` | string | ✓ | | The password to access a secured Oracle Database. |
|
||||
| `query` | string | ✓ | | The query to execute against the Oracle Database. |
|
||||
| `databaseName` | string | ✓ | | The name of the Oracle Database. |
|
||||
| `consumedQuery` | string | | | A query to run on a tuple consumed. |
|
||||
|
||||
## Dependencies
|
||||
|
||||
- `camel:jackson`
|
||||
- `camel:kamelet`
|
||||
- `camel:sql`
|
||||
- `mvn:org.apache.commons:commons-dbcp2:2.13.0`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user