Skip to main content

Query data quickly from Clickhouse

Hex makes it easy to securely connect to your Clickhouse database, query, and bring your data to life.

How it works

Connecting ClickHouse to Hex means everyone can query real-time data directly through SQL, Python, or conversational AI agents.

Hex features a best-in-class notebook experience with SQL, Python, and an AI agent that can build entire projects on your behalf. Once built, turn these projects into beautiful dashboards and reportsโ€”all powered by ClickHouse.

Graduate beyond classic dashboards and build a conversational agent that sits directly on top of your ClickHouse data, understands and links to your existing apps, and is metadata aware for robust agentic reasoning. Experience the power of a data scientist at your fingertips.

clickhouse Clickhouse
in-use2 cells
clickhouse Clickhouse
select
cast({{timeframe}} as timestamp) as month,
ship, destination,
sum(spice_tons) as spice_tons
from atreides.vehicle_destinations
group by 1,2,3
output-arrow
dataframe