MongoDB is a cross-platform document-oriented database program.
Classified as a NoSQL database program, MongoDB uses JSON-like documents with schema.

Why do we adopt this technology?

It's a very natural way to think about data, and is much more expressive and powerful than the traditional row/column model.

Related technologies