Project Overview This project is an ETL (Extract, Transform, Load) pipeline that I built to manage my personal finance data. The goal is to automatically process transaction data from CSV files and ...
MySQL master-slave replication with using Docker. docker exec mysql_master sh -c "export MYSQL_PWD=123456; mysql -u root mydb -e 'create table code(code int); insert ...