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
Daily or weekly, because some metrics might be collected at different intervals:
Gather data from various sources (no-op)
Store the data in a DB, preferably on-disk one that can be stored easily in the repo, such as a SQLite file. JSON or CSV are other.
Use data from the SQLite database to compose the dashboard
Build/bundle the dashboard page right next to the main website page
Let GitHub Pages deploy from the static sources in the repo OR make such deployments a part of the workflow and remove build artifacts from the repo
If need ever rises and the SQLite file becomes quite substantial in size, the free limits of the git large file storage will be way more than enough to accomodate us
The text was updated successfully, but these errors were encountered:
Daily or weekly, because some metrics might be collected at different intervals:
If need ever rises and the SQLite file becomes quite substantial in size, the free limits of the git large file storage will be way more than enough to accomodate us
The text was updated successfully, but these errors were encountered: