- It is a document-oriented NoSQL database used to build highly available and scalable internet applications.
- Nowadays, it is one of the most powerful NoSQL systems and databases.
- It makes use of collections and documents, instead of using tables and rows as in the traditional relational databases.
- One of the software companies “10gen” was created MongoDB in October 2007.
- It is an element of the planned platform as the service product.
- It also ensures availability, scalability, and compliance with the most stringent data security and privacy requirements.
- It also provides official driver support for all the popular languages like C, C++, C# , and .Net , Go, Java , Node.js , Perl, PHP, Python , Motor, Ruby, Scala, Swift, Monoid
- Companies like Facebook, Nokia, eBay, Adobe, Google, etc. using MongoDB to store their large amount of data.

For Example,
[pastacode lang=”markup” manual=”%7B_id%3A%0A%0Aname%3A%20%E2%80%9CVenkat%E2%80%9D%2C%0A%0AAge%3A%2036%2C%0A%0AAddress%3A%20%7B%7Bstreet%3A%20%E2%80%9CNo-1%2C%20southern%20street%E2%80%9D%2C%0A%0A%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%20city%3A%20%E2%80%9CChennai%E2%80%9D%2C%0A%0A%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%20state%3A%20%E2%80%9CTamil%20Nadu%E2%80%9D%2C%0A%0A%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%20zip%3A%20%E2%80%9C600021%E2%80%9D%2C%0A%0A%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%20country%3A%20%E2%80%9CIndia%E2%80%9D%7D%7D” message=”” highlight=”” provider=”manual”/]
