generated from camel.apache.org/kamelet
Update wiki Home page for earthquake-source
parent
55e8341f6b
commit
83df235a1d
37
Home.md
37
Home.md
@ -1,21 +1,30 @@
|
|||||||
# Deploy the Project on CamelX Platform
|
# Earthquake Source
|
||||||
|
|
||||||
Deploy on CamelX Platform in three steps
|
Get data about current earthquake events happening in the world using the USGS API
|
||||||
|
|
||||||
## 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 | Earthquake |
|
||||||
|
| Namespace | Dataset |
|
||||||
|
| 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
|
| `period` | integer | | `60000` | The interval between fetches to the earthquake API in milliseconds |
|
||||||
- **Resources:** Set CPU and Memory
|
| `lookAhead` | integer | | `120` | The amount of minutes to look ahead when starting the integration afresh |
|
||||||
|
|
||||||
## Step 3: Expose
|
## Dependencies
|
||||||
Enable **"Expose"**
|
|
||||||
|
|
||||||
Choose an **API Gateway** (Internal, Public, etc.)
|
- `camel:caffeine`
|
||||||
|
- `camel:http`
|
||||||
|
- `camel:kamelet`
|
||||||
|
- `camel:core`
|
||||||
|
- `camel:jackson`
|
||||||
|
- `camel:jsonpath`
|
||||||
|
- `camel:timer`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user