DEV Community

Discussion on: What database should I use?

Collapse
 
ahzu profile image
Ahzu Direct

I think a little strange sometimes so pay no attention to this comment. But seriously, I would use Docker. This way, you can use as many databases as you want in the same app. One section of your app could be for media files and the other for text. You may want to use Redis as well. Use an API and load balancer to tie the whole thing together as you desire. --------->>>> But check out MERN----> I feel it the future of app dev and of coarse you will be using Mongo.