-
Notifications
You must be signed in to change notification settings - Fork 24
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
Allow variables to be saved to other formats/persistence stores #8
Comments
Hi @SeanFarrow , I can understand that you may have other formats you would like to use out of curiosity whats the scenario you are trying to support? |
Hi, Given we’re in a cloud environment, saving to files doesn’t work, so we need to support an alternative store. From: Rob [mailto:notifications@github.com] Hi @SeanFarrowhttps://github.com/SeanFarrow , I can understand that you may have other formats you would like to use out of curiosity whats the scenario you are trying to support? — |
Hi,
It would be nice if Octostache allowed variables to be persisted in other formats than json and to other stores other than just a regular file.
To my mind this would mean extracting the serialization and formatting logic out of variable dictionary, behind an interface.
I am happy to work on this if this would be something that would be useful.
Cheers
sean.
The text was updated successfully, but these errors were encountered: