Skip to main content
Page stub. Full content lives in the README — Audit log. Engineering spec at internals/audit-pipeline.
make clickhouse-up        # start the server (first run also creates the schema)
make clickhouse-cli       # interactive SQL shell
make 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.