The GeoTag-X soucerers are multiple ways in which GeoTag-X can ingest media. This is the repository for the GeoTag-X Chrome Sourcerer, which is basically a Chrome extension.
chrome://extensions/
Developer Mode
on the top-right of the screenLoad Unpacked Extension
and browse to the folder where you unzipped the zipUpload Image URL To GeoTag-X
geotagx-proxy
You will have to log into the server and execute :
redis-cli LRANGE "GEOTAGX-SOURCERER-QUEUE" 0 -1
This will list down all the images that have been pushed via the geotagx-proxy
.
NOTE : The images are pushed into a Queue on a redis cluster running in Sentinel mode. The name of the key of the queue is GEOTAGX-SOURCERER-QUEUE
and this queue can be manipulated by any means that is available to the developers. We will soon be releasing something called as the geotagx-sink
which consumes all images collected via the geotagx-proxy
S.P. Mohanty < sp.mohanty@cern.ch >