Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 286 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 286 Bytes

Clickhouse - example of works

Setup with docker

  1. go to the directory:
cd clickhouse_example
  1. Run docker-compose
sudo docker-compose up -d
  1. Install dependecies:
pip install -r requirements.txt
  1. Run the commands in the test.ipynb file step by step