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

Alternative storage engine for ParameterStore #14

Closed
jpmckinney opened this issue Jul 4, 2012 · 1 comment
Closed

Alternative storage engine for ParameterStore #14

jpmckinney opened this issue Jul 4, 2012 · 1 comment

Comments

@jpmckinney
Copy link
Contributor

fq values can be complex. What are our options?

  1. Store the complex values, and write a better parser
  2. Delegate responsibility for parameter storage to the widgets

In the second case, widgets can store simple values, which they know how to read to create a complex fq value. Developers should have to "opt-in" to taking this responsibility. Moving this logic out of ParameterStore into each widget means that developers need to think more carefully about which widget is responsible for which parameters/fields. It's not clear what the implementation would look like to preserve flexibility and expressivity.

Google Group discussion

@jpmckinney
Copy link
Contributor Author

Continued in #13

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

1 participant