Let's say you have a Postgres database with data in it, and you'd like to get instant GraphQL on it.
This section assumes that you already have Hasura and Postgres setup.
As a tutorial, this section will use a sample dataset that we'll import to see how Hasura works with existing databases.
Step 1 (optional): Import a sample dataset
------------------------------------------
You can skip this step if your Postgres database already has data.
Let's use the `Chinook database <https://raw.githubusercontent.com/xivSolutions/ChinookDb_Pg_Modified/pg_names/chinook_pg_serial_pk_proper_naming.sql>`_ as an example.