> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> TABLUM.IO is a data management SaaS that supports ClickHouse out of the box.

# Connecting TABLUM.IO to ClickHouse

export const CommunityMaintainedBadge = () => {
  return <div className="CommunityMaintainedBadge">
            <div className="CommunityMaintainedIcon">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 256 256">
                <path d="M244.8,150.4a8,8,0,0,1-11.2-1.6A51.6,51.6,0,0,0,192,128a8,8,0,0,1-7.37-4.89,8,8,0,0,1,0-6.22A8,8,0,0,1,192,112a24,24,0,1,0-23.24-30,8,8,0,1,1-15.5-4A40,40,0,1,1,219,117.51a67.94,67.94,0,0,1,27.43,21.68A8,8,0,0,1,244.8,150.4ZM190.92,212a8,8,0,1,1-13.84,8,57,57,0,0,0-98.16,0,8,8,0,1,1-13.84-8,72.06,72.06,0,0,1,33.74-29.92,48,48,0,1,1,58.36,0A72.06,72.06,0,0,1,190.92,212ZM128,176a32,32,0,1,0-32-32A32,32,0,0,0,128,176ZM72,120a8,8,0,0,0-8-8A24,24,0,1,1,87.24,82a8,8,0,1,0,15.5-4A40,40,0,1,0,37,117.51,67.94,67.94,0,0,0,9.6,139.19a8,8,0,1,0,12.8,9.61A51.6,51.6,0,0,1,64,128,8,8,0,0,0,72,120Z"></path>
            </svg>
        </div>
            Community Maintained
        </div>;
};

export const Image = ({img, alt, size}) => {
  return <Frame>
      <img src={img} alt={alt} />
    </Frame>;
};

<h2 id="open-the-tablumio-startup-page">
  Open the TABLUM.IO startup page
</h2>

<Note>
  You can install a self-hosted version of TABLUM.IO on your Linux server in docker.
</Note>

<h2 id="1-sign-up-or-sign-in-to-the-service">
  1. Sign up or sign in to the service
</h2>

First, sign up to TABLUM.IO using your email or use a quick-login via accounts in Google or Facebook.

<Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/ldyQZWT-cIRJh7wo/images/integrations/sql-clients/tablum-ch-0.png?fit=max&auto=format&n=ldyQZWT-cIRJh7wo&q=85&s=bc4ef9673a50af4be4ce1ca5de28fb04" size="md" border alt="TABLUM.IO login page" width="1365" height="732" data-path="images/integrations/sql-clients/tablum-ch-0.png" />

<h2 id="2-add-a-clickhouse-connector">
  2. Add a ClickHouse connector
</h2>

Gather your ClickHouse connection details, navigate to the **Connector** tab, and fill in the host URL, port, username, password, database name, and connector's name. After completing these fields, click on **Test connection** button to validate the details and then click on  **Save connector for me** to make it persistent.

<Tip>
  Make sure that you specify the correct **HTTP** port and toggle **SSL** mode according to your connection details.
</Tip>

<Tip>
  Typically, the port is 8443 when using TLS or 8123 when not using TLS.
</Tip>

<Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/ldyQZWT-cIRJh7wo/images/integrations/sql-clients/tablum-ch-1.png?fit=max&auto=format&n=ldyQZWT-cIRJh7wo&q=85&s=68fb88de675e6a9533053b5d2d9e925a" size="lg" border alt="Adding a ClickHouse connector in TABLUM.IO" width="1365" height="732" data-path="images/integrations/sql-clients/tablum-ch-1.png" />

<h2 id="3-select-the-connector">
  3. Select the connector
</h2>

Navigate to the **Dataset** tab. Select recently created ClickHouse connector in the dropdown. In the right panel, you will see the list of available tables and schemas.

<Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/ldyQZWT-cIRJh7wo/images/integrations/sql-clients/tablum-ch-2.png?fit=max&auto=format&n=ldyQZWT-cIRJh7wo&q=85&s=5e470a3112e2bc4a984d0c7af5042f5c" size="lg" border alt="Selecting the ClickHouse connector in TABLUM.IO" width="1365" height="732" data-path="images/integrations/sql-clients/tablum-ch-2.png" />

<h2 id="4-input-a-sql-query-and-run-it">
  4. Input a SQL query and run it
</h2>

Type a query in the SQL Console and press **Run Query**. The results will be displayed as a spreadsheet.

<Tip>
  Right-click on the column name to open the dropdown menu with sort, filter and other actions.
</Tip>

<Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/ldyQZWT-cIRJh7wo/images/integrations/sql-clients/tablum-ch-3.png?fit=max&auto=format&n=ldyQZWT-cIRJh7wo&q=85&s=28621a27bff7e2ce345f97ffcbf53444" size="lg" border alt="Running a SQL query in TABLUM.IO" width="1365" height="732" data-path="images/integrations/sql-clients/tablum-ch-3.png" />

<Note>
  With TABLUM.IO you can

  * create and utilise multiple ClickHouse connectors within your TABLUM.IO account,
  * run queries on any loaded data regardless of the data source,
  * share the results as a new ClickHouse database.
</Note>

<h2 id="learn-more">
  Learn more
</h2>

Find more information about TABLUM.IO at [https://tablum.io](https://tablum.io).
