xtekky / TikTok-ViewBot

ViewBot using requests | Fast, no selenium | Custom Views count and clean Design
https://t.me/onlpx
Apache License 2.0
1.19k stars 479 forks source link

docker-hub, #121

Closed Yabkonskaya closed 1 year ago

Yabkonskaya commented 1 year ago

start jupyter with clickhouse kernal

docker run -p 8888:8888 wangfenjin/xeus-clickhouse:v0.1.0

start a local clickhouse for testing

docker run -d --name jupyter-clickhouse-server -p 8123:8123 --ulimit nofile=262144:262144 yandex/clickhouse-server

open the example/clickhouse.ipynb and connect to local server by

%CONNECT --host host.docker.internal --port 8123