Use CH-UI to work with your data from Click House self-hosted with a user-friendly interface. CH-UI is a modern and feature-rich user interface for ClickHouse databases. It offers an intuitive platform for querying ClickHouse databases, executing queries, and visualizing metrics about your instance.
Update the readme file to run Clickhouse docker-compose;
I did this cause I do not have access to Clickhouse db, so this way, I can just run docker-compose -f docker-compose-dev.yml up -d, and then I have a Clickhouse configured locally for me.
What does this PR mean?
I did this cause I do not have access to Clickhouse db, so this way, I can just run
docker-compose -f docker-compose-dev.yml up -d
, and then I have a Clickhouse configured locally for me.