Skip to main content

Clickhouse

Use the Clickhouse connector to perform various operations such as executing custom queries, managing databases, and more. This connector allows you to interact with your Clickhouse instance directly from Boltic. You will need a valid Clickhouse connection to get started.

Requirements

To use the Clickhouse connector, you need:

  • Access to a Clickhouse server.
  • Clickhouse credentials (username and password or access key).
  • The Clickhouse server must be accessible over the internet or via a secure network.

Supported Authentication Methods

  • Username and Password
  • SSH Configuration (Optional)

Basic Operations

Clickhouse Connection

  • Set up a Clickhouse connection to execute queries and manage your database resources.

Database Operations

  • Execute Query: Run custom Clickhouse queries directly on your Clickhouse server.

Query

  • Enter your Query: Specify the Clickhouse query you want to execute. This can include operations like finding, inserting, updating, or deleting data within your database.

Example Operations

Database

  • Execute a Query: Run SQL commands (e.g., SELECT, UPDATE, INSERT, DELETE) on your Clickhouse database.

Support

For more detailed instructions on setting up your Clickhouse connection, refer to the Boltic documentation or contact Boltic support.