DEV Community

Discussion on: MySQL or MongoDB? What to Choose for your Next Project?

Collapse
 
margo_hdb profile image
Margo McCabe

This is a good way to look at it! It might also be worth checking out HarperDB - a database that supports both NoSQL and SQL including joins, so you don't have to base your decision on the structure of your data.

Collapse
 
abdurrkhalid333 profile image
Abdur Rehman Khalid

Yes, you are quite right, I have heard about HarperDB, but I am trying to find time to test that out. That looks very interesting to me, due to its unique features.

Thread Thread
 
margo_hdb profile image
Margo McCabe

Awesome! Hopefully you find a couple minutes to try it out sometime soon. When the time comes, these developer examples might provide a little inspiration. :)

Thread Thread
 
abdurrkhalid333 profile image
Abdur Rehman Khalid

Thank you very much for sharing the docs, I will surely check them out and write something ASAP as well.