Skip to content

Commit 6615dd8

Browse files
committed
feat(dwh): add how to create
1 parent 5a4cf49 commit 6615dd8

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

pages/data-warehouse/how-to/create-data-warehouse-deployment.mdx

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,48 @@ content:
77
paragraph: This page provides a guide on how to set up a Data Warehouse using ClickHouse® using the Scaleway console.
88
tags: clickhouse data-warehouse deployment
99
dates:
10-
validation: 2025-05-07
10+
validation: 2025-05-13
1111
posted: 2025-05-07
1212
categories:
1313
- data-warehouse
1414
---
1515

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+
<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/#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+
<Message type="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+
<Message type="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

Comments
 (0)