geosolutions-it / geobatch

Open Source GeoSpatial Processing Simplified
GNU General Public License v3.0
22 stars 19 forks source link

Allow FSEvents to be sent via REST run operation #217

Closed etj closed 11 years ago

etj commented 11 years ago

The REST run operation receives a payload, puts it into a file, generate a FSEvent from it and creates a consumer instances on it.

If the data is already on the same filesystem as GeoBatch, it may be useless to send it over a socket, especially if data is heavy. We may simply tell GeoBatch where the file is, and then a FSEvent would be fed to the flowManager