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

Should there be a mechanism to persist data? #30

Open
codeundkakao opened this issue Apr 12, 2017 · 2 comments
Open

Should there be a mechanism to persist data? #30

codeundkakao opened this issue Apr 12, 2017 · 2 comments

Comments

@codeundkakao
Copy link
Contributor

Thinking of a car context (or any similar system) there certainly needs to be a mechanism in place to persist data to survive server restarts. Does viwi specify a certain mechanism for persistence or is there a desired and/or suggested path on which to approach that goal?

@codeundkakao codeundkakao changed the title There should be a mechanism to persist data. Should there be a mechanism to persist data? Apr 12, 2017
@wzr1337
Copy link
Owner

wzr1337 commented Apr 13, 2017 via email

@codeundkakao
Copy link
Contributor Author

Sorry for the late reply.

If I understand your suggestion correctly, this would mean 'persistence' would be implemented as a plugin or service respectively within which 'values' is a resource and whatever gets stored in there would be elements like in the current plugin structure, right?

This also means that any plugin could implement it's own persistence mechanism just like that. Would this also allow plugins to use this service internally to store data and retrieve it back at startup maybe?

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

2 participants