Connect Chartbrew to Tinybird

Chartbrew can connect to Tinybird using the ClickHouse® Data Source, taking advantage of Tinybird's ClickHouse® HTTP protocol compatibility.

The ClickHouse® connection to Tinybird is read-only. You can use it to query and analyze data from your Tinybird data sources, but you cannot modify data through this connection.

Prerequisites

  • A Chartbrew account
  • A Tinybird workspace with data sources
  • A Tinybird Auth Token with read permissions for the workspace data sources

Create a new connection

  1. Select Connections > Create your first connection.
  2. In the connection wizard, select ClickHouse® from the SQL databases list.
  3. Fill in the ClickHouse database credentials.

Connection settings

Connection name: Tinybird
Host: clickhouse.tinybird.co
Port: 443  # For HTTPS connections
Database username: <WORKSPACE_NAME>  # Your workspace name
Database password: <TOKEN>  # Your Tinybird auth token
Database name: <WORKSPACE_NAME>  # Your workspace name
Enable SSL: Yes
SSL Mode: Require

See the list of ClickHouse hosts to find the correct one for your region.

Learn more

Updated