Skip to content

Commit f75d625

Browse files
authored
Merge pull request #3921 from fabi-ai/zef/init_fabi_doc
adding fabi.ai to clickhouse doc
2 parents f80267b + a27cf71 commit f75d625

File tree

7 files changed

+57
-0
lines changed

7 files changed

+57
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
sidebar_label: 'Fabi.ai'
3+
slug: /integrations/fabi.ai
4+
keywords: ['clickhouse', 'Fabi.ai', 'connect', 'integrate', 'notebook', 'ui', 'analytics']
5+
description: 'Fabi.ai 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'
6+
title: 'Connect ClickHouse to Fabi.ai'
7+
---
8+
9+
import fabi_01 from '@site/static/images/integrations/data-visualization/fabi_01.png';
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';
13+
import Image from '@theme/IdealImage';
14+
import CommunityMaintainedBadge from '@theme/badges/CommunityMaintained';
15+
import ConnectionDetails from '@site/docs/_snippets/_gather_your_details_http.mdx';
16+
17+
# Connecting ClickHouse to Fabi.ai
18+
19+
<CommunityMaintainedBadge/>
20+
21+
22+
<a href="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.
23+
24+
<Image size="md" img={fabi_01} alt="Fabi.ai data exploration and workflow platform" border />
25+
26+
## Gather Your Connection Details {#gather-your-connection-details}
27+
28+
<ConnectionDetails />
29+
30+
## Create your Fabi.ai account and connect ClickHouse {#connect-to-clickhouse}
31+
Log in or create your Fabi.ai account: https://app.fabi.ai/
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.
34+
35+
<Image size="lg" img={fabi_02} alt="Add data source" border />
36+
37+
2. You’ll then be prompted to enter your connection details.
38+
39+
<Image size="md" img={fabi_03} alt="ClickHouse credentials form" border />
40+
41+
3. Congratulations! You have now integrated ClickHouse into Fabi.ai.
42+
43+
## Querying ClickHouse. {#querying-clickhouse}
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.
46+
47+
<Image size="lg" img={fabi_04} alt="Querying ClickHouse" border />
48+
49+
50+
# Additional Resources
51+
52+
[Fabi.ai](https://www.fabi.ai) documentation: https://docs.fabi.ai/introduction
53+
54+
[Fabi.ai](https://www.fabi.ai) getting started tutorial videos: https://www.youtube.com/playlist?list=PLjxPRVnyBCQXxxByw2CLC0q7c-Aw6t2nl

scripts/aspell-ignore/en/aspell-dict.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ FFFFFFFF
353353
FIPS
354354
FOSDEM
355355
FQDN
356+
Fabi
356357
Failover
357358
FarmHash
358359
Filebeat
@@ -1116,6 +1117,7 @@ Simhash
11161117
SimpleAggregateFunction
11171118
SimpleState
11181119
SipHash
1120+
Smartbook
11191121
Smirnov's
11201122
Smirnov'test
11211123
Sonatype

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,7 @@ const sidebars = {
861861
"integrations/data-visualization/draxlr-and-clickhouse",
862862
"integrations/data-visualization/embeddable-and-clickhouse",
863863
"integrations/data-visualization/explo-and-clickhouse",
864+
"integrations/data-visualization/fabi-and-clickhouse",
864865
{
865866
type: "category",
866867
label: "Grafana",
916 KB
Loading
229 KB
Loading
174 KB
Loading
64.5 KB
Loading

0 commit comments

Comments
 (0)