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
- Host: GitHub
- URL: https://github.com/tableflip/raw-collections-example
- Owner: tableflip
- Created: 2016-08-03T16:55:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-05T14:45:41.000Z (almost 10 years ago)
- Last Synced: 2025-07-30T22:33:24.888Z (11 months ago)
- Language: JavaScript
- Size: 3.01 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!