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
Right now the CSV data driving the election coverage is warehoused as CSVs on a linode server. This is fine, but given that ChiHackNight has a Netlify OSS plan, it would be ideal to utilize that already available service.
Options for data storage include:
Just stick it in the repo
On file access commodity storage (R2, S3) with CDN
On build commodity storage (R2, S3) with CDN bundled with app
The data here really is not too huge, so any of these would be fine
The text was updated successfully, but these errors were encountered:
Right now the CSV data driving the election coverage is warehoused as CSVs on a linode server. This is fine, but given that ChiHackNight has a Netlify OSS plan, it would be ideal to utilize that already available service.
Options for data storage include:
The data here really is not too huge, so any of these would be fine
The text was updated successfully, but these errors were encountered: