Skip to content

Files

Latest commit

424c438 · Sep 26, 2023

History

History
13 lines (9 loc) · 423 Bytes

CLICKHOUSE.md

File metadata and controls

13 lines (9 loc) · 423 Bytes

For development install ClickHouse as explained here, https://clickhouse.com/docs/en/install#quick-install

For example I have downloaded the clickhouse binary in the ~/opt/clickhouse/ directory, and run it from there:

~/opt/clickhouse $ ./clickhouse server

Then run the client in another terminal, and created the database:

~/opt/clickhouse $ ./clickhouse client
[...]
localhost :) CREATE DATABASE wsn;