-
Notifications
You must be signed in to change notification settings - Fork 46
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
Beyond the pipeline - DAG / Flow Graph / Data Flow #6
Comments
Thank you for your suggestion! Actually, I'm thinking of possible ways to combine the power of Streams with other libraries like Rx and TPL Dataflow. The API of Akka Streams looks very interesting and a good source for inspiration. |
Also have a look at: https://github.com/Hopac/Hopac Main thing is ease of use. If you have a DSL like Akka this would be easy to use. Also see: And to a lesser extent: |
Thanks for all the wonderful resources! |
Integration with Rx and TPL is very welcome and good. But I am not sure if they are the best performing options. Have a look at Hopac for better performance. |
I love Vesa's work and Hopac is definitely on my radar! |
Great |
The docs have come out. http://doc.akka.io/docs/akka-stream-and-http-experimental/1.0-M2/scala.html?_ga=1.257897355.1234628154.1418042628 It wold be great if you can have a similar DSL. |
Thanks for the info. I really like the (~>) as the F# idiomatic operator for the underlying TPL.Dataflow LinkTo method. |
Yes. This would be good for starters. But perhaps may be explore if there are better performing option that TPL also. |
Design it so you mix and match the underling framework. |
Wondering how things are shaping up in the data flow front? |
Currently my focus is on MBrace.Streams (CloudStreams) but the data flow integration is a big concern for us. Unfortunately, the local-streams data flow support must wait for the Cloud data flow plans to take shape. |
I am more interested in Cloud data flows. If this is taking time at least the local case. |
Is it possible to add support to create flows beyond a pipeline by being able to create a flow graph like in:
http://akka.io/news/2014/09/12/akka-streams-0.7-released.html
The text was updated successfully, but these errors were encountered: