mirror of
https://github.com/20kaushik02/real-time-traffic-analysis-clickhouse.git
synced 2026-01-25 16:04:04 +00:00
90a7a2415dccaa74d549141b19b64a316e4b1429
Execution steps:
ensure to pull clickhouse docker image
> docker-compose up -d
identify the custom networks created.
> docker network ls
inspect the keeper network and verify whether all the containers are connected to it
> docker network inspect {{dds_proj_clickhouse-keeper-network}}
if all the containers are not connected
> docker-compose restart
To execute queries
> docker exec -it clickhouse-server1 clickhouse-client
> docker exec -it clickhouse-server2 clickhouse-client
Description
Real-time analytics of Internet traffic flow data, sourced from MAWI traffic archives, with Kafka, Clickhouse and Grafana, orchestrated with Docker Swarm
Readme
23 MiB
Languages
Python
64.3%
Jinja
15.3%
Shell
15.2%
PowerShell
4.7%
Dockerfile
0.5%