https://github.com/mongodb/cookbook
MongoDB recipes.
https://github.com/mongodb/cookbook
Last synced: about 1 month ago
JSON representation
MongoDB recipes.
- Host: GitHub
- URL: https://github.com/mongodb/cookbook
- Owner: mongodb
- License: other
- Created: 2010-04-19T17:15:51.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-12-17T15:28:07.000Z (over 13 years ago)
- Last Synced: 2025-03-31T08:12:09.401Z (about 1 month ago)
- Language: Ruby
- Homepage: http://cookbook.mongodb.org/
- Size: 499 KB
- Stars: 356
- Watchers: 49
- Forks: 85
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The MongoDB Cookbook
### The ways and hows of MongoDB.
Contribute your patterns, methods, and ideas to the MongoDB Cookbook.
- - -
### How to Contribute a Recipe
1. Fork this repo and create a new topic branch.
2. Make your addition. See one of the recipe files for a sample.
3. Send a pull request -- please include a short description of your new or updated recipe.
4. Enjoy your awesomeness.### Even More Ways To Contribute
You can:
* Add example code for any existing recipe, in any programming language.
Fork the repo and add your code into the relevant directory!
* Work on the cookbook.mongodb.org website. All the site lives in `content`.
* Look for typos, formatting errors, missing links, and other little things.
No potential improvement is 'too small' -- fork for anything.### License
Creative Commons Attribution Share Alike 3.0
Inspired by The Redis Cookbook (http://rediscookbook.org)### Gems to Install
* gem install webby
* gem install ultraviolet
* gem install maruku
* gem install RedCloth
* gem install rdiscount