Skip to content

api-evangelist/clickhouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClickHouse (clickhouse)

ClickHouse is a fast open-source column-oriented database management system that enables real-time analytical reporting using SQL. ClickHouse exposes multiple interfaces (HTTP, native TCP, MySQL/PostgreSQL wire protocols, gRPC) and the ClickHouse Cloud management plane offers a public OpenAPI-described REST API for provisioning services, organizations, members, API keys, backups, and private endpoints.

APIs.json: apis.yml

Scope

  • Type: Index
  • x-type: opensource

Tags

Analytics, Cloud Database, Column-Oriented, Database, OLAP, Open Source, Real-Time, SQL

APIs

ClickHouse HTTP Interface

HTTP interface (port 8123 / HTTPS 8443) for executing SQL queries. SELECT via GET, mutations via POST, multiple output formats and authentication via HTTP Basic, URL parameters, or X-ClickHouse-User/X-ClickHouse-Key headers.

ClickHouse Cloud API

OpenAPI 3.1-described REST API for managing ClickHouse Cloud organizations, services, API keys, members, backups, private endpoints, and ClickHouse settings.

ClickHouse Native TCP Interface

Native binary TCP protocol used by ClickHouse client libraries for maximum throughput (port 9000).

ClickHouse MySQL Interface

MySQL wire protocol compatibility for existing MySQL clients and BI tools.

ClickHouse PostgreSQL Interface

PostgreSQL wire protocol compatibility for psql, JDBC and other PostgreSQL clients.

ClickHouse gRPC Interface

gRPC interface defined by clickhouse_grpc.proto for efficient binary communication.

Common Properties

Maintainers

About

ClickHouse is a fast open-source column-oriented database management system that allows generating analytical data reports in real-time using SQL queries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors