You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+5-8
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,12 @@ Please report any bugs by filing issues in this repo.
18
18
19
19
## Using this connector
20
20
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.
25
26
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.
0 commit comments