Skip to content

Commit 051bd78

Browse files
committed
add quickstart
Signed-off-by: SK Ali Arman <[email protected]>
1 parent ea75b63 commit 051bd78

File tree

6 files changed

+570
-0
lines changed

6 files changed

+570
-0
lines changed

docs/guides/clickhouse/README.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: ClickHouse
3+
menu:
4+
docs_{{ .version }}:
5+
identifier: guides-clickhouse-readme
6+
name: ClickHouse
7+
parent: guides-clickhouse
8+
weight: 10
9+
menu_name: docs_{{ .version }}
10+
section_menu_id: guides
11+
url: /docs/{{ .version }}/guides/clickhouse/
12+
aliases:
13+
- /docs/{{ .version }}/guides/clickhouse/README/
14+
---
15+
16+
> New to KubeDB? Please start [here](/docs/README.md).
17+
18+
## Supported MySQL Features
19+
20+
| Features | Availability |
21+
|---------------------------------------------------------|:------------:|
22+
| ClusterTopology | &#10003; |
23+
| Initialize using Script (\*.sql, \*sql.gz and/or \*.sh) | &#10003; |
24+
| Custom Configuration | &#10003; |
25+
| Builtin Prometheus Discovery | &#10003; |
26+
| Using Prometheus operator | &#10003; |
27+
28+
## Life Cycle of a ClickHouse Object
29+
30+
<p align="center">
31+
  <img alt="lifecycle" src="/docs/images/clickhouse/clickhouse-lifecycle.png" >
32+
</p>
33+
34+
## User Guide
35+
36+
- [Quickstart ClickHouse](/docs/guides/clickhouse/quickstart/index.md) with KubeDB Operator.
37+
- Monitor your ClickHouse database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mysql/monitoring/prometheus-operator/index.md).
38+
- Monitor your ClickHouse database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mysql/monitoring/builtin-prometheus/index.md).
39+
- Use [kubedb cli](/docs/guides/mysql/cli/index.md) to manage databases like kubectl for Kubernetes.
40+
- Detail concepts of [ClickHouse object](/docs/guides/mysql/concepts/database/index.md).
41+
- Detail concepts of [ClickHouseVersion object](/docs/guides/mysql/concepts/catalog/index.md).
42+
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md).

docs/guides/clickhouse/_index.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: ClickHouse
3+
menu:
4+
docs_{{ .version }}:
5+
identifier: guides-clickhouse
6+
name: ClickHouse
7+
parent: guides
8+
weight: 10
9+
menu_name: docs_{{ .version }}
10+
---
Loading

0 commit comments

Comments
 (0)