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

Additional ProgressStore implementations #7

Open
olliestanley opened this issue Sep 8, 2014 · 3 comments
Open

Additional ProgressStore implementations #7

olliestanley opened this issue Sep 8, 2014 · 3 comments

Comments

@olliestanley
Copy link
Contributor

Currently we have a SimpleProgressStore which serializes a map of progression to a file. This probably isn't ideal and actually is more there so that we can test that everything else works which depends on storage.

Other options:

Human readable:

  • XML
  • YML
  • JSON
  • SQL (MySQL, SQLite)

Not human readable:

  • BSON
@olliestanley
Copy link
Contributor Author

XML is stubbed atm, but that's it

@olliestanley
Copy link
Contributor Author

This is basically priority as this is all that's stopping Questy from being complete

@olliestanley
Copy link
Contributor Author

We have a simple store now which serializes a Map to a file

@olliestanley olliestanley changed the title Storage solutions Additional ProgressStore implementations Sep 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant