GeoRegionQuery, REST API using ElasticSearch backend.
virtualenv --system-site-packages env
pip install flask
pip install gunicorn
pip install gevent
python run.py
As a daemon:
gunicorn -w2 -b 0.0.0.0:8878 -k gevent --daemon -p grq2.pid grq2:app
In the foreground:
gunicorn -w2 -b 0.0.0.0:8878 -k gevent -p grq2.pid grq2:app
https://<mozart host>/grq/api/v0.1/
(apiv0.1
)https://<mozart host>/grq/api/v0.2/
(apiv0.2
)