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

Add a DB to track machine states over time #2

Open
vidia opened this issue Oct 28, 2016 · 1 comment
Open

Add a DB to track machine states over time #2

vidia opened this issue Oct 28, 2016 · 1 comment

Comments

@vidia
Copy link
Member

vidia commented Oct 28, 2016

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.

@vidia
Copy link
Member Author

vidia commented Feb 2, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant