Mongo DB Overview
Mongo DB is an open-source database management system which uses a document oriented database model that supports various forms of data. It stores data in flexible, JSON type documents or BSON where fields can vary from document to document as well as data structure can also be changed over a time. Here as developer you get a mongo shell which is an interactive JS interface to Mongo DB that allows user to query, update the data and to perform administrative operations.
Features Of Mongo DB
- It is a document oriented DB
- Provides high performance & scalability
- No Joins are there
- Gives Gepspatial support
- It is dynamic
- Data representation is done in JSON or BSON
- Supports End – to – end security
Mongo DB Training Curriculum
Coming Soon
...