ccodwg / Covid19CanadaArchive-data-explorer

Data explorer for the Canadian COVID-19 Data Archive
MIT License
0 stars 0 forks source link

Remove dependance on API #20

Closed jeanpaulrsoucy closed 4 months ago

jeanpaulrsoucy commented 1 year ago

There are two options for removing the dependence of the Archive Data Explorer on api.opencovid.ca:

  1. Use sql.js-httpvfs to query index.db (hosted on S3)
  2. Have GitHub Actions create a separate file index for each UUID in a GitHub repository mirror after uploading the updated index.db to S3 (the Data Explorer would then query this repository mirror)