Skip to content

Commit 7fc335f

Browse files
committed
feat(dwh): add connect applications MTA-5800
1 parent cf2cf25 commit 7fc335f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pages/data-warehouse/how-to/connect-applications.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,31 @@ categories:
1313
- data-warehouse
1414
---
1515

16+
This page explains how to connect your applications to your Data Warehouse for ClickHouse® deployment using the [Scaleway console](https://console.scaleway.com).
17+
18+
<Macro id="requirements" />
19+
20+
- A Scaleway account logged into the [console](https://console.scaleway.com)
21+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
22+
- [Signed up to the private beta](https://www.scaleway.com/fr/betas/) and received a confirmation email.
23+
- Created a [Data Warehouse deployment](/data-warehouse/how-to/create-deployment/)
24+
25+
1. Click **Data Warehouse** under **Managed Services** on the side menu. The Data Warehouse deployment page displays.
26+
27+
2. Click the name of the Data Warehouse deployment you want to connect to an application. The overview tab of the deployment displays.
28+
29+
3. Click the **Actions** button in the top-right corner of the page. A drop-down menu displays.
30+
31+
4. Select ¨**Connect using frameworks**. The connection wizard displays.
32+
33+
<Message type="note">
34+
To connect your deployment with BI tools, refer to the [dedicated documentation](/data-warehouse/how-to/connect-bi-tools/).
35+
</Message>
36+
37+
5. Click the **Download** link to download the required TLS certificate.
38+
39+
6. Select your preferred framework:
40+
- 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.
41+
- 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.
42+
43+
Your application can now interact with your Data Warehouse for ClickHouse® deployment.

0 commit comments

Comments
 (0)