These instructions will provide you with the installation information necessary to run the repository on your local machine for development and testing purposes.
This project should work for any type of installation, but you’ll need to change host names accordingly.
$ docker system info | grep Memory
In case of permission issue
sudo chmod 777 /var/run/docker.sock
docker --version
docker-compose --version
mysql --version
-
MySQL Workbench
or any other MySQL database client/console. -
DBeaver Community or any other ClickHouse database client/console.
/etc/mysql/mysql.conf.d/
- mysql.cnf MySQL database configuration
[mysqld]
server-id = 223344
log_bin = mysql-bin
expire_logs_days = 1
binlog_format = row