MongoDB 4.0 : e-commerce Apps
Is it possible to use mongoDB in production for a massively scalable e-commerce app? I’m planning to build simple e-commerce store that sells clothes. Workflows include user logins, add to cart, checkout/pay. It may involve simple transactions when creating order + updating inventory count. I wonder if rdbms like mysql is more suited for this type of store?