Introduction to MongoDb

Reading

Notes

MongoDb is a premier document-based database with many features.

Setting up

You can run MongoDb in various ways:

We will follow this last method. You gain access to 500MB space for free. Here are the steps:

Using the mongo shell

There are two standard ways to interact with your Mongodb database. In this section we'll use the mongo shell.

Some practice problems: