Skip to content

adding fabi.ai to clickhouse doc #3921

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions docs/integrations/data-visualization/fabi-and-clickhouse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
sidebar_label: 'Fabi.ai'
slug: /integrations/fabi.ai
keywords: ['clickhouse', 'Fabi.ai', 'connect', 'integrate', 'notebook', 'ui', 'analytics']
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'
title: 'Connect ClickHouse to Fabi.ai'
---

import fabi_00 from '@site/static/images/integrations/data-visualization/fabi_00.png';
import fabi_01 from '@site/static/images/integrations/data-visualization/fabi_01.png';
import fabi_02 from '@site/static/images/integrations/data-visualization/fabi_02.png';
import Image from '@theme/IdealImage';
import CommunityMaintainedBadge from '@theme/badges/CommunityMaintained';
import ConnectionDetails from '@site/docs/_snippets/_gather_your_details_http.mdx';

# Connecting ClickHouse to Fabi.ai

<CommunityMaintainedBadge/>


<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.

<Image size="md" img={fabi_00} alt="Fabi.ai data exploration and workflow platform" border />

## Gather Your Connection Details {#gather-your-connection-details}

<ConnectionDetails />

## Create your Fabi.ai account and connect ClickHouse {#connect-to-clickhouse}
Log in or create your Fabi.ai account: https://app.fabi.ai/

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.

<Image size="lg" img={fabi_01} alt="Add data source" border />

2. You’ll then be prompted to enter your connection details.

<Image size="md" img={fabi_02} alt="ClickHouse credentials form" border />

3. Congratulations! You have now integrated ClickHouse into Fabi.ai.

## Querying ClickHouse. {#querying-clickhouse}

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.

<Image size="lg" img={fabi_03} alt="Querying ClickHouse" border />


# Additional Resources

[Fabi.ai](https://www.fabi.ai) documentation: https://docs.fabi.ai/introduction

[Fabi.ai](https://www.fabi.ai) getting started tutorial videos: https://www.youtube.com/playlist?list=PLjxPRVnyBCQXxxByw2CLC0q7c-Aw6t2nl
2 changes: 2 additions & 0 deletions scripts/aspell-ignore/en/aspell-dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ FFFFFFFF
FIPS
FOSDEM
FQDN
Fabi
Failover
FarmHash
FileCluster
Expand Down Expand Up @@ -1111,6 +1112,7 @@ Simhash
SimpleAggregateFunction
SimpleState
SipHash
Smartbook
Smirnov's
Smirnov'test
Sonatype
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@ const sidebars = {
"integrations/data-visualization/draxlr-and-clickhouse",
"integrations/data-visualization/embeddable-and-clickhouse",
"integrations/data-visualization/explo-and-clickhouse",
"integrations/data-visualization/fabi-and-clickhouse",
{
type: "category",
label: "Grafana",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading