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/concepts.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,15 @@ ClickHouse® is a high-performance, column-oriented, distributed database manage
30
30
31
31
## ClickHouse® HTTP console
32
32
33
-
The ClickHouse® HTTP console is a web interface that allows you to interact easily interact with your Data Warehouse deployment from the Scaleway console by executing SQL queries.
33
+
The ClickHouse® HTTP console is a web interface that allows you to interact easily with your Data Warehouse deployment from the Scaleway console by executing SQL queries.
34
34
35
35
<Messagetype="note">
36
36
Make sure to enter valid credentials in the top-right fields before executing queries.
37
37
</Message>
38
38
39
39
## Column-oriented storage
40
40
41
-
ClickHouse® stores data in a column-oriented format, which significantly optimizes read performance for analytical queries. By storing data in columns rather than rows, ClickHouse® reduces the amount of I/O operations needed during query execution, as it only reads the necessary columns from disk.
41
+
ClickHouse® stores data in a column-oriented format, which significantly optimizes read performance for analytical queries. By storing data in columns rather than rows, ClickHouse® reduces the number of I/O operations needed during query execution, as it only reads the necessary columns from disk.
Copy file name to clipboardExpand all lines: pages/data-warehouse/how-to/connect-bi-tools.mdx
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
meta:
3
-
title: How to Connect Your Deployment to BI Tools
3
+
title: How to connect your deployment to BI tools
4
4
description: Learn how to connect your Scaleway Data Warehouse for ClickHouse® deployment to Business Intelligence (BI) tools.
5
5
content:
6
-
h1: How to Connect Your Deployment to BI Tools
6
+
h1: How to connect your deployment to BI tools
7
7
paragraph: Learn how to connect your Scaleway Data Warehouse for ClickHouse® deployment to Business Intelligence (BI) tools.
8
8
tags: connect bi-tools deployment data warehouse ClickHouse® integrate integration
9
9
dates:
@@ -28,11 +28,11 @@ Tableau is a powerful data visualization and business intelligence tool that ena
28
28
29
29
### Download and install the ClickHouse® connector for Tableau
30
30
31
-
5. Download and install [Tableau Desktop](https://www.tableau.com/products/desktop/download).
31
+
1. Download and install [Tableau Desktop](https://www.tableau.com/products/desktop/download).
32
32
33
-
6. Follow the instructions for `clickhouse-tableau-connector-jdbc` to [download the compatible version](https://github.com/ClickHouse/clickhouse-java/releases/) of the ClickHouse® JDBC driver.
33
+
2. Follow the instructions for `clickhouse-tableau-connector-jdbc` to [download the compatible version](https://github.com/ClickHouse/clickhouse-java/releases/) of the ClickHouse® JDBC driver.
34
34
35
-
4. Store the JDBC driver in the `Drivers` folder. If the directory does not exist, create it:
35
+
3. Store the JDBC driver in the `Drivers` folder. If the directory does not exist, create it:
36
36
- macOS/Linux: `~/Library/Tableau/Drivers`
37
37
- Windows: `C:\Program Files\Tableau\Drivers`
38
38
@@ -46,7 +46,7 @@ Tableau is a powerful data visualization and business intelligence tool that ena
@@ -60,11 +60,11 @@ Tableau is a powerful data visualization and business intelligence tool that ena
60
60
Make sure to enable the SSL if you are using ClickHouse® Cloud.
61
61
</Message>
62
62
63
-
7. Click **Sign In**. A new Tableau workbook appears.
63
+
6. Click **Sign In**. A new Tableau workbook appears.
64
64
65
-
8. Select **default** from the **Schema** dropdown menu in the left side panel. A list of tables appear.
65
+
7. Select **default** from the **Schema** dropdown menu in the left side panel. A list of tables appears.
66
66
67
-
9. Your Data Warehouse for ClickHouse® is now integrated into your Tableau platform.
67
+
8. Your Data Warehouse for ClickHouse® is now integrated into your Tableau platform.
68
68
69
69
Refer to the official [ClickHouse®](https://clickhouse.com/docs/integrations/tableau) and [Tableau](https://exchange.tableau.com/products/1064) documentation portals for more information.
70
70
@@ -94,7 +94,7 @@ Integrating ClickHouse® into Metabase enhances query performance and scalabilit
94
94
95
95
1. Click on the gear icon in the top-right corner and select **Admin Settings** to visit your Metabase admin page.
96
96
97
-
2. Click **Add a database**. Alternately, you can click the **Add database** button from the **Databases** tab.
97
+
2. Click **Add a database**. Alternatively, you can click the **Add database** button from the **Databases** tab.
98
98
99
99
3. If your driver installation worked, you will see ClickHouse® in the dropdown menu for Database type.
100
100
@@ -110,6 +110,6 @@ Refer to the official [ClickHouse®](https://clickhouse.com/docs/integrations/me
110
110
111
111
## PowerBI
112
112
113
-
Power BI Desktop is a robust data visualization tool that allows users to create dynamic reports and dashboards from various data sources. Before connecting your Data Warehouse for ClickHouse® deployment, Make sure you have downloaded and installed [Power BI Desktop](https://www.microsoft.com/en-us/download/details.aspx?id=58494).
113
+
Power BI Desktop is a robust data visualization tool that allows users to create dynamic reports and dashboards from various data sources. Before connecting your Data Warehouse for ClickHouse® deployment, make sure you have downloaded and installed [Power BI Desktop](https://www.microsoft.com/en-us/download/details.aspx?id=58494).
114
114
115
115
Refer to the official [ClickHouse®](https://clickhouse.com/docs/integrations/powerbi) and [PowerBI](https://learn.microsoft.com/en-us/power-query/connectors/clickhouse) documentation portals for more information.
Copy file name to clipboardExpand all lines: pages/data-warehouse/how-to/import-data.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,19 +17,19 @@ Data federation allows you to query and combine data from multiple sources, enab
17
17
18
18
Scaleway Data Warehouse for ClickHouse® allows you to quickly import any type of compatible data into a [bottomless storage](/data-warehouse/concepts/#bottomless-storage) with minimal configuration.
19
19
20
-
## How to import data using the CLickHouse® CLI
20
+
## How to import data using the ClickHouse® CLI
21
21
22
-
### Connecting to the CLickHouse® CLI
22
+
### Connecting to the ClickHouse® CLI
23
23
24
-
1. Click **Data Warehouse** under **Managed Services** on the side menu. The Data Warehouse deployment page displays.
24
+
1. Click **ClickHouse®** under **Data & Analytics** on the side menu. The Data Warehouse deployment page displays.
25
25
26
26
2. Click the name of the Data Warehouse deployment you want to connect to. The overview tab of the deployment displays.
27
27
28
28
3. Click **Connect** next to **Frameworks** in the **Connect to your deployment** section. The connection wizard displays.
29
29
30
30
4. Select **Protocols**, then copy the command in the **ClickHouse® CLI** tab.
31
31
32
-
5. In a terminal, paste and execute the copied command to connect to your deployment. Make sure to replace the placeholders by the corresponding values.
32
+
5. In a terminal, paste and execute the copied command to connect to your deployment. Make sure to replace the placeholders with the corresponding values.
33
33
34
34
```sh
35
35
clickhouse client \
@@ -40,7 +40,7 @@ Scaleway Data Warehouse for ClickHouse® allows you to quickly import any type o
40
40
--password '<YOUR_DEPLOYMENT_PASSWORD>'
41
41
```
42
42
43
-
7. You are now connected to your deployments using the ClickHouse® CLI, you can now import data.
43
+
6. You are now connected to your deployments using the ClickHouse® CLI, you can now import data.
44
44
45
45
<Messagetype="tip">
46
46
You can connect to your deployment using the ClickHouse® HTTP console directly from the **Overview** tab.
@@ -50,7 +50,7 @@ You can connect to your deployment using the ClickHouse® HTTP console directly
50
50
51
51
There are several ways to import data into your Data Warehouse for ClickHouse® deployment, depending on how your data is stored:
52
52
53
-
- Using the `s3` table function: directly read data from an Amazon S3 bucket by specifying the bucket URL, the file format, and data structure.
53
+
- Using the `s3` table function: directly read data from an Amazon S3 bucket by specifying the bucket URL, file format, and data structure.
54
54
55
55
- Using the `s3` Storage Engine: create a table that points to your S3 data, then insert data from the S3 table into your target table.
Copy file name to clipboardExpand all lines: pages/data-warehouse/how-to/manage-delete-deployment.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This page explains how to manage and delete your Data Warehouse deployment.
24
24
25
25
## How to manage a Data Warehouse deployment
26
26
27
-
1. Click **Data Warehouse** under **Managed Services** on the side menu. The Data Warehouse deployment page displays.
27
+
1. Click **ClickHouse®** under **Data & Analytics** on the side menu. The Data Warehouse deployment page displays.
28
28
29
29
2. Click the name of the Data Warehouse deployment you want to manage. The overview tab of the deployment displays. From this view, you can see the configuration of your deployment.
30
30
@@ -36,7 +36,7 @@ This page explains how to manage and delete your Data Warehouse deployment.
36
36
-[Delete your Data Warehouse deployment](/data-warehouse/how-to/manage-delete-deployment/#how-to-delete-a-data-warehouse).
37
37
38
38
<Messagetype="note">
39
-
Once you have created a Data Warehouse deployment, you cannot edit certain parameters, such as the node type, or its computing resources. You must [create a new Data Warehouse deployment](/data-warehouse/how-to/create-depoyment/) instead.
39
+
Once you have created a Data Warehouse deployment, you cannot edit certain parameters, such as the node type or its computing resources. You must [create a new Data Warehouse deployment](/data-warehouse/how-to/create-depoyment/) instead.
40
40
</Message>
41
41
42
42
## How to delete a Data Warehouse deployment
@@ -45,7 +45,7 @@ Once you have created a Data Warehouse deployment, you cannot edit certain param
45
45
This action is irreversible and will permanently delete this Data Warehouse deployment and all its associated data.
46
46
</Message>
47
47
48
-
1. Click **Data Warehouse** under **Managed Services** on the side menu. The Data Warehouse deployment page displays.
48
+
1. Click **ClickHouse®** under **Data & Analytics** on the side menu. The Data Warehouse deployment page displays.
49
49
50
50
2. Click the name of the Data Warehouse deployment you want to delete. The **Overview** tab of the deployment displays.
Copy file name to clipboardExpand all lines: pages/data-warehouse/quickstart.mdx
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,25 +23,25 @@ Data Warehouse for ClickHouse® is a centralized repository to store large sets
23
23
24
24
## How to create a Data Warehouse for ClickHouse® deployment
25
25
26
-
1. Click **ClickHouse®** under **Managed Services** on the side menu. The Managed Data Warehouse for ClickHouse® page displays.
26
+
1. Click **ClickHouse®** under **Data & Analytics** on the side menu. The Managed Data Warehouse for ClickHouse® page displays.
27
27
28
-
3. Click **+ Create deployment**. The Data Warehouse deployment creation wizard displays.
28
+
2. Click **+ Create deployment**. The Data Warehouse deployment creation wizard displays.
29
29
30
-
4. Select the **region** in which to create your deployment.
30
+
3. Select the **region** in which to create your deployment.
31
31
32
-
5. Select the **For basic developments** preset.
32
+
4. Select the **For basic developments** preset.
33
33
<Messagetype="note">
34
34
You can update the autoscaling configuration of your deployment at any time after its creation.
35
35
</Message>
36
36
37
-
6. Enter a name for your deployment, or keep the automatically generated one.
37
+
5. Enter a name for your deployment, or keep the automatically generated one.
38
38
39
-
7. Configure the administrator credentials for your deployment by entering a password, or by generating a random one.
39
+
6. Configure the administrator credentials for your deployment by entering a password or generating a random one.
40
40
<Messagetype="note">
41
41
The username cannot be modified.
42
42
</Message>
43
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.
44
+
7. 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
45
46
46
## How to connect to your deployment
47
47
@@ -51,7 +51,7 @@ Data Warehouse for ClickHouse® is a centralized repository to store large sets
51
51
52
52
2. Click the **ClickHouse® HTTP console** button. A new tab containing the console displays.
53
53
54
-
3. In the top-corner of the ClickHouse® HTTP console, replace the `default` login by `scwadmin`.
54
+
3. In the topcorner of the ClickHouse® HTTP console, replace the `default` login by `scwadmin`.
55
55
56
56
4. Enter the password you set up during the creation of your deployment.
57
57
@@ -84,7 +84,7 @@ You can now execute SQL commands.
84
84
--password '<YOUR_PASSWORD>' \
85
85
```
86
86
87
-
You are now connected to your Data Warehouse for ClickHouse® deployment, and can perform SQL queries.
87
+
You are now connected to your Data Warehouse for ClickHouse® deployment and can perform SQL queries.
88
88
89
89
## How to import and query an example data set
90
90
@@ -177,15 +177,15 @@ This example is based on the **New York Taxi Data** from the [Official ClickHous
177
177
LIMIT10;
178
178
```
179
179
180
-
To perform more in-depth tests with larger data sets, refer to our [dedicated documentation](/data-warehouse/reference-content/example-datasets/)
180
+
To perform more in-depth tests with larger data sets, refer to our [dedicated documentation](/data-warehouse/reference-content/example-datasets/).
181
181
182
182
## How to manage your deployment
183
183
184
184
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.
185
185
186
186
2. Click the **Settings** tab. From this view, you can:
187
187
188
-
- Access the CLickHouse® HTTP console
188
+
- Access the ClickHouse® HTTP console
189
189
- Connect to your deployment using frameworks
190
190
- Connect your deployment to your preferred BI tools
191
191
-[Delete your Data Warehouse deployment](/data-warehouse/how-to/manage-delete-deployment/#how-to-delete-a-data-warehouse).
@@ -196,16 +196,16 @@ To perform more in-depth tests with larger data sets, refer to our [dedicated do
196
196
197
197
4. Click the **Users** tab. From this view, you can:
198
198
199
-
-view the users in your deployment.
200
-
-modify the password of a user.
199
+
-View the users in your deployment.
200
+
-Modify the password of a user.
201
201
202
202
## How to delete your deployment
203
203
204
204
<Messagetype="important">
205
205
This action is irreversible and will permanently delete this Data Warehouse deployment and all its associated data.
206
206
</Message>
207
207
208
-
1. Click **Data Warehouse** under **Managed Services** on the side menu. The Data Warehouse deployment page displays.
208
+
1. Click **ClickHouse®** under **Data & Analytics** on the side menu. The Data Warehouse deployment page displays.
209
209
210
210
2. Click the name of the Data Warehouse deployment you want to delete. The **Overview** tab of the deployment displays.
0 commit comments