gtieman / cluster-simulator-for-geoevent

This Simulator functions as a source of data feeding GeoEvents into a cluster of ArcGIS Servers running GeoEvent Extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cluster-simulator-for-geoevent

This Simulator functions as a source of data feeding GeoEvents into a cluster of ArcGIS Servers running GeoEvent Extension. This application is a JavaFX application.

App

Instructions

Building the source code:

  1. Open a command prompt in the directory containing the pom.xml file.
  2. Make sure JavaFX is on the classpath with this command "mvn com.zenjava:javafx-maven-plugin:2.0:fix-classpath" (for details on this, see http://zenjava.com/javafx/maven/fix-classpath.html)
  3. Build the application - "mvn clean jfx:jar" which creates a jar file in the ./target/jfx/app folder.
  4. Now you can run the executable jar file by going to the folder where the jar file is (./target/jfx/app), and running "java -jar "

Requirements

  • ArcGIS 10.3.x GeoEvent Extension for Server.
  • Java JDK 1.7 or greater.
  • JavaFX.
  • Maven.

Resources

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

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.

[](ArcGIS, GeoEvent, Processor) [](Esri Tags: ArcGIS GeoEvent Processor for Server) [](Esri Language: Java)

About

This Simulator functions as a source of data feeding GeoEvents into a cluster of ArcGIS Servers running GeoEvent Extension.

License:Apache License 2.0


Languages

Language:Java 98.5%Language:CSS 1.5%