From 83df235a1dd775278e56aeff04d252b4e5c2dd15 Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 14:35:58 +0000 Subject: [PATCH] Update wiki Home page for earthquake-source --- Home.md | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/Home.md b/Home.md index 93a012c..b085677 100644 --- a/Home.md +++ b/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`