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/create-data-warehouse-deployment.mdx
+40-1Lines changed: 40 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,48 @@ content:
7
7
paragraph: This page provides a guide on how to set up a Data Warehouse using ClickHouse® using the Scaleway console.
8
8
tags: clickhouse data-warehouse deployment
9
9
dates:
10
-
validation: 2025-05-07
10
+
validation: 2025-05-13
11
11
posted: 2025-05-07
12
12
categories:
13
13
- data-warehouse
14
14
---
15
15
16
+
A Data Warehouse is a centralized repository designed to store, manage, and analyze large volumes of structured and semi-structured data. When powered by ClickHouse®, it provides performance for real-time analytics and complex queries. This guide will walk you through the steps to deploy a Data Warehouse for ClickHouse® deployment using the Scaleway console.
17
+
18
+
<Macroid="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/#distributed-data-lab) and received a confirmation email.
23
+
24
+
## Creating a Data Warehouse Deployment
25
+
26
+
1. Click **Data Lab** under **Managed Services** on the side menu. The Distributed Data Lab 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. Choose an autoscaling configuration:
33
+
-**Presets**: select one of several preconfigured deployments adapted to the most common use cases.
34
+
-**Custom**: manually enter the vCPU autoscaling minimum and maximum values, and the number of nodes for your deployment.
35
+
<Messagetype="note">
36
+
You can update the autoscaling configuration of your deployment at any time after its creation.
37
+
</Message>
38
+
39
+
6. Enter a name for your deployment, or keep the automatically generated one.
40
+
41
+
7. Configure the administrator credentials for your deployment by entering a password, or by generating a random one.
42
+
<Messagetype="note">
43
+
The username cannot be modified.
44
+
</Message>
45
+
46
+
8. Click the **+ Advanced settings** button, then configure the following elements:
47
+
48
+
- Select a ClickHouse® version.
49
+
- Customize your deployment's storage according to your needs.
50
+
- Select a network configuration.
51
+
52
+
9. Optionally, you can use the cost estimator to simulate the cost of your deployment.
53
+
54
+
10. Click **Create deployment** to confirm. A list of your Data Warehouse for ClickHouse® deployments displays, showing the newly created resources.
0 commit comments