Brief Facts About MongoDB
- Organizations that have to deal with BigData are increasingly using MongoDB. MongoDB is a good tool for working with unstructured data.
- The NoSQL idea first appeared in 1998. Carlo Strozzi was the first to create a database management system that is characterized by the stream-operator paradigm for accessing data instead of the traditional SQL syntax. The stream-operator paradigm resembles a mathematical operation. However, NoSQL, such as MongoDB, still uses the RDBMS model.
- MongoDB is one of the most popular NoSQL solutions. Its main goal is to simplify data storage. One of its outstanding features is a dynamic data storage scheme.
- MongoDB data is presented in JSON (Java Script Object Notation) format. JSON allows you to transfer data between web applications and servers in a human-readable format. Before JSON, XML was used for this. In MongoDB, JSON is defined in BSON MongoDB (binary JSON). The BSON binary format provides reliability and greater efficiency when it comes to speed and memory consumption.
- Customers who need a document-oriented database mostly use MongoDB. The most famous of them are Craigslist with over 2 billion entries in MongoDB, Shutterfly with over 18 billion photos, Foursquare, New York Times, Forbes and many others.
