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
|
||||
From the project space, click on **"Create a release"**
|
||||
- `CamelGeoCoderAddress`
|
||||
- `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
|
||||
Click on **"Deploy"**
|
||||
## Metadata
|
||||
|
||||
- **Version:** Select the desired release
|
||||
- **Environment:** Choose `Development`, `Staging`, or `Production`
|
||||
- **Configuration:** Select the configuration source
|
||||
- **Resources:** Set CPU and Memory
|
||||
| Property | Value |
|
||||
|----------|-------|
|
||||
| Type | action |
|
||||
| Group | Geospatial |
|
||||
| Namespace | Geo |
|
||||
| Support Level | Stable |
|
||||
| Provider | Apache Software Foundation |
|
||||
|
||||
## Step 3: Expose
|
||||
Enable **"Expose"**
|
||||
## Properties
|
||||
|
||||
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