forked from geosolutions-it/geobatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
16 lines (14 loc) · 910 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
GeoBatch is an open source Java enterprise application used to process and publish geospatial data in real time.
It is an event-based geospatial aware batch processing system for make easier the development, the deploy, and the management of jobs on streams of geospatial data.
The idea is to apply a chain of actions on some defined events.
Events can be generated by included generators:
* cron like
* file system monitor
* DB access
or by external operations such as:
* receiving files into the embedded FTP server
* manually start jobs via JMX or via JMS
and much more!
Actions range from geotransforming an input raster file, to embedding overviews, to publishing the received data into a public GeoServer.
GeoBatch also provides users profiles, in order to give different user the privileges to admin the processes or to monitor the processes status.
https://github.com/geosolutions-it/geobatch