Skip to main content
1

Build and install

mise run build
mise run install
2

Load the extension

CREATE EXTENSION pg_stat_ch;
3

Set up ClickHouse

See the ClickHouse setup guide for the required schema and Docker quick-start.