-
Notifications
You must be signed in to change notification settings - Fork 5
Move GridSiteSyncSubmitH API data source from live DB to local DB #64
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
Move GridSiteSyncSubmitH API data source from live DB to local DB #64
Conversation
tofu-rocketry
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So it's mostly a case of moving the update parts to the stand-alone script, right?
Yes. It is just moving the code to our e stand-alone script. Our stand alone script - This time we make a query to the DB and then store ALL the required data in the local DB. So that our view can user filter on the local DB to fetch the sitename with yearmonth. |
0c275da to
817bdd7
Compare
- we take a regular pull from the live DB and place it in the local DB via cron JOB.
89d406d to
b7ffffc
Compare
Resolves GT-1123