You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
John Lusher II edited this page Feb 21, 2016
·
10 revisions
Introduction to MongoDB
What is MongoDB?
MongoDB is a free and open-source NoSQL document-oriented database. MongoDB is currently the most popular database for document storage and one of the more popular database management systems worldwide. MongoDB is a NoSQL database and does not use the traditional relational table structure databases but instead use JSON-like document (called BSON - Binary JSON) and builds a dynamic schema.