mongoDB is an Opensource noSQL based database , The design of mongoDB is agile so that your data doesnt get saved in tables , rows and columns . mongoDB saves data in json-like Documents so that data can be changed dynamically .mongoDB uses BSON (Binary Json ) . The main goal of mongoDB is to bridge the gap between key-values stores and relational databases