NoSQL Zoo: Difference between revisions
From NoSQLZoo
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Learn NoSQL using: MongoDB, PyMongo, and Python3.4 | |||
== | ==Tutorials: Learn NoSQL in stages== | ||
; [[FIND basics|0 FIND basics]]:Some examples of common queries. | |||
; [[FIND names|1 FIND names]]:Some pattern matching queries. | |||
; [[AGGREGATE basics|2 AGGREGATE basics]]:Examples of the aggregation framework. | |||
; [[AGGREGATE world|3 AGGREGATE world]]:In which we query the world collection and make use of aggregate functions. | |||
==Reference: How to...== | |||
Coming Soon. | |||
==MongoDB resources== | |||
;Manuals: [http://docs.mongodb.org/manual/ MongoDB Documentaion][http://api.mongodb.org/python/current/ PyMongo API Documentation] [https://github.com/mongodb/docs MongoDB Documentation GitHub] | |||
== | Online copies of user manuals. | ||
[[ |
Revision as of 15:42, 17 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.
Reference: How to...
Coming Soon.
MongoDB resources
Online copies of user manuals.