You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the json-stat idea, and the library looks workable. I read the entire slideshare and now I'm onboard.
OK, so how to I actually write JSON-stat instances? Suppose I'm a back-end developer, and I have all kind of time series data that I'd like to send to the front in json-stat format. Categories and dimensions? Sold!
I'm having trouble finding any info online about how to write json-stat instances other than example files, and the schema documentation itself. Is there any library to facilitate this? In particular, if I'm going to write an array of values into a json-stat instance, I have to solve the "flattening" problem and do my own math based on my dimensions and concepts, of which value should be in which cell. The slideshare gives me enough detail to let me embark on this, but given Eurostat and other example JSON-stat files, someone must have already done this, and packaged it into library form, right?
Docs on the front page of this repo and in the wiki are good for reading JSON-stat, but how are people creating that data in the first place?
The text was updated successfully, but these errors were encountered:
It makes sense that a library isn't going to be able to do everything for you in writing json-stat (like choosing metadata ordering); but you'd think that in trivial cases (turning tables with row/columns into json-stat with no additional dimensions) there'd already be something there, right?
It makes sense that a library isn't going to be able to do everything for
you in writing json-stat (like choosing metadata ordering); but you'd think
that in trivial cases (turning tables with row/columns into json-stat with
no additional dimensions) there'd already be something there, right?
—
Reply to this email directly or view it on GitHub #6 (comment).
I like the json-stat idea, and the library looks workable. I read the entire slideshare and now I'm onboard.
OK, so how to I actually write JSON-stat instances? Suppose I'm a back-end developer, and I have all kind of time series data that I'd like to send to the front in json-stat format. Categories and dimensions? Sold!
I'm having trouble finding any info online about how to write json-stat instances other than example files, and the schema documentation itself. Is there any library to facilitate this? In particular, if I'm going to write an array of values into a json-stat instance, I have to solve the "flattening" problem and do my own math based on my dimensions and concepts, of which value should be in which cell. The slideshare gives me enough detail to let me embark on this, but given Eurostat and other example JSON-stat files, someone must have already done this, and packaged it into library form, right?
Docs on the front page of this repo and in the wiki are good for reading JSON-stat, but how are people creating that data in the first place?
The text was updated successfully, but these errors were encountered: