generated from camel.apache.org/kamelet
Update wiki Home page for nominatim-geocode-action
parent
7784c7aa38
commit
991a1fa924
49
Home.md
49
Home.md
@ -1,21 +1,42 @@
|
|||||||
# Deploy the Project on CamelX Platform
|
# Nominatim GeoCode Action
|
||||||
|
|
||||||
Deploy on CamelX Platform in three steps
|
Find locations on Earth by name and address.
|
||||||
|
This Kamelet expects in the body the `address` to find.
|
||||||
|
The return message will also contain the following headers with the geolocation info:
|
||||||
|
|
||||||
## Step 1: Create a release
|
- `CamelGeoCoderAddress`
|
||||||
From the project space, click on **"Create a release"**
|
- `CamelGeoCoderCity`
|
||||||
|
- `CamelGeoCoderCountryLong`
|
||||||
|
- `CamelGeoCoderCountryShort`
|
||||||
|
- `CamelGeoCoderLat`
|
||||||
|
- `CamelGeoCoderLng`
|
||||||
|
- `CamelGeoCoderLatlng`
|
||||||
|
- `CamelGeoCoderPostalCode`
|
||||||
|
- `CamelGeoCoderRegionCode`
|
||||||
|
- `CamelGeoCoderRegionName`
|
||||||
|
- `CamelGeoCoderStatus`
|
||||||
|
|
||||||
The new version is automatically available in the list
|
The body will be returned in JSON format.
|
||||||
|
|
||||||
## Step 2: Deploy
|
## Metadata
|
||||||
Click on **"Deploy"**
|
|
||||||
|
|
||||||
- **Version:** Select the desired release
|
| Property | Value |
|
||||||
- **Environment:** Choose `Development`, `Staging`, or `Production`
|
|----------|-------|
|
||||||
- **Configuration:** Select the configuration source
|
| Type | action |
|
||||||
- **Resources:** Set CPU and Memory
|
| Group | Geospatial |
|
||||||
|
| Namespace | Geo |
|
||||||
|
| Support Level | Stable |
|
||||||
|
| Provider | Apache Software Foundation |
|
||||||
|
|
||||||
## Step 3: Expose
|
## Properties
|
||||||
Enable **"Expose"**
|
|
||||||
|
|
||||||
Choose an **API Gateway** (Internal, Public, etc.)
|
| Name | Type | Required | Default | Description |
|
||||||
|
|------|------|----------|---------|-------------|
|
||||||
|
| `serverUrl` | string | ✓ | | Url of the Nominatim server |
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
- `camel:core`
|
||||||
|
- `camel:jackson`
|
||||||
|
- `camel:geocoder`
|
||||||
|
- `camel:kamelet`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user