Completed
Check for Primary
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
A Deep Dive into the Pymongo MongoDB Driver
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 MongoDB
- 3 Drivers and Frameworks
- 4 BSON Side Bar
- 5 Single Server
- 6 Replica Set Primary Failure
- 7 Replica Set Election
- 8 Replica Set New Primary
- 9 Replica Set Recovery
- 10 Sharded Cluster
- 11 Driver Responsibilities Driver
- 12 Example API Calls
- 13 Start MongoClient
- 14 Client Side View
- 15 Topology
- 16 Insert Will Block
- 17 ismaster response from Host 1
- 18 Later Host 3 Responds
- 19 Steady State
- 20 Life Intervenes
- 21 Monitor may not detect
- 22 So Retry
- 23 Check for Primary
- 24 Host 2 Is Primary
- 25 What Does This Mean? - Connect
- 26 What Does This Mean? - Queries
- 27 What Does This Mean? - Inserts
- 28 What Does This Mean? - Updates
- 29 Configuration
- 30 connectTimeoutMS
- 31 More Reading