DEV Community

Discussion on: Comparing MongoDB & MySQL

Collapse
 
tonnoz profile image
tonnoz

Nice post, I recently hosted a meetup on SpringBoot and MongoDB where I discussed similar arguments.
In it I touch topics like Comparison with SQL, Schema Design, Performance improvements & GeoSpatial indexes/queries. It is based on M101J from MongoDB University.

Give it a look here: slides.com/tonnoz/bloggo

It includes exercises on Github too. It may be a good start point for who used Mongo superficially or only with ODM.