generated from camel.apache.org/kamelet
Update wiki Home page for cassandra-source
parent
f271dba91a
commit
526cf10ad8
40
Home.md
40
Home.md
@ -1,21 +1,33 @@
|
||||
# Deploy the Project on CamelX Platform
|
||||
# Cassandra Source
|
||||
|
||||
Deploy on CamelX Platform in three steps
|
||||
Send a query to an Apache Cassandra cluster table.
|
||||
|
||||
## 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 | Cassandra |
|
||||
| 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 |
|
||||
|------|------|----------|---------|-------------|
|
||||
| `connectionHost` | string | ✓ | | The hostname(s) for the Cassandra server(s). Use a comma to separate multiple hostnames. |
|
||||
| `connectionPort` | string | ✓ | | The port number(s) of the cassandra server(s). Use a comma to separate multiple port numbers. |
|
||||
| `keyspace` | string | ✓ | | The keyspace to use. |
|
||||
| `username` | string | | | The username for accessing a secured Cassandra cluster. |
|
||||
| `password` | string | | | The password for accessing a secured Cassandra cluster. |
|
||||
| `resultStrategy` | string | | `ALL` | The strategy to convert the result set of the query. |
|
||||
| `consistencyLevel` | string | | `QUORUM` | The consistency level to use. |
|
||||
| `query` | string | ✓ | | The query to execute against the Cassandra cluster table. |
|
||||
| `extraTypeCodecs` | string | | | To use a specific comma separated list of Extra Type codecs. |
|
||||
|
||||
## Step 3: Expose
|
||||
Enable **"Expose"**
|
||||
## Dependencies
|
||||
|
||||
Choose an **API Gateway** (Internal, Public, etc.)
|
||||
- `camel:jackson`
|
||||
- `camel:kamelet`
|
||||
- `camel:cassandraql`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user