Difference between revisions of "Main Page"
From NoSQLZoo
m |
|||
Line 13: | Line 13: | ||
Coming Soon. | Coming Soon. | ||
==MongoDB resources== | ==MongoDB resources== | ||
− | ;Manuals: [http://docs.mongodb.org/manual/ MongoDB Documentaion][ | + | ;Manuals: [http://docs.mongodb.org/manual/ MongoDB Documentaion] [https://github.com/mongodb/docs MongoDB Documentation GitHub]<br/>[https://docs.python.org/3/ Python 3 Documentaion] [http://api.mongodb.org/python/current/ PyMongo API Documentation] |
Online copies of user manuals. | Online copies of user manuals. |
Revision as of 10:50, 26 July 2015
Learn NoSQL using: MongoDB, PyMongo, and Python3.4
Tutorials: Learn NoSQL in stages
- 0 FIND basics
- Some examples of common queries.
- 1 FIND names
- Some pattern matching queries.
- 2 AGGREGATE basics
- Examples of the aggregation framework.
- 3 AGGREGATE world
- In which we query the world collection and make use of aggregate functions.
- 4 MAPREDUCE basics
- Using MapReduce.
- 5 MAPREDUCE elite
- MapReduce questions using the Elite Dangerous dataset.
- 6 AGGREGATE elite
- More aggregation questions.
Reference: How to...
Coming Soon.
MongoDB resources
- Manuals
- MongoDB Documentaion MongoDB Documentation GitHub
Python 3 Documentaion PyMongo API Documentation
Online copies of user manuals.