Book Image

Meteor Cookbook

By : Isaac Strack
Book Image

Meteor Cookbook

By: Isaac Strack

Overview of this book

Table of Contents (19 chapters)
Meteor Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4. Creating Models

In this chapter, we will cover the following topics:

  • Implementing a simple collection

  • Using the Session object

  • Sorting with MongoDB queries

  • Filtering with MongoDB queries

  • Creating upsert MongoDB queries

  • Implementing a partial collection