Updated on 2024-08-10 GMT+08:00

ClickHouse Application Development Approach

This topic describes the application development in a typical scenario, helping you quickly learn and master the ClickHouse development process and know key functions.

Development Guideline

As an independent Database Management System (DBMS), ClickHouse allows you to use SQL to perform common operations. In the development program example, the clickhouse-jdbc API is used for description.

  • Setting Properties
  • Establishing a Connection
  • Creating a Database
  • Creating a Table
  • Inserting Data
  • Querying Data
  • Deleting a Table