Matthew Rocklin
Matthew Rocklin
Or, more broadly, if this project is going to start engaging in GUI elements then there would need to be a comprehensive plan for how we handle GUI things in...
Maybe? My guess is no. On Tue, May 15, 2018 at 10:40 AM, Tim Stacey wrote: > In the docs, there are examples for groupby after windowing. Is there a...
I will likely need something like this for time-series dataframes as well. I haven't thought very deeply about how to organize this yet. I may not do much thinking on...
That would be interesting to explore. Using something that is already built to support async execution in Python (like HBMQTT) sounds like a nice approach. You would probably need to...
Ah, we actually have a small doc section on asyncio: http://streamz.readthedocs.io/en/latest/async.html#asyncio
It might. I don't know.
Can I suggest that this is an extreme case of a streaming join operation. In a streaming join operation you're going to hold on to some backlog of events in...
> As a side note we may want to look to itertools to find new nodes to implement. Sure, I'm biased, but `toolz` may also have operations (like streaming joins)....
It would be interesting to hear what API you would expect from a low-level streaming library that you would want to exist in order to support your project. Do existing...
Note that the other current user group of this library handles image processing pipelines. You might want to chat with people like @CJ-Wright @danielballan and @ordirules to get a sense...