Difference between revisions of "Main Page"
From NoSQLZoo
Line 12: | Line 12: | ||
==Tutorials: Learn NoSQL in stages== | ==Tutorials: Learn NoSQL in stages== | ||
; [[FIND Tutorial|Find Tutorial]]:Using Find. | ; [[FIND Tutorial|Find Tutorial]]:Using Find. | ||
− | ; [[AGGREGATE | + | ; [[AGGREGATE Tutorial|AGGREGATE Tutorial]]:In which we query the world collection and make use of aggregate functions. |
; [[MAPREDUCE basics|x MAPREDUCE basics]]:Using MapReduce. | ; [[MAPREDUCE basics|x MAPREDUCE basics]]:Using MapReduce. | ||
; [[MAPREDUCE elite|x MAPREDUCE elite]]:MapReduce questions using the Elite Dangerous dataset. | ; [[MAPREDUCE elite|x MAPREDUCE elite]]:MapReduce questions using the Elite Dangerous dataset. |
Revision as of 14:47, 3 December 2015
What is the capital of France?
db.world.findOne({"name":"France"},{"capital":1})
Learn NoSQL using: MongoDB, PyMongo, and Python3.4
Tutorials: Learn NoSQL in stages
- Find Tutorial
- Using Find.
- AGGREGATE Tutorial
- In which we query the world collection and make use of aggregate functions.
- x MAPREDUCE basics
- Using MapReduce.
- x MAPREDUCE elite
- MapReduce questions using the Elite Dangerous dataset.
Reference: How to...
- AGGREGATE examples
- FIND
- FIND examples
- MAPREDUCE
- NOSQLZOO: 'elite' dataset schema
- RegEx Pattern Matching