Skip to content

Commit 012c8a1

Browse files
committed
feat(dwh): update
1 parent b43ee82 commit 012c8a1

File tree

1 file changed

+99
-5
lines changed

1 file changed

+99
-5
lines changed

pages/data-warehouse/quickstart.mdx

Lines changed: 99 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,106 @@ categories:
1313
- data-warehouse
1414
---
1515

16-
## Create a Data Warehouse for ClickHouse® deployment
16+
Data Warehouse for ClickHouse® is a centralized repository to store large sets of structured data, to streamline analysis and reporting for data science and business intelligence.
1717

18-
## Manage your deployment
18+
<Macro id="requirements" />
1919

20-
## Connect to your deployment
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.
2123

22-
## Import and query an example data set
24+
## How to create a Data Warehouse for ClickHouse® deployment
2325

24-
## delete your deployment
26+
1. Click **ClickHouse®** under **Managed Services** on the side menu. The Managed Data Warehouse for ClickHouse® page displays.
27+
28+
3. Click **+ Create deployment**. The Data Warehouse deployment creation wizard displays.
29+
30+
4. Select the **region** in which to create your deployment.
31+
32+
5. Select the **For basic developments** preset.
33+
<Message type="note">
34+
You can update the autoscaling configuration of your deployment at any time after its creation.
35+
</Message>
36+
37+
6. Enter a name for your deployment, or keep the automatically generated one.
38+
39+
7. Configure the administrator credentials for your deployment by entering a password, or by generating a random one.
40+
<Message type="note">
41+
The username cannot be modified.
42+
</Message>
43+
44+
9. Review the estimated cost, then click **Create deployment** to confirm. A list of your Data Warehouse for ClickHouse® deployments displays, showing the newly created resources.
45+
46+
## How to manage your deployment
47+
48+
1. From the Data Warehouse for ClickHouse® deployments page, click the name of the deployment you want to manage. The overview tab of the deployment displays. From this view, you can see the configuration of your deployment.
49+
50+
2. Click the **Settings** tab. From this view, you can:
51+
52+
- Access the CLickHouse® HTTP console
53+
- Connect to your deployment using frameworks
54+
- Connect your deployment to your preferred BI tools
55+
- [Delete your Data Warehouse deployment](/data-warehouse/how-to/manage-delete-deployment/#how-to-delete-a-data-warehouse).
56+
57+
3. Click the **Databases** tab. From this view you can:
58+
59+
- View the databases you created in your deployment.
60+
61+
## How to connect to your deployment
62+
63+
### Connecting using the ClockHouse® HTTP console
64+
65+
1. From the Data Warehouse for ClickHouse® deployments page, click the name of the deployment you want to want to connect to. The **Overview** tab displays.
66+
67+
2. Click the **ClickHouse® HTTP console** button. A new tab containing the console displays.
68+
69+
3. In the top-corner of the ClickHouse® HTTP console, replace the `default` login by `scwadmin`.
70+
71+
4. Enter the password you set up during the creation of your deployment.
72+
73+
You can now execute SQL commands.
74+
75+
### Connecting using the ClickHouse® CLI
76+
77+
1. From the Data Warehouse for ClickHouse® deployments page, click the name of the deployment you want to want to connect to. The **Overview** tab displays.
78+
79+
3. Click the **Actions** button in the top-right corner of the page. A drop-down menu displays.
80+
81+
4. Select ¨**Connect using frameworks**. The connection wizard displays.
82+
83+
<Message type="note">
84+
To connect your deployment with BI tools, refer to the [dedicated documentation](/data-warehouse/how-to/connect-bi-tools/).
85+
</Message>
86+
87+
5. Click the **Download** link to download the required TLS certificate.
88+
89+
6. Select your preferred framework:
90+
- 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.
91+
- 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.
92+
93+
Your application is now connected to your Data Warehouse for ClickHouse® deployment using the administrator account.
94+
95+
## How to import and query an example data set
96+
97+
98+
99+
100+
## How to delete your deployment
101+
102+
<Message type="important">
103+
This action is irreversible and will permanently delete this Data Warehouse deployment and all its associated data.
104+
</Message>
105+
106+
1. Click **Data Warehouse** under **Managed Services** on the side menu. The Data Warehouse deployment page displays.
107+
108+
2. Click the name of the Data Warehouse deployment you want to delete. The **Overview** tab of the deployment displays.
109+
110+
3. Click the **Settings** tab, then select **Delete deployment**.
111+
112+
4. Enter **DELETE** in the confirmation pop-up to confirm your action.
113+
114+
5. Click **Delete Data Warehouse deployment**.
115+
116+
<Message type="note">
117+
You can also delete a Data Warehouse deployment by clicking <Icon name="more" /> next to its name, then **Delete**.
118+
</Message>

0 commit comments

Comments
 (0)