An example Meteor app that utilizes MongoDB oplog tailing.
Original blog post for reference: http://blog.mongolab.com/2014/07/tutorial-scaling-meteor-with-mongodb-oplog-tailing
> meteor create app
Once your Meteor project is created, cd into the "app" directory and copy the repo files there.
> meteor bundle app.tgz
> tar -zxvf app.tgz
If you're using MongoLab, you can visit our docs to find instructions on creating a "local" database user.
> PORT=3000 MONGO_URL=<your_uri> MONGO_OPLOG_URL=<your_local_uri> node bundle/main.js