Browse Source

Add Hasura as hosted deployement options

Hasura is Kubernetes based microservices platform with Postgres based BaaS features, including authentication, data, files and notification APIs. hello-python-flask is a production ready Flask boilerplate with ready-to-use APIs
pull/2575/head
Shahidh K Muhammed 7 years ago committed by GitHub
parent
commit
ef1d9c7e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docs/deploying/index.rst

1
docs/deploying/index.rst

@ -17,6 +17,7 @@ Hosted options
--------------
- `Deploying Flask on Heroku <https://devcenter.heroku.com/articles/getting-started-with-python>`_
- `Deploying Flask on Hasura <https://hasura.io/hub/project/hasura/hello-python-flask>`_
- `Deploying Flask on OpenShift <https://developers.openshift.com/en/python-flask.html>`_
- `Deploying Flask on Webfaction <http://flask.pocoo.org/snippets/65/>`_
- `Deploying Flask on Google App Engine <https://cloud.google.com/appengine/docs/standard/python/getting-started/python-standard-env>`_

Loading…
Cancel
Save