8.4.15. ClickHouse UI

ClickHouse UI is a web interface for working with ClickHouse data. It includes two tools: Web SQL and Dashboard. To access the desired tool, use the corresponding buttons in the "ClickHouse" section in the "Instance" block:

Using Web SQL, you can connect to a ClickHouse instance under an existing user and execute SQL queries.

To log in, enter your ClickHouse username and password in the upper right corner:

Next, you can specify SQL queries and execute them using the "Run" button.

Using Dashboard, you can connect to a ClickHouse instance under an existing user and view statistics.

To log in, enter the username and password of the ClickHouse user and click "Reload":

Next, an interface will open where you can view and configure charts with various ClickHouse data (query statistics, resource usage, etc.).

Content