InterviewSolution
Saved Bookmarks
| 1. |
Introduction to MongoDB |
|
Answer» When DEALING with DATA, there are TWO types of data as we know – (i) structured data and (ii) unstructured data. Structured data is usually stored in a tabular form whereas unstructured data is not. To manage huge sets of unstructured data like log or IoT data, a NoSQL database is used. Now, what is MongoDB?
|
|