Learning outcomes of MongoDB
After reading this chapter, you will have a solid understanding of the basics of how MongoDB stores data. You will also learn how to run queries against a MongoDB instance in order to store, manipulate, and retrieve data on it. You will also understand how to use the Node.js MongoDB driver for the same ends in order to manipulate your data directly from Node.js.
Finally, you will have a healthy dose of refreshment of memory as regards the internal workings of Node.js in order to help you understand how it interconnects with MongoDB.