Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ece3710

Browse files
committed
Added info about Clickhouse support to the README
1 parent feb6b4f commit ece3710

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ and get it back with:
5454
curl 'http://localhost:8081/render?target=test.test&format=json&from=-10m'
5555
```
5656

57-
5857
## Requirements
5958

6059
We recommend using at least version 1.10 of Go. Booking.com builds its binaries
@@ -83,8 +82,27 @@ brew install Caskroom/cask/xquartz
8382
8483
brew install cairo
8584
```
85+
8686
Xquartz is a required dependency for cairo.
8787

88+
## Clickhouse support
89+
90+
The pair `carbonapi` and `carbonzipper` works with [Clickhouse](https://clickhouse.yandex) via [graphite-clickhouse](https://github.com/lomik/graphite-clickhouse).
91+
92+
The access chain then looks like this:
93+
94+
`carbonapi` -> `zipper` -> `graphite-clickhouse` -> `clickhouse`
95+
96+
(this presumes the data was written into Clickhouse with [carbon-clickhouse](https://github.com/lomik/carbon-clickhouse)).
97+
98+
Run
99+
100+
```
101+
docker-compose --file docker-compose-clickhouse.yaml up
102+
```
103+
104+
to get the setup up and running in several Docker containers.
105+
88106
## Acknowledgement and history
89107

90108
This program was originally developed for Booking.com. With approval

0 commit comments

Comments
 (0)