Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.8 MongoDB

MongoDB is a NoSQL database that we’re going to store and access some data from. Why MongoDB? The simplest reason is that the storage format is basically JSON objects, so we can insert and query using normal JavaScript objects. This means that we don’t have to perform any major translation of formats to get the data in and out of the database.