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
https://github.com/openbrewerydb/openbrewerydb is refreshed periodically with new brewery data, the API should either be made aware of updates or retrieve the latest dataset automatically.
🤔 Potential Methods
👉 Push
Data repo pings the application when a new dataset is released.
Application makes a backup of the current database.
Application pulls in the latest data and imports it.
👈 Pull
Application makes a backup of the current database.
Application pulls the latest data on a schedule and imports it.
The text was updated successfully, but these errors were encountered:
Landed on "push" this way the container ships as a complete application and data package. This will rely on setting up #44 in the data repo so it triggers builds and deployments of the API.
@alexjustesen Actually, for now, I'd prefer a manual push process mostly because I would like to keep the data and API projects separate and not necessarily rely on one another.
Uh oh!
There was an error while loading. Please reload this page.
📃 Description
https://github.com/openbrewerydb/openbrewerydb is refreshed periodically with new brewery data, the API should either be made aware of updates or retrieve the latest dataset automatically.
🤔 Potential Methods
👉 Push
👈 Pull
The text was updated successfully, but these errors were encountered: