Y
Hacker News
new
|
ask
|
show
|
jobs
by
jgrahamc
2694 days ago
Yes we do. We moved our entire analytics backend to ClickHouse some time ago. It works well for us:
https://blog.cloudflare.com/http-analytics-for-6m-requests-p...
1 comments
bithavoc
2694 days ago
What Clickhouse engines does CF uses?
link
bithavoc
2694 days ago
I just re-read the blog post, is the Kafka engine in use at CF?
link
dqminh
2693 days ago
We mostly use replicated MergeTree, SummingMergeTree, AggregatedMergeTree etc. And yes, we do use Kafka engine to consume directly from Kafka, in additions to standard Clickhouse inserters.
link