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

Move data store to backend container #36

Open
mbtown01 opened this issue Jan 24, 2021 · 0 comments
Open

Move data store to backend container #36

mbtown01 opened this issue Jan 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@mbtown01
Copy link
Owner

Currently, we're using postgres locally on the RPi to store data. This was already a fairly heavy solution, but if we want FROSTI to be as rugged as possible, frequent use of the local SD card as the backing store for Postgres is a weak spot.

If we can cache updates locally and then push data to Azure at some frequency, it would essentially eliminate the need for the local SD card to be anything but readonly.

Need to talk w/ some cloud folks on the right first steps here. A cloud-based DB with an API frontend may be ideal, but I'm sure there are lots of other ways.

@mbtown01 mbtown01 added the enhancement New feature or request label Jan 24, 2021
@mbtown01 mbtown01 added this to To do in Major efforts Jan 28, 2021
@mbtown01 mbtown01 changed the title Migrate all data to Azure Move data store to backend container Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant