Answer the question
In order to leave comments, you need to log in
What is the best way to store data from a site in ClickHouse?
I had a task to write my own system like Yandex Metrica: users will put a js code on the site, it will save information about all visits for analytics and statistics. My choice fell on ClickHouse.
What is the most efficient way to build such an architecture? It is planned to do at least 100k records per day. My main gag is how best to transfer data from a website to a server for further processing in ClickHouse. I see it like this:
Answer the question
In order to leave comments, you need to log in
The scheme is generally working, but it is still worth foreseeing some nuances:
I create a server with nginx and ClickHouse on Ubuntu in one placeAre you sure that one single machine loaded with nginx and CH and redis and php/python at the same time will handle your load?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question