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

Persist the Status of the Service #42

Open
VincenzoFerme opened this issue Mar 6, 2016 · 0 comments
Open

Persist the Status of the Service #42

VincenzoFerme opened this issue Mar 6, 2016 · 0 comments
Assignees
Milestone

Comments

@VincenzoFerme
Copy link
Member

VincenzoFerme commented Mar 6, 2016

We currently handle the state of the service in memory, we need to discuss about a solution to serialise it so that it can survive to service restarts.

Update: we decided to rely on Minio for storing the state of this service as blob for now. As future work we should plan to evaluate the effectiveness of using Minio for such task (e.g., the files might be not readable) and decide if we want to move to a more structured way with a NoSQL database for example.

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

No branches or pull requests

2 participants