Skip to content

Commit c80f52f

Browse files
committed
update readme
1 parent e2b37e9 commit c80f52f

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

readme.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,12 @@ Please report any bugs by filing issues in this repo.
1818

1919
## Using this connector
2020

21-
1. Deploy the connector somewhere that is accessible to Hasura. See below for instructions on deploying to Hasura Cloud.
22-
2. [Add the agent to your hasura instance](https://hasura.io/docs/latest/databases/data-connectors/#adding-hasura-graphql-data-connector-agent-to-metadata).
23-
3. Add a data source of type "Hasura v2 Clickhouse". You will need to provide the clickhouse database username, password, and url.
24-
4. Providing aliases: table and column names should be valid [GraphQL names](https://spec.graphql.org/October2021/#sec-Names). You may provide aliases for any table or column names that are not valid GraphQL names. You do not need to specify all tables or columns.
21+
1. Get the latest release tag from [Docker Hub](https://hub.docker.com/r/hasura/clickhouse-data-connector/tags)
22+
2. Deploy the connector somewhere that is accessible to Hasura. See below for instructions on deploying to Hasura Cloud.
23+
3. [Add the agent to your hasura instance](https://hasura.io/docs/latest/databases/data-connectors/#adding-hasura-graphql-data-connector-agent-to-metadata).
24+
4. Add a data source of type "Hasura v2 Clickhouse". You will need to provide the clickhouse database username, password, and url.
25+
5. Providing aliases: table and column names should be valid [GraphQL names](https://spec.graphql.org/October2021/#sec-Names). You may provide aliases for any table or column names that are not valid GraphQL names. You do not need to specify all tables or columns.
2526

26-
## Deploy to Hasura Cloud
27-
28-
You can use the new [Hasura Data Connector Plugin](https://hasura.io/docs/latest/hasura-cli/connector-plugin/) for the
29-
Hasura CLI to deploy this connector to Hasura Cloud.
3027

3128
## Using environment variables for secrets
3229

0 commit comments

Comments
 (0)