-
Notifications
You must be signed in to change notification settings - Fork 8
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
streaming interfaces #216
Comments
Always down for more but I think Rabbit should be at the top of the list. I don't know anything about Kinesis, Kafka, DBus. |
|
Source can:
Interface can:
Store can:
|
I'd love to ditch |
the reason you can get and set is if you want to populate a store with a predefined value conveniently... like for instance, lets say you have a dictionary of country codes on to country names... or a set of precalculated weights or something. er, what are the reasons to get rid of them? |
feels like they should be done "in" streamtools, rather than through the API. A one-off read of a country-code JSON should be achievable directly... |
ok, how does one load a store? |
so I mean - it feels like something that should be able to be done in streamtools directly, with maybe a file-stream interface that pushes its contents line by line upon connect. It's not doable right now. |
actually (and this is OT now) this could be pretty powerful in the Unix's right? So I guess I want to add
to the list above. |
also I guess we should have a |
uh |
Build interfaces for:
any others? Ignore any of the above?
The text was updated successfully, but these errors were encountered: