Relative Content

Tag Archive for javaspring-bootspring-webfluxspring-webclient

How to process large size file of approx 50 GB in Spring Webflux webclient

I am trying to process a large file of around 50 GB, its called master.zip(Its size is around 50 GB) which contains user data
Inside master.zip there are many files named child1.json.gz, child2.json.gz etc
Inside each child file there is a JSON file child1.json
child.json contains multiple minified jsons separated by new line.