docs/docs/databases/redshift/getting-started/cloud.mdx
import Thumbnail from '@site/src/components/Thumbnail';
Navigate to cloud.hasura.io, and create a new Hasura Cloud account.
Once you create a project on Hasura Cloud, hit the "Launch Console" button to open the Hasura Console for your project.
<Thumbnail src="/img/databases/data-connector/create-project.png" alt="Connect new or existing database" width="1000px" />
Head to the Data > Manage databases section on the Console to add your Amazon Redshift database as a source to Hasura.
:::info Make sure your Amazon Redshift service is reachable by Hasura Cloud:
:::
First, we need to add the redshift agent:
<Thumbnail src="/img/databases/redshift/redshift-add-agent.png" alt="Adding the Amazon Redshift agent" width="1000px" />Now we need to connect to Redshift by clicking Connect Database:
Next, choose the redshift (Beta) driver:
<Thumbnail src="/img/databases/redshift/redshift-add-service1.png" alt="Adding the Amazon Redshift service" width="1000px" />
Finally, enter your Amazon Redshift database URL and
database schema and click Connect Database:
<Thumbnail src="/img/databases/redshift/redshift-add-service2.png" alt="Setting the Amazon Redshift connection details." width="1000px" />
Once you add the Amazon Redshift service, you'll see it listed as an available database on the sidebar.
To query against your Amazon Redshift service using Hasura, you'll need to have existing tables to select. Those tables will appear under the database as shown.
<Thumbnail src="/img/databases/redshift/redshift-tracking-tables1.png" alt="Tracking tables." width="1000px" />Track tables selectively or all so that Hasura can introspect the tables and create the corresponding GraphQL schema.
Once you've selected the tables you'd like to track, click Track Selected to finish setup:
Head to the API tab in the Console and try running a GraphQL query! Use the explorer sidebar on GraphQL to get help in
creating a GraphQL query.
:::info Note
Currently, Hasura supports read-only queries, subscriptions, relationships, and permissions on Amazon Redshift.
:::
If you'd like to stay informed about the status of Amazon Redshift support, subscribe to our newsletter and join our discord!