mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
Reordered the prereq for getting started with Athena.
## Description Reordering the flow so that things are presented in the order in which a user would arrive at the particular step. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6935 GitOrigin-RevId: 5c04bc4142f3417cfb2eab0d057d0e264adf3f6b
This commit is contained in:
parent
4df205197a
commit
91e483123d
@ -17,9 +17,21 @@ import Thumbnail from '@site/src/components/Thumbnail';
|
||||
|
||||
## Try it out
|
||||
|
||||
### Step 1: Create an account on Hasura Cloud and create a new Hasura Project
|
||||
|
||||
Navigate to
|
||||
[cloud.hasura.io](https://cloud.hasura.io/signup/?pg=docs&plcmt=body&cta=navigate-to-cloud-hasura-io&tech=default), 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/athena/create-project.png' alt='Connect new or existing database' width='1000px' />
|
||||
|
||||
### Step 2: Add your Amazon Athena database as a source to Hasura
|
||||
|
||||
:::info Note
|
||||
|
||||
**Prerequisite: Turn on the experimental features for GDC**.
|
||||
** Step 2 Prerequisite: Turn on the experimental features for GDC**.
|
||||
|
||||
While the Amazon Athena Connector is in beta, the feature can only be enabled by turning on the _Experimental features
|
||||
for GDC_ under the _Feature Flags_ section of the Console configuration page.
|
||||
@ -35,18 +47,6 @@ Click the gear icon (1) in the top-right corner of your Cloud project; in the si
|
||||
|
||||
:::
|
||||
|
||||
### Step 1: Create an account on Hasura Cloud and create a new Hasura Project
|
||||
|
||||
Navigate to
|
||||
[cloud.hasura.io](https://cloud.hasura.io/signup/?pg=docs&plcmt=body&cta=navigate-to-cloud-hasura-io&tech=default), 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/athena/create-project.png' alt='Connect new or existing database' width='1000px' />
|
||||
|
||||
### Step 2: Add your Amazon Athena database as a source to Hasura
|
||||
|
||||
Head to the `Data > Manage databases` section on the Console to add your Amazon Athena database as a source to Hasura.
|
||||
|
||||
:::info Make sure your Amazon Athena service is reachable by Hasura Cloud:
|
||||
|
Loading…
Reference in New Issue
Block a user