Update wiki Home page for earthquake-source

gitea_admin 2026-03-11 14:35:58 +00:00
parent 55e8341f6b
commit 83df235a1d

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
From the project space, click on **"Create a release"**
## Metadata
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
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 |
|------|------|----------|---------|-------------|
| `period` | integer | | `60000` | The interval between fetches to the earthquake API in milliseconds |
| `lookAhead` | integer | | `120` | The amount of minutes to look ahead when starting the integration afresh |
## Step 3: Expose
Enable **"Expose"**
## Dependencies
Choose an **API Gateway** (Internal, Public, etc.)
- `camel:caffeine`
- `camel:http`
- `camel:kamelet`
- `camel:core`
- `camel:jackson`
- `camel:jsonpath`
- `camel:timer`