|
| 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 |
0 commit comments