Dear All,
I’m handling a large JSON file (in my case, a 100GB of ndjson). I would need to query it in various and still TBD ways. In my lucky case we can rely on a fixed schema, which is nested (although not deep, we got only three levels down).
I could transform this into a database or a csv, e.g., via jq. But I’d prefer to stay native and explore it in Julia.
One of the hand goal would be to build a graph out of the data.
How would you do this?