Json – Parse Large Gzip File and Manipulate Data with Limited Memory
Use Case: Given a ~2GB .gz file with newline delimited json, manipulate each line and write output to zip file (csv) Issue: The environment I am working with has ~1GB of memory and I do not have traditional access to…