Login
Remember
Register
Ask a Question
Which language is MongoDB written in in MongoDB ?
0
votes
asked
Mar 22, 2020
in
Big Data | Hadoop
by
SakshiSharma
Which language is MongoDB written in in MongoDB ?
#mongodb-language
Bigdata-questions-answers
Hadoop-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 22, 2020
by
rajeshsharma
MongoDB is implemented in C++. However, drivers and client libraries are typically written in their own respective languages. Although, some drivers use C extensions for better performance.
...