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
{{ message }}
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
We want to provide easily-digestible data so folks can benefit from the transformations we apply, and the sources we integrate. To avoid hosting structure, the current proposal is to provide public JSON file(s) in our repo which are updated when we run our ETL.
The text was updated successfully, but these errors were encountered:
One option to create a JSON API is to just update a JSON file in a github repo every day. We can do the same with a CSV in a github repo, and post the data both as a CSV and as a JSON file.
We haven't been making sure to add every field to a single dataframe/sheet, so we might need to recombine this and make sure we're including all the fields we create in a single file.
Do we have a sense of whether anyone might use this data if we put it out there? I think it'd be super valuable to put it out there, just curious if we've generated any interest.
By publishing an API we have a lot less flexibility on changing field names etc, because we are now supporting external users. So let's make sure we advertise that this is an alpha or beta API and things might be changing frequently, and also be thoughtful about trying not to change things too frequently if possible.
We want to provide easily-digestible data so folks can benefit from the transformations we apply, and the sources we integrate. To avoid hosting structure, the current proposal is to provide public JSON file(s) in our repo which are updated when we run our ETL.
The text was updated successfully, but these errors were encountered: