简体   繁体   中英

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?

Mongo4.0 can well handle high concurrency and support transaction processing, but it is not as simple as MySQL transaction processing. You can consider the mixed use of SQL (MySQL) +NoSQL (mongo).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM