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: docs/cloud/get-started/cloud-quick-start.mdx
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,9 @@ import SQLConsoleDetail from '@site/docs/_snippets/_launch_sql_console.md';
27
27
The quickest and easiest way to get up and running with ClickHouse is to create a new
28
28
service in [ClickHouse Cloud](https://console.clickhouse.cloud).
29
29
30
-
## 1. Create a ClickHouse service {#1-create-a-clickhouse-service}
30
+
<VerticalSteppertype="numbered">
31
+
32
+
## Create a ClickHouse service {#1-create-a-clickhouse-service}
31
33
32
34
To create a free ClickHouse service in [ClickHouse Cloud](https://console.clickhouse.cloud), you just need to sign up by completing the following steps:
33
35
@@ -67,22 +69,20 @@ Users can customize the service resources if required, specifying a minimum and
67
69
68
70
Congratulations! Your ClickHouse Cloud service is up and running and onboarding is complete. Keep reading for details on how to start ingesting and querying your data.
69
71
70
-
## 2. Connect to ClickHouse {#2-connect-to-clickhouse}
72
+
## Connect to ClickHouse {#2-connect-to-clickhouse}
71
73
There are 2 ways to connect to ClickHouse:
72
74
- Connect using our web-based SQL console
73
75
- Connect with your app
74
-
76
+
<br/>
75
77
### Connect using SQL console {#connect-using-sql-console}
76
78
77
79
For getting started quickly, ClickHouse provides a web-based SQL console to which you will be redirected on completing onboarding.
Create a query tab and enter a simple query to verify that your connection is working:
84
85
85
-
<br/>
86
86
```sql
87
87
SHOW databases
88
88
```
@@ -104,7 +104,7 @@ Press the connect button from the navigation menu. A modal will open offering th
104
104
105
105
If you can't see your language client, you may want to check our list of [Integrations](/integrations).
106
106
107
-
## 3. Add data {#3-add-data}
107
+
## Add data {#3-add-data}
108
108
109
109
ClickHouse is better with data! There are multiple ways to add data and most of them are available on the Data Sources page, which can be accessed in the navigation menu.
110
110
@@ -322,6 +322,8 @@ Suppose we have the following text in a CSV file named `data.csv`:
322
322
<Imageimg={new_rows_from_csv}size="md"alt='New rows from CSV file' />
323
323
<br/>
324
324
325
+
</VerticalStepper>
326
+
325
327
## What's Next? {#whats-next}
326
328
327
329
- The [Tutorial](/tutorial.md) has you insert 2 million rows into a table and write some analytical queries
0 commit comments