MyScale SQL Interface (ClickHouse HTTP)
MyScale's primary interface is SQL executed over the ClickHouse-compatible HTTP interface (HTTPS, port 8443). Clients POST a SQL statement in the request body (SELECT, INSERT, CREATE TABLE, ALTER, DROP) and authenticate with the cluster username and password via HTTP Basic auth or X-ClickHouse-User / X-ClickHouse-Key headers. This is the same transport used by clickhouse-connect, the official Python client, and by Node.js, Go, and Java clients.