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:

Viewing the connection details

You’ll see the following dialog:

The connection details

Figure 1 - The Connection Details dialog

The connection details are:

Endpoints

One or more endpoints of the cluster, based on the name of the cluster and environment that host the cluster. In the figure above, there is only one endpoint. However, if your cluster has one or more alternate endpoints, you’ll see all of them listed here:

Multiple endpoints

Figure 2 - A cluster with multiple endpoints

See the User Guide for the details of configuring alternate endpoints.

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 a Client object for this cluster