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
This might be an opportunity to play with micro services. But basically we need a way to pull stats. so we have to track the states per machine per dorm.
The text was updated successfully, but these errors were encountered:
We should create a different service that will periodically query our API and pass the results to a database like SQL that will store the historical data from the API over time.
This will require changing the repo structure a bit.
machines-api/
status-logger/
And then have code inside those parts. Probably.
With a docker compose at the root that runs everything, but a series of compose scripts that denote dependencies between parts.
This might be an opportunity to play with micro services. But basically we need a way to pull stats. so we have to track the states per machine per dorm.
The text was updated successfully, but these errors were encountered: