TheAkkaWay
TheAkkaWay copied to clipboard
Reactive Database
Motivation:
integration with database query and updates with Akka & akka-stream
- slick and quill?
- jooq
@djx314 would you help to take care of this?
@jilen Would you help this out too?
@hepin1989 I would be interested in this topic, but actually useful things are
- How to query in a stream way, specially for very large dataset
- How to turn subscription into
Stream(Database like postgres supportNotify).
But both topics seems a duplicate of #7
@hepin1989 For the database selection, I suggest that use quill.
I think slick's deadlock bug is still exsists sine somebody has submited some deadlock issue point to 3.2.0. It not the best time to use the slick in demo.
And quill can use the async database driver, I think it can bring better performance.
@djx314 @jilen Does quill current have reactive stream integration?
We plan first to translate the RDP book, and then come to this one.
https://github.com/ReactivePlatform/CodeSamples
@jilen Yes, they are related, so the final structure will need you fellows' review:)