Skip to main content

ODBC/JDBC Connections

Datazone uses Clickhouse as its SQL interface, allowing you to connect to your data using standard Clickhouse ODBC and JDBC drivers.

ODBC Connection

System Requirements

  • Windows, Linux, or macOS
  • Clickhouse ODBC Driver installed
  • Network access to Datazone instance

Installing Clickhouse ODBC Driver

Windows

  1. Download the Clickhouse ODBC driver from the official website
  2. Run the installer
  3. Configure the ODBC data source in Windows ODBC Data Source Administrator

Linux

macOS

Connection String

Configuration Parameters

JDBC Connection

Requirements

  • Java 8 or later
  • Clickhouse JDBC driver
  • Network access to Datazone instance

Maven Dependency

Connection URL

Java Example

Common Use Cases

BI Tool Integration

  1. Tableau
  2. Power BI
  3. Looker

DBeaver Configuration

  1. Create new connection
  2. Select Clickhouse database
  3. Enter connection details:

Troubleshooting

Common Issues and Solutions

  1. Connection Timeout
  2. Authentication Failed
  3. Query Performance

Logging

Enable detailed logging in your connection string:

Next Steps

  1. Install appropriate drivers for your system
  2. Configure your connection using the provided parameters
  3. Test the connection with a simple query
  4. Integrate with your BI tools or applications