Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 2.43 KB

File metadata and controls

69 lines (45 loc) · 2.43 KB

esd-adapter

The esd adapter provides an example of how to ingest Exploitation Support Data (ESD) messages as geoevents.

Image of geomessage-adapter

Features

  • Receives messages conforming to the ESD message format
  • Converts message received using available GEP definitions

Sections

Requirements

Building

  • 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

Installation

  • 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)

Testing

Validating the Installation

Testing with Simulated Test Data

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.

Resources

Licensing

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.