Cluster Connection Details
How to view your ClickHouse® cluster’s access information.
There are several ways to access ClickHouse® clusters created in Altinity.Cloud. To view your cluster’s connection details, click the Connection Details link in the Clusters view:
You’ll see the following dialog:
The connection details are:
- Host: The host name of the cluster, based on the name of the cluster and environment the cluster is hosted in.
- TCP Port: The TCP port for the cluster. This is used by the native ClickHouse binary protocol.
- HTTP Point: The HTTP port used for the cluster.
- Client Connections: Useful commands, URLs, and code you can copy and paste (add your password wherever appropriate, of course):
- The
clickhouse-client
command to connect to this cluster - This cluster’s JDBC URL for Java applications
- The URL of this cluster
- Python code to import the
clickhouse_driver
library and create aClient
object for this cluster
- The