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

add a mechanism for using application configuration data #3138

Open
aturley opened this issue Jun 29, 2020 · 0 comments
Open

add a mechanism for using application configuration data #3138

aturley opened this issue Jun 29, 2020 · 0 comments

Comments

@aturley
Copy link
Contributor

aturley commented Jun 29, 2020

The behavior of a Wallaroo application is controlled by the application code, the incoming data, and the data that is stored as part of a state computation. There are places where this model falls short, and it would be nice to have a way to deal with this.

As a specific example, in our C ONNX application there are several global variables in the C library that store information about the environment and session. These variables are set when a model is sent into the application via a data source. In a way it is "state", but it isn't really "state" in the way that we think of state in a state computation. It isn't changing over time (though there is a desire to be able to dynamically update it), and it should ideally only be set once. It would be useful to have a mechanism in place to allow the application implementor to more cleanly deal with setting and using these kinds of values.

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