3:15
m101p 1 intro
MongoDB University
LIVE
[Private video]
3:01
What is MongoDB
4:43
Installing MongoDB mac
3:09
JSON
2:52
BSON
7:51
Introduction to Creating and Reading Documents
4:05
Installing Python Windows
3:45
Installing Bottle mac
5:27
Installing Pymongo
2:35
hello world mongodb style
3:51
hello world on a web server
3:10
Python: exception handing
2:46
Pymongo exception processing
9:09
creating documents
1:33
the id field
13:21
Reading Documents
6:18
comparison operators
element operators
3:26
logical operators
2:39
regex
4:00
array operators
20:36
Updating Documents
8:49
Pymongo: find, find one and cursors
0:08
Pymongo: find, find one and cursors answer
4:58
Pymongo: using projection
0:42
Pymongo: using projection answer
1:37
Pymongo: Using $gt and $lt
0:59
Pymongo: Using $gt and $lt answer
Pymongo: importing from reddit
3:22
Pymongo: using a regex
6:00
m101 59 Pymongo, skip, limit and sort
5:48
Pymongo: insert one
0:13
Pymongo: insert one answer
3:43
Pymongo: insert many
0:36
Pymongo: insert many answer
6:33
Pymongo: updating data
Pymongo: updating data answer
6:38
Pymongo: updating data using replace
1:21
Pymongo: updating data using replace answer
4:41
Pymongo: using upsert
3:23
Pymongo: removing data
0:03
Pymongo: removing data answer
5:40
Pymongo: find and modify
3:44
blog session management
5:38
m101 71 blog internals
m101 1 intro
1:10
Intro to week 4
Storage Engines Introduction
0:29
Storage Engines Introduction answer
4:33
Introduction to MMapStorage Engine
4:50
Introduction to WiredTiger
0:52
Introduction to WiredTiger answer
7:55
Indexes
5:30
Creating Indexes
0:07
Creating Indexes answer
1:52
Discovering and Deleting Indexes
6:44
Multikey Indexes
0:19
Multikey Indexes answer
9:39
Dot Notation and Multikey
3:19
Index Creation Options, Unique
Index Creation Options, Unique answer
5:42
Sparse Indexes
0:39
Sparse Indexes answer
5:02
Background Indexes
10:13
Using Explain
0:50
Using Explain answer
11:22
Explain Verbosity
0:26
Explain Verbosity answer
Covered Queries
1:22
Covered Queries answer
2:17
Choosing an Index
2:58
How Large is your index
9:25
geospacial spherical
geospacial spherical answer
5:11
text index
0:18
text index answer
6:13
Efficiency of Index Use
5:10
Efficiency of Index Use 2
9:36
Mongostat
0:16
Mongostat answer
5:08
m101 2 simple example
5:55
m101 3 agg pipeline
3:40
m101 8 compound groupings
3:17
m101 13 using sum
2:26
m101 15 using avg
3:37
m101 17 addToSet
2:02
m101 19 using push
m101 23 double grouping
m101 25 using project
6:32
$match
5:15
$text
$text answer
3:06
m101 29 sort
2:18
m101 31 skip limit
5:54
m101 33 first and last
0:45
m101 34 first and last
m101 37 unwind example
2:51
m101 39 double unwind
5:19
$out
6:36
aggregation options
0:47
aggregation options answer
5:39
python and aggregation
0:37
python and aggregation answer
4:27
limitations of aggregation
Intro to Week 6
Write concern
0:25
Write concern answer
Network Errors
0:49
Network Errors answer
7:35
Replication Internals
1:08
Replication Internals answer
Connecting to a Replica set from Pymongo
0:12
Connecting to a Replica set from Pymongo answer
What happens when failover occurs
0:10
What happens when failover occurs answer
Detecting Failover
Detecting Failover answer
4:17
Proper Handling of Failover for Inserts
0:38
Proper Handling of Failover for Inserts answer
Proper Handling of Failover for Reads
Proper Handling of Failover for Reads answer
10:06
Proper Handling of Failover for Updates
0:27
Proper Handling of Failover for Updates answer
4:32
Read Preferences
13:18
Building a Sharded Environment
Building a Sharded Environment answer