Skip to content

Commit 8acb361

Browse files
committed
docs(readme): link ClickHouse
1 parent 3f21d6c commit 8acb361

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# ch [![](https://img.shields.io/badge/go-pkg-00ADD8)](https://pkg.go.dev/github.com/go-faster/ch#section-documentation) [![](https://img.shields.io/codecov/c/github/go-faster/ch?label=cover)](https://codecov.io/gh/go-faster/ch) [![experimental](https://img.shields.io/badge/-experimental-blueviolet)](https://go-faster.org/docs/projects/status#experimental)
22

3-
TCP ClickHouse client in Go. Designed for very fast data block streaming with low network, cpu and memory overhead.
3+
TCP [ClickHouse](https://clickhouse.com/) client in Go. Designed for very fast data block streaming with low network, cpu and memory overhead.
44

55
Work in progress, please [leave feedback](https://github.com/go-faster/ch/discussions/6) on package API or features.
66
Also, see [benchmarks](https://github.com/go-faster/ch-bench#benchmarks).
77

8+
*[ClickHouse](https://clickhouse.com/) is an open-source, high performance columnar OLAP database management system for real-time analytics using SQL.*
9+
810
```console
911
go get github.com/go-faster/ch
1012
```

0 commit comments

Comments
 (0)