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: pages/data-warehouse/how-to/connect-applications.mdx
+168-5Lines changed: 168 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,16 +30,179 @@ To connect your deployment with BI tools, refer to the [dedicated documentation]
30
30
31
31
3. Click the **Actions** button in the top-right corner of the page. A drop-down menu displays.
32
32
33
-
4. Select ¨**Connect using frameworks**. The connection wizard displays.
33
+
4. Select **Connect using frameworks**. The connection wizard displays.
34
34
35
35
<Messagetype="note">
36
36
To connect your deployment with BI tools, refer to the [dedicated documentation](/data-warehouse/how-to/connect-bi-tools/).
37
37
</Message>
38
38
39
-
5.Click the **Download** link to download the required TLS certificate.
39
+
5.Select your preferred framework:
40
40
41
-
6. Select your preferred framework:
42
-
- Protocols: Select the appropriate protocol, then run the displayed command in a terminal. Remember to replace the placeholders with the appropriate values, and to specify the correct path to the certificate file.
43
-
- Languages: Select the desired language, then add the code displayed to your application code. Remember to replace the placeholders with the appropriate values, and to specify the correct path to the certificate file.
41
+
**Protocols**
42
+
43
+
Select the appropriate protocol, then run the displayed command in a terminal. Remember to replace the placeholders with the appropriate values, and to specify the correct path to the certificate file.
`curl` only works with SQL queries, and does not allow direct connection to your Data Warehouse for ClickHouse® deployment.
73
+
</Message>
74
+
</TabsTab>
75
+
</Tabs>
76
+
<br/>
77
+
**Languages**
78
+
79
+
Select the desired language, then run the code displayed to create a file that connects to your deployment, and run queries programmatically. Remember to replace the placeholders with the appropriate values, and to specify the correct path to the certificate file.
0 commit comments