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
Display the source diff
Display the rich diff
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
In this quick-start tutorial we'll get you set-up in 8
19
19
easy steps. You'll download an appropriate binary for your OS,
20
20
learn to run ClickHouse server, and use the ClickHouse client to create a table,
21
21
insert data into it and run a query to select that data.
22
22
23
-
All you'll need to follow along is your laptop, and curl or another command-line
24
-
HTTP client to fetch the ClickHouse binary.
23
+
All you'll need to follow along is:
24
+
- your laptop
25
+
- curl or another command-line
26
+
HTTP client to fetch the ClickHouse binary
25
27
26
-
Let's get started, shall we?
28
+
_Let's get started, shall we?_
27
29
28
-
<VSteppertype="numbered"allExpanded>
30
+
<VerticalSteppertype="numbered">
29
31
30
32
## Download the binary
31
33
@@ -378,4 +380,4 @@ technologies that integrate with ClickHouse.
378
380
- If you are using a UI/BI visualization tool, view the [user guides for connecting a UI to ClickHouse](/integrations/data-visualization/).
379
381
- The user guide on [primary keys](/guides/best-practices/sparse-primary-indexes.md) is everything you need to know about primary keys and how to define them.
0 commit comments