-
Notifications
You must be signed in to change notification settings - Fork 330
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
Online data? #2
Comments
The models in this package are currently stateless. There is a plan, however, to add models that store a state into the repository. |
There is a work-in-progress open pull request for this if you're interested. |
Is streaming now supported by the work @ianflint has done to read from stdin? So I can now fire a data stream at stdin and have EGADS run off this? Presumably the data stream will need to be delivered in chunks? Or can it be a constant stream of datestamp/value records? |
Is there still a plan to allow storing models in a DB? |
Adding validate method to the library
Can this be used with online/streamed data?
The text was updated successfully, but these errors were encountered: