Posts in 'Database'

Mohcine Madkour

End to End ETL process using CSV files and MySQL database

This post explains an end to end process to move data from simple CSV files to a database server, in my case MySQL but you can do some tiny changes to have it work in any SQL language. I put the schema of the [database I generated from this code …