Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 522 Bytes

File metadata and controls

28 lines (20 loc) · 522 Bytes

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