• 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,

{_id:

name: “Venkat”,

Age: 36,

Address: {{street: “No-1, southern street”,

           city: “Chennai”,

           state: “Tamil Nadu”,

           zip: “600021”,

           country: “India”}}

 

Categorized in: