slides/mongodb/what-is-mongodb.xml
What is MongoDB?
2/34
About Me
Getting started with mongoDB
  • • 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