Skip to content

Releases: researchcompendia/meta-analyses

A json experiment

28 Mar 13:59
Compare
Choose a tag to compare
A json experiment Pre-release
Pre-release

This version explores whether it is onerous to serialize tabular data as json which gets
converted back to csv files which is what the author's code expects.

Data Protocols currently recommends serializing
tabular data as csv. I am biased towards using json in APIs and then only falling back on other
formats if there is a reason to. I'm not sure if I feel csv is justified, and this code is my way
of thinking out loud.

some questions

Perhaps we will have code that can take multiple representations, and inspect headers
to act accordingly. How much of that idea is YAGNI? It's been helpful in other situations.

Is it a friction to have javascript that builds a representation in csv versus json? Are we
wanting to be friendly towards clients who want users to interact with their data in a webpage
versus friendly towards clients who make UIs that have users upload csv data?

Compendia example with build ability

25 Mar 17:40
Compare
Choose a tag to compare
Pre-release
0.0.2

save ALL the files

Compendia example

25 Mar 00:21
Compare
Choose a tag to compare
Compendia example Pre-release
Pre-release
0.0.1

Added some comments indicating which lines of code were broken by v1.…