Streaming CSV inside a ZIP File with Go Channel
So I have a pretty tough use case where I need to load 2GB of CSV files into a database and somehow manages it to be done in a container where it limit RAM usage into less than 200 MB. First things first, how do you even load the CSV file? 2GB CSV fi...
Dec 29, 20246 min read282
