H
H
hollanditkzn2017-11-24 10:05:12
MongoDB
hollanditkzn, 2017-11-24 10:05:12

What is the purpose of using mongodb?

I had such a question on mongo, as I study it, I don’t fully understand for what tasks mongo is still needed. As I understand it, when creating a CRM system on mongo, it’s better to go from a bunch from one to many. For a messanger, mongo is most likely ideal for one user who has his own settings (personal data, etc.) and a lot of chat_Id and a separate chat_id base stores all correspondence, the application and a lot of things. But let's say in the CRM system the best option is to start from the relation right? or build everything differently. A customer base where all orders, tasks, deliveries, payments and more are stored in it. Or am I thinking wrong?
It's just not clear where you can use mongo

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
RidgeA, 2017-11-24
@hollanditkzn

CRM - of course relational database. This will normalize the database and ensure data integrity at the database level.
MongoDB (including other NoSQL) - when there is no connection between data or it is insignificant. Logs - good, IMHO, an example for storage in NoSQL. You can do the same with chat.

L
lega, 2017-11-24
@lega

the best option is to come from a relation right?
No, you need to look at features, on average, you can try Mongo if you don't need (complex) transactions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question