Skip to content
/ grq2 Public

GeoRegionQuery, REST API using ElasticSearch backend.

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

hysds/grq2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grq2

GeoRegionQuery, REST API using ElasticSearch backend.

Create virtualenv using SciFlo system packages

virtualenv --system-site-packages env

Install Dependencies via pip

pip install flask
pip install gunicorn
pip install gevent

To run in development mode

python run.py

To run in production mode

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

Swagger UI

  • https://<mozart host>/grq/api/v0.1/ (api v0.1)
  • https://<mozart host>/grq/api/v0.2/ (api v0.2)

Swagger UI

About

GeoRegionQuery, REST API using ElasticSearch backend.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published