[akka-user] Akka Stream- How to use Slick as Subscriber(Sink) to data into Database.

2017-03-28 Thread DEEPAK GUPTA
Akka Stream- How to use Slick as Subscriber(Sink) to data into Database. Example will help a lot -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Search the archives: https://

Re: [akka-user] Akka Stream- How to use Slick as Subscriber(Sink) to data into Database.

2017-03-28 Thread Konrad Malawski
AFAIR they have not implemented streaming inserts. Just data.mapAsync()(insert). -- Konrad `ktoso` Malawski Akka @ Lightbend On 28 March 2017 at 10:19:50, DEEPAK GUPTA (vnitdee...@gmail.com) wrote: Akka Stream- How to use Slick as Subscriber(Sink) to d