-
Notifications
You must be signed in to change notification settings - Fork 148
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
Any support for RabbitMQ ? #269
Comments
What problems are you facing? |
I am newly applying the concepts of Message Queue and Streaming for my work. So I am not getting how to consume the data using Streamz, from RabbitMQ |
@CJ-Wright , could you please explain little more, if possible through code...It would be of great help. |
Here is a short sketch.
An implementation of this lives here which is a bit much because it handles its own data model, but is roughly there, we define a dispatcher |
I have RabbitMQ and I need to feed the streaming data for parallel execution.
So,I opted RabbitMQ-> Streamz -> Dask for this purpose. But I am facing problems for Rabbit-Streamz integration.
Any suggestions/solutions for this ?
The text was updated successfully, but these errors were encountered: