Analyzing multi-gigabyte JSON files locally
Analyzing multi-gigabyte JSON files locally
thenybble.de Analyzing multi-gigabyte JSON files locally
I’ve had the pleasure of having had to analyse multi-gigabyte JSON dumps in a project context recently. JSON itself is actually a rather pleasant format to consume, as it’s human-readable and there is a lot of tooling available for it. JQ allows expressing sophisticated processing steps in a single ...
Link Actions