Quickstart Stack (Local PostgreSQL + ClickHouse)
This stack runs local PostgreSQL (with pg_stat_ch) and local ClickHouse with schema preloaded.
From repo root:
./scripts/quickstart.sh up
./scripts/quickstart.sh check
Connect without local clients installed:
./scripts/quickstart.sh pg
./scripts/quickstart.sh ch
Stop:
./scripts/quickstart.sh down
Service endpoints:
- PostgreSQL: localhost:55432
- ClickHouse native: localhost:29000
- ClickHouse HTTP: localhost:28123