December 2014
Intermediate to advanced
300 pages
6h 24m
English
The previous chapter covered the basics of MongoDB: what it is, how to set it up, and how it can be useful. We’ll assume that by this point you have a MongoDB instance up and running somewhere. We’re going to use the instance we’ve created, but you should create your own so that you have the freedom to experiment on your own. If you’re yet to do so, you can create a free MongoDB instance at MongoLab.
In this chapter, we’re going to cover the nuts and bolts of working with MongoDB. If you remember previous chapters, we used the term CRUD (create, retrieve, update, and delete). CRUD operations cover the majority of data interactions in most computer systems. When you understand the basic CRUD features ...
Read now
Unlock full access