Hi everyone!
Do you know if anyone has mentioned importing and working with endpoints providing JSON in the form of JSON-stat for statistical data?
See https://json-stat.org/ for some heavy open data providers and the presentation and JSON-stat, a simple light standard for all kinds of data disseminators for details, but basically it seems to be a JSON-format to flatten data from complex tables or cubes with many dimensions into dimensional positions (a vector location if you like), and then unflatten the data using the data's location to get at the value at that location.
It is very smart, but at the same time it feels like JSON-stat is the "PDF of JSON", i.e. the data is supposed to be transferred with a specific understanding (which makes sense), but at the same time it feels alien to the purpose of querying data and repurposing official statistical data in Neo4j and Cypher.
Cheers,
Haakon