An open API service indexing awesome lists of open source software.

https://github.com/tableflip/raw-collections-example

Example methods which use Meteor's rawCollections capability
https://github.com/tableflip/raw-collections-example

Last synced: 10 months ago
JSON representation

Example methods which use Meteor's rawCollections capability

Awesome Lists containing this project

README

          

# raw-collections-example

Example methods which use Meteor's rawCollections capability. The idea is to demonstrate how much more quickly common database tasks can be performed in Meteor by accessing the `rawCollection()` object and using more advanced native MongoDB methods than Meteor's API provides.

## How to run

1. [Install Meteor](https://www.meteor.com/install).
2. Clone this repo.
3. Change into the directory it was cloned into, and start a dev server with `meteor`.
4. Visit `localhost:3000` in your browser.
5. Click the buttons!