2018-09-11 14:11:24 +03:00
|
|
|
Getting started with an existing database
|
|
|
|
=========================================
|
|
|
|
|
2018-12-03 15:12:24 +03:00
|
|
|
.. contents:: Table of contents
|
|
|
|
:backlinks: none
|
|
|
|
:depth: 1
|
|
|
|
:local:
|
|
|
|
|
2019-01-29 12:27:15 +03:00
|
|
|
Follow one of these guides to set up Hasura GraphQL engine using an existing database:
|
2018-09-11 14:11:24 +03:00
|
|
|
|
2018-09-12 12:28:55 +03:00
|
|
|
- :doc:`Using Heroku <../deployment/heroku/using-existing-heroku-database>`: Run on Heroku and connect to an existing
|
|
|
|
Heroku Postgres database.
|
2018-09-11 14:11:24 +03:00
|
|
|
- :doc:`Using Docker <../deployment/docker/index>`: Run as a docker container and connect to an existing Postgres
|
|
|
|
database.
|
2018-09-12 12:28:55 +03:00
|
|
|
- :doc:`Using Kubernetes <../deployment/kubernetes/index>`: Run on Kubernetes and connect to an existing Postgres
|
|
|
|
database.
|
2018-09-11 14:11:24 +03:00
|
|
|
|