Nodejs CSV Ingest to MySQL - Billion rows use case
Use case: I have a table storing file information such as path, size etc. I need to read this table and grab the file path. Read those CSV files in parallel and ingest in MySQL in parallel. My design: I somehow designed this. Cron to read the file i...