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
goal: create a front-end "api" to all of the open access data, including the image urls, and host it all for free on github pages as a static site.
plan / how to do it:
download latest openaccess datasets from met & chicago (still being distributed as giant csv files..?)
merge them with known image urls from this repo
shove everything into a sqlite3 database file
test/implement/demo a way of querying this database from static/front-end only sites using the technique described here i.e. the database being hosted on github pages as a static file, and sql.js + a lot of magic code doing sql queries against this database over the network using http range requests (i.e. being super efficient in the network queries they do, allowing them to read from the db without downloading the whole file)
The text was updated successfully, but these errors were encountered:
goal: create a front-end "api" to all of the open access data, including the image urls, and host it all for free on github pages as a static site.
plan / how to do it:
The text was updated successfully, but these errors were encountered: