The esd adapter provides an example of how to ingest Exploitation Support Data (ESD) messages as geoevents.
- Receives messages conforming to the ESD message format
- Converts message received using available GEP definitions
- See common solutions-geoevent-java requirements
- There are no additional requirements for this project
- See the solutions-geoevent-java instructions for general instructions on
- verifying your Maven installation
- setting the location of the GEP Server and GEP SDK repositories
- and any other common required steps
- Open a command prompt and navigate to
solutions-geoevent-java/solutions-geoevent/adapters/esd-adapter
-
- Enter
mvn install
at the prompt
- Enter
- Install the adapter
- Browse to
solutions-geoevent-java/solutions-geoevent/adapters/esd-adapter/target
(this directory is created when you execute mvn install). - Copy the jar file and paste it into the deploy directory on your GeoEvent server (\deploy\ -- default location is C:\Program Files\ArcGIS\Server\GeoEventProcessor\deploy)
- Browse to
In order to use the esd adaptor you are required to use your own live esd data feed or an ESD data simulator. US law prohibits Esri from distributing ESD data.
Copyright 2013 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's license.txt file.