Integration & APIs
ODBC/JDBC Connections
Connect to Datazone using Clickhouse ODBC or JDBC drivers
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
- Download the Clickhouse ODBC driver from the official website
- Run the installer
- Configure the ODBC data source in Windows ODBC Data Source Administrator
Linux
macOS
Connection String
Configuration Parameters
Parameter | Required | Description |
---|---|---|
Server | Yes | Your Datazone instance hostname |
Port | Yes | Connection port (default: 8123) |
Database | Yes | Target database name (default: default) |
Protocol | Yes | Connection protocol (http/https) |
UID | Yes | Username |
PWD | Yes | Password |
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
-
Tableau
-
Power BI
-
Looker
DBeaver Configuration
- Create new connection
- Select Clickhouse database
- Enter connection details:
Troubleshooting
Common Issues and Solutions
-
Connection Timeout
-
Authentication Failed
-
Query Performance
Logging
Enable detailed logging in your connection string:
Next Steps
- Install appropriate drivers for your system
- Configure your connection using the provided parameters
- Test the connection with a simple query
- Integrate with your BI tools or applications