Hi Leon,
akka-streams is *exactly* an "async pipeline for data processing" :-)
As it's currently "pre experimental" we do not yet provide comprehensive
docs - this should change in a matter of weeks though.
If you want to get hakking on it ASAP, the best documentation is API
comments and our tests in:
https://github.com/akka/akka/tree/release-2.3-dev/akka-stream-tests/src/test/scala/akka/stream/scaladsl

Happy hakking and please look forward to our 1.0 release which is coming
"soon" (then, with docs!).

On Mon, Nov 17, 2014 at 10:10 AM, Leon Ma <[email protected]> wrote:

> Hi,
>
> I'm wondering if akka-stream is a good candidate for creating an async
> pipeline for data processing.
>
> Take http request as example, I'd like the request go thru a series of
> pipeline handlers 1 by 1 asynchronously and finally get a response.
>
> More over, I'd like to see it's capable to jump from 1 handler to another
> conditionally.
>
> If it's applicable , any document or sample code I can start with?
>
>
> Thanks
>
> Leon
>
>
>
>
>  --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Cheers,
Konrad 'ktoso' Malawski
hAkker @ Typesafe

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to