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

Support a streaming interface #8

Open
cpritcha opened this issue Apr 1, 2021 · 1 comment
Open

Support a streaming interface #8

cpritcha opened this issue Apr 1, 2021 · 1 comment

Comments

@cpritcha
Copy link
Collaborator

cpritcha commented Apr 1, 2021

You should be able to send a stream of data to a model for processing. Currently we allow passing data via file. A stream of data could be sent over a socket (we can hide this from the user with special loader and saver classes).

@cpritcha
Copy link
Collaborator Author

cpritcha commented Oct 8, 2021

The flatbuffer interface makes this possible for writing to the stdin of another process since messages are currently length prefixes, We would just need to add the total number of method calls to the beginning of the stdin stream.

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