geotagx / geotagx-chrome-sourcerer

Chrome Extension to ingest media through GeoTag-X proxy
1 stars 0 forks source link

GeoTag-X Chrome Sourcerer


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.

Installation Instructions


How to read the images that are uploaded


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

Author


S.P. Mohanty < sp.mohanty@cern.ch >