joshwallerr / arewethereyet

Source code for the arewethereyet.info website.
https://arewethereyet.info
0 stars 0 forks source link

Plan #9

Open joshwallerr opened 6 days ago

joshwallerr commented 6 days ago

A real-time overview of any disease/condition that takes fresh data and compiles it into a public dashboard.

Dashboards are procedurally generated each time a user searches for a new disease.

joshwallerr commented 6 days ago

API limit is 10 requests/second. Make sure to manage this and add users to a queue.

joshwallerr commented 6 days ago

Caching

Every time an overview page is fetched, cache the page for 6 hours. Then, after 6 hours, fetch the data fresh the next time a user visits that overview page.

This will affect SEO. Figure this out later.