Skip to main content

ClickHouse

ClickHouse is an open-source, high-performance columnar database system designed for real-time analytical processing. It is optimized for handling large-scale data with lightning-fast query execution, making it an ideal choice for OLAP (Online Analytical Processing) applications.

ClickHouse enables efficient storage and querying of massive datasets with exceptional speed.

  • Provides columnar storage with advanced compression techniques for optimal performance.
  • Supports horizontal scaling and distributed clusters for handling high-volume data.
  • Enables real-time data ingestion and querying for time-sensitive analytics.
  • Integrates seamlessly with popular ETL tools, data visualization platforms, and cloud services.

Getting started

To send data to your ClickHouse destination, you'll need:

  • Host of your ClickHouse server
  • Port number for the connection
  • Database name to connect to
  • Username for authentication
  • Password for authentication
  • SSH configuration (optional)
  • SSL configuration (optional)

Configuration

Add ClickHouse as a destination to Boltic in the following manner:

To connect with ClickHouse

  1. Enter a Destination Name by which you want to refer to this ClickHouse Destination
  2. Enter your ClickHouse Host (IP address or hostname of your server)
  3. Enter the Port number for your ClickHouse server
  4. Enter your Database name
  5. Enter your Username for authentication
  6. Enter your Password for authentication
  7. Enable SSH configuration if you need to connect via SSH tunnel (optional)
  8. Enable SSL configuration if you need a secure connection (optional)
  9. Test and Save your destination

You have now successfully added ClickHouse as a destination to Boltic! Your defined events will start flowing to your ClickHouse database.