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/fabi-and-clickhouse.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,10 @@ description: 'Fabi.ai is an all-in-one collaborate data analysis platform. You c
6
6
title: 'Connect ClickHouse to Fabi.ai'
7
7
---
8
8
9
-
import fabi_00 from '@site/static/images/integrations/data-visualization/fabi_00.png';
10
9
import fabi_01 from '@site/static/images/integrations/data-visualization/fabi_01.png';
11
10
import fabi_02 from '@site/static/images/integrations/data-visualization/fabi_02.png';
11
+
import fabi_03 from '@site/static/images/integrations/data-visualization/fabi_03.png';
12
+
import fabi_04 from '@site/static/images/integrations/data-visualization/fabi_04.png';
12
13
import Image from '@theme/IdealImage';
13
14
import CommunityMaintainedBadge from '@theme/badges/CommunityMaintained';
14
15
import ConnectionDetails from '@site/docs/_snippets/_gather_your_details_http.mdx';
@@ -20,7 +21,7 @@ import ConnectionDetails from '@site/docs/_snippets/_gather_your_details_http.md
20
21
21
22
<ahref="https://www.fabi.ai/"target="_blank">Fabi.ai</a> is an all-in-one collaborate data analysis platform. You can leverage SQL, Python, AI, and no-code to build dashboard and data workflows faster than ever before. Combined with the scale and power of ClickHouse, you can build and share your first highly performant dashboard on a massive dataset in minutes.
22
23
23
-
<Imagesize="md"img={fabi_00}alt="Fabi.ai data exploration and workflow platform"border />
24
+
<Imagesize="md"img={fabi_01}alt="Fabi.ai data exploration and workflow platform"border />
24
25
25
26
## Gather Your Connection Details {#gather-your-connection-details}
26
27
@@ -31,19 +32,19 @@ Log in or create your Fabi.ai account: https://app.fabi.ai/
31
32
32
33
1. You’ll be prompted to connect your database when you first create your account, or if you already have an account, click on the data source panel on the left of any Smartbook and select Add Data Source.
33
34
34
-
<Imagesize="lg"img={fabi_01}alt="Add data source"border />
35
+
<Imagesize="lg"img={fabi_02}alt="Add data source"border />
35
36
36
37
2. You’ll then be prompted to enter your connection details.
3. Congratulations! You have now integrated ClickHouse into Fabi.ai.
41
42
42
43
## Querying ClickHouse. {#querying-clickhouse}
43
44
44
45
Once you’ve connected Fabi.ai to ClickHouse, go to any [Smartbook](https://docs.fabi.ai/analysis_and_reporting/smartbooks) and create a SQL cell. If you only have one data source connected to your Fabi.ai instance, the SQL cell will automatically default to ClickHouse, otherwise you can choose the source to query from the source dropdown.
0 commit comments