kikawet / reactive-media-server-spring

MIT License
0 stars 0 forks source link

Add persistance #3

Open kikawet opened 2 years ago

kikawet commented 2 years ago

Move all the logic into a database

Maybe MongoDB is the most suited in this case since this is a reactive app + there is lots of documentation

kikawet commented 2 years ago

discard mongo, spring has support for reactive relational database Docs - Spring Data R2DBC Example - Spring Data R2DBC basics Baeldung - A Quick Look at R2DBC with Spring Data

kikawet commented 2 years ago

Since relations are not supported I'll rather move to blocking JPA than made that myself

Support for one-to-one and one-to-many relationships