hysds / mozart

Mozart Job Management Interface for HySDS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mozart

To install/develop

python setup.py develop|install

To run in development mode

python run.py

To run in production mode

gunicorn -w2 -b 0.0.0.0:8888 -k gevent --daemon -p mozart.pid mozart:app

Swagger UI

Simply go to:

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

Swagger UI

About

Mozart Job Management Interface for HySDS

License:Apache License 2.0


Languages

Language:Python 99.1%Language:Shell 0.9%