via ClickHouse Client

Hydrolix uses the ClickHouse SQL engine, so you can connect to Hydrolix using ClickHouse Client, a ClickHouse-provided CLI tool for querying databases.

To install clickhouse-client, follow the documentation.

Once installed, you can connect to your Hydrolix cluster using the following command:

clickhouse client --host <your hostname> --port 9440 -s

Or if using Query authentications

clickhouse-client -h "$hostname" --port "$port" --user "$user" --password "$password" -s

Once connected, you can query your cluster using ClickHouse SQL.