- • MongoDB is a document storage and retrieval engine
- • It requires almost no configuration to set-up a high available
and high performant cluster of database servers
- • Each document is stored into a collection, which is stored into
a database, which is stored in a database server.
- • It is a NoSQL schema-free database