···5566## How to use
7788+0. Have your Clckhouse database ready and running
891. Clone this repo
9102. Create .env file in the root directory with the following content:
1011 ```ini
···1819 CLICKHOUSE_PASS=
1920 CLICKHOUSE_TABLE=strong
2021 ```
2121-3. Run with `cargo run`2222+3. Run with `cargo run`
2323+2424+### Alternatively: Use Docker Compose to run the service:
2525+2626+1. Make sure you have Docker and Docker Compose installed.
2727+2. Create a `.env` file in the root directory with the same content as above.
2828+3Start the service with `docker compose up -d`.