Openlitespeed

Two Databases in One App?

Two Databases in One App?

#Databases #App

“Ben Davis”

My app uses both MySQL and MongoDB at the same time. It’s a NextJS app with a GoLang backend, that works as a data platform. In this video I break down the reasoning for using both databases at once, and why there is a 90% chance you don’t need two databases in your app.

socials
twitter:…

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

9 Comments

  1. Just a small doubt, lastly when I was building APIs with go I used gorilla mux package. But now it seems there is no more support for that. What do Go developers use now ?

  2. in my work we do kinda the same, we just dump data into mongodb and then goes to do various updates to this data overtime.
    i've had choosen mongodb due to perfomance, as we needed to dump about 11k upsert under a minute, i really tried to use postgres but it never worked, mongodb worked out of the box.

    really liked mongodb to dump data, it's way faster to develop applications.

Leave a Reply