FastTracks / TheAkkaWay

Akka Chinese Book / What should be included in it?
Apache License 2.0
19 stars 3 forks source link

Reactive Database #9

Open He-Pin opened 7 years ago

He-Pin commented 7 years ago

Motivation:

integration with database query and updates with Akka & akka-stream

He-Pin commented 7 years ago

@djx314 would you help to take care of this?

He-Pin commented 7 years ago

@jilen Would you help this out too?

jilen commented 7 years ago

@hepin1989 I would be interested in this topic, but actually useful things are

But both topics seems a duplicate of #7

djx314 commented 7 years ago

@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.

He-Pin commented 7 years ago

@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

He-Pin commented 7 years ago

@jilen Yes, they are related, so the final structure will need you fellows' review:)