You are on page 1of 1

MONGODB

Puts everything in one document.. data retrieval is fast..mongodb is a collection of documents..

A Document is a DB and a collection is a table and a Record in RDBMS is an Object in NoSql.

When we are sending many records back & forth to DB, mongodb is ideal..

If we want to put a restriction that every records should have NAME, its possible.

Mocha : is a testing framework

In MongoDb, JSON object is converted into BSON data (BSON has some extra fields like ObjectId)

You might also like