Connect Chartbrew to Tinybird

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

Prerequisites

  • A Chartbrew account
  • A Tinybird workspace with data sources
  • A Tinybird Auth Token with scopes WORKSPACE:READ_ALL and optionally ORG_DATASOURCES:READ. See how to create it.

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

Learn more

Updated