Skip to content

Figure out the JSON file structure to export the data and make it "cloud optimized" #18

@shankari

Description

@shankari

We want to host this in OEDI, which will use AWS resources.
So they basically need a easy to access machine-readable format.

We discussed two formats:

  • JSON
  • CSV

e-mission can already export data from mongodb in JSON format

However, our scripts currently don't load one day's worth of data at a time. Instead, we download the spec, and then use the spec to pull chunks of data across multiple days (that represent multiple repetitions of the timeline) into one notebook for comparison.

We need to:

  • design a JSON file format that is compatible with a spec-based access method,
  • generate files in that format
  • change the scripts to load from the new file formats instead of the old API methods.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions