.. meta:: :description: Get started with Hasura using an existing database :keywords: hasura, docs, start, existing database .. _using_existing_database: 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: - :ref:`Using Hasura Cloud ` **(recommended)**: Create a new Hasura Cloud project connected to an existing Postgres database - :ref:`Using Docker `: Run as a docker container and connect to an existing Postgres database. - :ref:`Using Heroku `: Run on Heroku and connect to an existing Heroku Postgres database. - :ref:`Using Kubernetes `: Run on Kubernetes and connect to an existing Postgres database.