Login
Remember
Register
Ask a Question
What type of data is stored by MongoDB ?
0
votes
asked
Mar 22, 2020
in
Big Data | Hadoop
by
SakshiSharma
What type of data is stored by MongoDB ?
#mongodb-data-store
Bigdata-questions-answers
Hadoop-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 23, 2020
by
rajeshsharma
MongoDB stores data in the form of documents, which are JSON-like field and value pairs.
...