openwashdata / dashboard

Analytics Dashboard for DS4OWD Course
https://openwashdata.github.io/dashboard/
0 stars 0 forks source link

DB Access Issue #3

Open yashdubey132 opened 5 days ago

yashdubey132 commented 5 days ago

The DB is only accessible on the ETH network. Any cron job on Github will run in Github cloud and therefore be unable to access the DB. This may be solvable in 2 ways:

  1. Saving all the data to the repo and reading from there
  2. Setup a local runner and run it frequently (e.g. get a VM from ETH)
larnsce commented 1 day ago

I think the second option would be a good way to go. I have never done that and if you can document the steps well then we can use it for the future.