make clickhouse-up # start the server (first run also creates the schema)make clickhouse-cli # interactive SQL shellmake clickhouse-down # stop (keeps data)make clickhouse-reset # wipe and recreate
The service binds to 127.0.0.1 only, on host ports 8124 (HTTP) and 9001
(native) so it coexists with any other local ClickHouse instance.