2020-01-14 15:57:45 +03:00
|
|
|
.. meta::
|
|
|
|
:description: Get started with Hasura using an existing database
|
|
|
|
:keywords: hasura, docs, start, existing database
|
|
|
|
|
2020-03-11 22:42:36 +03:00
|
|
|
.. _using_existing_database:
|
|
|
|
|
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
|
|
|
|
2020-03-11 22:42:36 +03:00
|
|
|
- :ref:`Using Heroku <heroku_existing_db>`: Run on Heroku and connect to an existing
|
2018-09-12 12:28:55 +03:00
|
|
|
Heroku Postgres database.
|
2020-03-11 22:42:36 +03:00
|
|
|
- :ref:`Using Docker <deployment_docker>`: Run as a docker container and connect to an existing Postgres
|
2018-09-11 14:11:24 +03:00
|
|
|
database.
|
2020-03-11 22:42:36 +03:00
|
|
|
- :ref:`Using Kubernetes <deploy_kubernetes>`: Run on Kubernetes and connect to an existing Postgres
|
2018-09-12 12:28:55 +03:00
|
|
|
database.
|
2018-09-11 14:11:24 +03:00
|
|
|
|