This course is outdated and does not reflect our current course standards.
Check out a free preview of the full Meteor course:
The "Creating Collections" Lesson is part of the full, Meteor course featured in this preview video. Here's what you'd learn in this lesson:
Out of the box, Meteor uses Mongo to manage the storage of data for both the client and server. Mongo Collections return a cursor object which provide a helpful API for facilitating updates to the user interface when the data is changed.