Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.23 KB

File metadata and controls

63 lines (43 loc) · 1.23 KB

Installation

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.

Linux Commands (Optional)

$ docker system info | grep Memory

In case of permission issue

sudo chmod 777 /var/run/docker.sock

Softwares

docker --version
docker-compose --version
mysql --version
  • ClickHouse

  • MySQL Workbench or any other MySQL database client/console.

  • DBeaver Community or any other ClickHouse database client/console.

MySQL Configuration

/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