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/integrations/data-visualization/dot-and-clickhouse.md
+34-48Lines changed: 34 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,89 +9,75 @@ title: 'Dot'
9
9
import Image from '@theme/IdealImage';
10
10
import dot_01 from '@site/static/images/integrations/data-visualization/dot_01.png';
11
11
import dot_02 from '@site/static/images/integrations/data-visualization/dot_02.png';
12
-
import dot_03 from '@site/static/images/integrations/data-visualization/dot_03.png';
13
12
import CommunityMaintainedBadge from '@theme/badges/CommunityMaintained';
14
13
15
14
# Dot
16
15
17
16
<CommunityMaintainedBadge/>
18
17
19
-
[Dot](https://www.getdot.ai/) is an intelligent **AI Data Analyst**. It connects directly to ClickHouse so you can ask business questions in plain English, discover data assets, validate definitions, and even assist with modelling — all through a conversational interface.
18
+
[Dot](https://www.getdot.ai/) is your **AI Data Analyst**. It connects directly to ClickHouse so you can ask data questions in natural language, discover data, test hypotheses, and answer why questions — directly in Slack, Microsoft Teams, ChatGPT or the native Web UI.
19
+
20
+
---
21
+
22
+
## Pre-requisites {#pre-requisites}
23
+
24
+
- A ClickHouse database, either self-hosted or in [ClickHouse Cloud](https://clickhouse.com/cloud)
25
+
- A [Dot](https://www.getdot.ai/) account
26
+
- A [Hashboard](https://www.hashboard.com/) account and project.
20
27
21
28
---
22
29
23
30
## Connecting Dot to ClickHouse {#connecting-dot-to-clickhouse}
24
31
25
-
<Imagesize="md"img={dot_01}alt="Configuring ClickHouse connection in Dot"border />
32
+
<Imagesize="md"img={dot_01}alt="Configuring ClickHouse connection in Dot (light mode)"border />
26
33
<br/>
27
34
28
35
1. In the Dot UI, go to **Settings → Connections**.
29
-
2. Click on ***Add new connection*** and select **ClickHouse** as your data source.
30
-
3.Enter the connection details:
36
+
2. Click on **Add new connection** and select **ClickHouse**.
37
+
3.Provide your connection details:
31
38
-**Host**: ClickHouse server hostname or ClickHouse Cloud endpoint
32
39
-**Port**: `9440` (secure native interface) or `9000` (default TCP)
33
-
-**Username / Password**: a user with read access to your data
40
+
-**Username / Password**: user with read access
34
41
-**Database**: optionally set a default schema
35
42
4. Click **Connect**.
36
43
37
-
<divstyle={{display:'flex',gap:'20px'}}>
38
-
<Imageimg={dot_02}alt="Dot generating SQL against ClickHouse" />
39
-
<Imageimg={dot_03}alt="Browsing ClickHouse schemas and definitions in Dot" />
Now you can use **ClickHouse + Dot** to explore, validate, and analyze your data conversationally — combining high-performance analytics with AI-driven accessibility.
83
+
Now you can use **ClickHouse + Dot** to analyze your data conversationally — combining Dot’s AI assistant with ClickHouse’s fast, scalable analytics engine.
0 commit comments