Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sub-plan: organize a scheduled (cron-based) workflow #13

Open
novusnota opened this issue Jan 23, 2025 · 1 comment
Open

Sub-plan: organize a scheduled (cron-based) workflow #13

novusnota opened this issue Jan 23, 2025 · 1 comment
Assignees

Comments

@novusnota
Copy link
Member

novusnota commented Jan 23, 2025

Daily or weekly, because some metrics might be collected at different intervals:

  1. Gather data from various sources (no-op)
  2. 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.
  3. Use data from the SQLite database to compose the dashboard
  4. Build/bundle the dashboard page right next to the main website page
  5. 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

@novusnota
Copy link
Member Author

Reference https://github.com/Zigistry/Zigistry

@novusnota novusnota changed the title Dashboard: organize a scheduled workflow Dashboard: organize a scheduled (cron-based) workflow Jan 23, 2025
@novusnota novusnota changed the title Dashboard: organize a scheduled (cron-based) workflow Sub-plan: organize a scheduled (cron-based) workflow Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant