mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
18 lines
646 B
ReStructuredText
18 lines
646 B
ReStructuredText
Getting started with an existing database
|
|
=========================================
|
|
|
|
.. contents:: Table of contents
|
|
:backlinks: none
|
|
:depth: 1
|
|
:local:
|
|
|
|
Follow one of these guides to set up Hasura GraphQL engine using an existing database:
|
|
|
|
- :doc:`Using Heroku <../deployment/heroku/using-existing-heroku-database>`: Run on Heroku and connect to an existing
|
|
Heroku Postgres database.
|
|
- :doc:`Using Docker <../deployment/docker/index>`: Run as a docker container and connect to an existing Postgres
|
|
database.
|
|
- :doc:`Using Kubernetes <../deployment/kubernetes/index>`: Run on Kubernetes and connect to an existing Postgres
|
|
database.
|
|
|