Recomended database for an e-commerce | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Recomended database for an e-commerce

Hi, am currenrly working on a MERN e-commerce project and cant seem to decide on which database to use between NoSQL and SQL. I will be using commerce.js to handle all our inventory, and payfast for checkouts, our database should store User(email, password), Customer(names, address), Order(retrieved from commerce.js) and Wishlist(since commerce.js doesnt handle it). Never worked on anything this big, and for most of my personal projects i used MongoDB and for this am having issue upon deciding.

9th Jun 2023, 7:41 PM
Kabelo Moobi
Kabelo Moobi - avatar
1 Answer
+ 4
NoSQL databases perfectly match the requirements and needs of the e-commerce market in terms of data availability and storage. Currently, the most popular database system of this type is MongoDB. (Answer to this source is provided in link 1 below) For more details you can refer to the details shared in the linked that demonstrates schemas, relationships to the data for e-commerce. Link 1: https://www.nearshore-it.eu/articles/mongodb-ecommerce-database/#:~:text=As%20you%20can%20see%2C%20the,of%20this%20type%20is%20MongoDB. Link 2: https://fabric.inc/blog/ecommerce-database-design-example/
9th Jun 2023, 8:25 PM
D Shah 🎯⏳️
D Shah 🎯⏳️ - avatar