DEV Community

Discussion on: Adventures of a Hobbyist ~ Part Three

Collapse
 
tux0r profile image
tux0r

I've always used MySQL but MongoDB was suggested as a better solution so I'm looking into it.

Security-wise, MongoDB is a worse choice. What would be the very advantage for your use case why people suggested it as a better solution to you?

Collapse
 
link2twenty profile image
Andrew Bone • Edited

Their main reason was that they prefer the syntax but my own research suggested that it was faster and easier to find online hosting for.

Collapse
 
tux0r profile image
tux0r

Interesting - I know many MySQL (and some PostgreSQL) hosters, but only one which provides any NoSQL services. I might check that some time.

Thread Thread
 
4lch4 profile image
Devin W. Leaman

In my experience it's a million times easier to stand up a free tier MongoDB through their atlas service. If you need a local instance, I believe two or three commands is all it takes and you have it up and running locally and only accepting connections from the local host.