Category: SQL, Timeseries Status: base
Connects to a ClickHouse columnar analytical database. Optimized for OLAP queries on large datasets and time-series data.
| Field | Default | Description |
|---|---|---|
| host | localhost | Server hostname or IP |
| port | 8123 | HTTP interface port |
| user | (empty) | Username |
| password | (empty) | Password (1–128 chars, no spaces/quotes) |
| dbname | (empty) | Database name |
| url | (empty) | Full connection URL (overrides above fields) |
| authentication | no_auth | no_auth or user_password |
Two modes: no_auth or user_password.
Requires the aiochclient Python package:
pip install aiochclient