Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 828 Bytes

File metadata and controls

27 lines (17 loc) · 828 Bytes

Kubernetes ClickHouse server

Terraform module for creating simple ClickHouse server.

Components

ClickHouse is an open source column-oriented database management system capable of real time generation of analytical data reports using SQL queries.

Clickhouse Exporter for Prometheus is a simple server that periodically scrapes ClickHouse stats and exports them via HTTP for Prometheus consumption.

Example usage

module "clickhouse" {
  source    = "4ops/clickhouse-server/kubernetes"
  version   = "0.1.0"

  namespace = "testing"
}

See example folder