Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай MongoDB - The Ultimate Administration and Developer's Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:08:22
    Welcome to the Course!
  2. Урок 2. 00:04:39
    Introduction to NoSQL
  3. Урок 3. 00:08:58
    Types of NoSQL Databases
  4. Урок 4. 00:03:19
    Introduction to MongoDB
  5. Урок 5. 00:03:24
    Difference between MongoDB and RDBMS
  6. Урок 6. 00:03:34
    Introduction to CAP Theorem
  7. Урок 7. 00:07:11
    Introduction to JSON
  8. Урок 8. 00:05:08
    Introduction to BSON and Types
  9. Урок 9. 00:02:22
    Introduction to MongoDB Document
  10. Урок 10. 00:04:59
    MongoDB Installation Options
  11. Урок 11. 00:12:09
    MongoDB Installation on Windows
  12. Урок 12. 00:15:38
    MongoDB Installation on Linux (Ubuntu)
  13. Урок 13. 00:15:59
    MongoDB Installation on Linux (Tarball)
  14. Урок 14. 00:02:50
    Databases and Collections
  15. Урок 15. 00:04:51
    Views and Capped Collections
  16. Урок 16. 00:05:39
    What is MongoDB Shell
  17. Урок 17. 00:11:06
    Configuring MongoDB Shell
  18. Урок 18. 00:03:58
    Accessing the MongoDB Shell Help
  19. Урок 19. 00:03:41
    Understanding Data Types in MongoDB Shell
  20. Урок 20. 00:01:33
    Introduction to CRUD Operations
  21. Урок 21. 00:17:15
    Creating Database and Collections
  22. Урок 22. 00:02:24
    Insert Operation
  23. Урок 23. 00:02:24
    Read (Query) Operation
  24. Урок 24. 00:02:01
    Update Operation
  25. Урок 25. 00:01:32
    Delete (Remove) Operation
  26. Урок 26. 00:01:02
    Overview of Insert Methods
  27. Урок 27. 00:07:25
    insert() Method
  28. Урок 28. 00:05:29
    insertOne() Method
  29. Урок 29. 00:04:35
    InsertMany() Method
  30. Урок 30. 00:02:15
    _id Field
  31. Урок 31. 00:08:41
    Inserting Complex Documents
  32. Урок 32. 00:01:50
    Overview of Read Methods
  33. Урок 33. 00:05:43
    findOne() Method
  34. Урок 34. 00:05:06
    find() Method
  35. Урок 35. 00:09:44
    Query Nested or Embedded Documents
  36. Урок 36. 00:07:25
    Query an Array Field in Documents
  37. Урок 37. 00:14:22
    Query an Array of Embedded Documents
  38. Урок 38. 00:15:06
    Project Fields to Return from Query
  39. Урок 39. 00:13:05
    Iterate the Cursor
  40. Урок 40. 00:03:08
    Query and Projection Operators
  41. Урок 41. 00:23:30
    Comparison Operators - $eq, $in, $ne, $nin
  42. Урок 42. 00:10:06
    Comparison Operators - $gt, $gte, $lt, $lte
  43. Урок 43. 00:19:38
    Logical operators - $and, $or
  44. Урок 44. 00:11:05
    Logical operators - $not, $nor
  45. Урок 45. 00:19:33
    Element Operators - $exists, $type
  46. Урок 46. 00:22:37
    Evaluation Operators - $expr, $regex
  47. Урок 47. 00:23:31
    Array Operators - $all, $elemMatch, $size
  48. Урок 48. 00:21:38
    Projection Operators - $, $elemMatch
  49. Урок 49. 00:01:30
    Overview of Update Methods
  50. Урок 50. 00:18:55
    update() Method with $set Operator
  51. Урок 51. 00:08:51
    update() Method with $unset Operator
  52. Урок 52. 00:04:16
    updateOne() Method
  53. Урок 53. 00:05:28
    updateMany() Method
  54. Урок 54. 00:05:01
    replaceOne() Method
  55. Урок 55. 00:14:57
    Update with Upsert Operations
  56. Урок 56. 00:01:31
    Field Update Operators
  57. Урок 57. 00:12:12
    $currentDate Operator
  58. Урок 58. 00:04:35
    $rename Operator
  59. Урок 59. 00:19:43
    $inc, $min, $max, $mul Operators
  60. Урок 60. 00:01:18
    Array Update Operators
  61. Урок 61. 00:07:54
    Placeholder Operator - $
  62. Урок 62. 00:08:31
    $addToSet Operator
  63. Урок 63. 00:06:32
    $pop Operator
  64. Урок 64. 00:16:46
    $pull, $pullAll Operators
  65. Урок 65. 00:04:42
    $push Operator
  66. Урок 66. 00:12:55
    $each Operator with $push and $addToSet Operators
  67. Урок 67. 00:10:49
    Sort Array Elements using $sort+ $push Operators
  68. Урок 68. 00:01:27
    Overview of Delete Methods
  69. Урок 69. 00:04:08
    deleteOne() Method
  70. Урок 70. 00:04:25
    deleteMany() Method
  71. Урок 71. 00:08:12
    remove() Method
  72. Урок 72. 00:03:11
    Dropping MongoDB Collections
  73. Урок 73. 00:04:36
    Dropping MongoDB Databases
  74. Урок 74. 00:01:49
    Overview of Additional CRUD Methods
  75. Урок 75. 00:13:42
    findOneAndDelete() Method
  76. Урок 76. 00:13:58
    findOneAndReplace() Method
  77. Урок 77. 00:14:17
    findOneAndUpdate() Method
  78. Урок 78. 00:16:45
    findAndModify() Method
  79. Урок 79. 00:15:36
    bulkWrite() Method
  80. Урок 80. 00:04:02
    Introduction to MongoDB Aggregation
  81. Урок 81. 00:06:15
    Introduction to Aggregation Pipeline
  82. Урок 82. 00:01:50
    Aggregation Pipeline Stages
  83. Урок 83. 00:03:49
    $match Stage
  84. Урок 84. 00:11:23
    $group Stage
  85. Урок 85. 00:13:03
    $project Stage
  86. Урок 86. 00:06:57
    $count Stage
  87. Урок 87. 00:14:41
    $collStats Stage
  88. Урок 88. 00:05:59
    $indexStats Stage
  89. Урок 89. 00:07:16
    $set Stage
  90. Урок 90. 00:04:12
    $unset Stage
  91. Урок 91. 00:04:26
    $unwind Stage
  92. Урок 92. 00:12:58
    $lookup Stage
  93. Урок 93. 00:10:15
    $unionWith Stage
  94. Урок 94. 00:02:50
    $limit Stage
  95. Урок 95. 00:02:59
    $skip Stage
  96. Урок 96. 00:03:59
    $sort Stage
  97. Урок 97. 00:09:05
    $out Stage
  98. Урок 98. 00:04:30
    Aggregation Pipeline Operators
  99. Урок 99. 00:08:49
    Arithmetic Expression Operators
  100. Урок 100. 00:08:45
    Array Expression Operators
  101. Урок 101. 00:10:43
    Boolean Expression Operators
  102. Урок 102. 00:08:26
    Comparison Expression Operators
  103. Урок 103. 00:13:35
    String Expression Operators
  104. Урок 104. 00:12:12
    Type Expression Operators
  105. Урок 105. 00:13:05
    Aggregation Pipeline Optimization
  106. Урок 106. 00:03:59
    Aggregation Pipeline Limits
  107. Урок 107. 00:03:00
    SQL Terms vs MongoDB Aggregation Operators
  108. Урок 108. 00:02:11
    Introduction to MongoDB Data Modeling
  109. Урок 109. 00:06:05
    Embedded Data Model
  110. Урок 110. 00:05:40
    References Data Model
  111. Урок 111. 00:08:51
    Perform Schema Validations
  112. Урок 112. 00:05:18
    Introduction to MongoDB Indexes
  113. Урок 113. 00:03:41
    Different Types of Indexes
  114. Урок 114. 00:04:13
    Index Creation in MongoDB
  115. Урок 115. 00:05:03
    Specify the Name to the Index
  116. Урок 116. 00:03:08
    Listing the Indexes
  117. Урок 117. 00:01:35
    Default _id Index
  118. Урок 118. 00:05:40
    Drop an Index
  119. Урок 119. 00:07:02
    Single Field Index
  120. Урок 120. 00:06:21
    Compound Index
  121. Урок 121. 00:05:14
    Prefixes in Compound Index
  122. Урок 122. 00:08:37
    Multikey Index
  123. Урок 123. 00:07:52
    Covered Query
  124. Урок 124. 00:08:57
    Text Index
  125. Урок 125. 00:14:40
    2d Index
  126. Урок 126. 00:25:27
    2dsphere Index
  127. Урок 127. 00:05:33
    Hashed Index
  128. Урок 128. 00:12:41
    Wildcard Indexes
  129. Урок 129. 00:02:15
    Overview of Index Properties
  130. Урок 130. 00:08:08
    TTL Index
  131. Урок 131. 00:08:52
    Unique Index
  132. Урок 132. 00:12:28
    Partial Index
  133. Урок 133. 00:12:51
    Case Insensitive Index
  134. Урок 134. 00:13:54
    Hidden Index
  135. Урок 135. 00:06:47
    Sparse Index
  136. Урок 136. 00:08:55
    dropIndexes() Method
  137. Урок 137. 00:03:58
    totalIndexSize() Method
  138. Урок 138. 00:01:45
    Overview of Performance Tuning in MongoDB
  139. Урок 139. 00:01:51
    Database Profiler
  140. Урок 140. 00:02:30
    Setup Database Profiling
  141. Урок 141. 00:10:07
    Database Profiling Commands
  142. Урок 142. 00:13:08
    system.profile Collection
  143. Урок 143. 00:14:07
    Index Strategies
  144. Урок 144. 00:04:36
    cursor.explain() Method
  145. Урок 145. 00:06:31
    queryPlanner Explain Mode
  146. Урок 146. 00:07:51
    executionStats Explain Mode
  147. Урок 147. 00:13:10
    allPlansExecution Explain Mode
  148. Урок 148. 00:09:24
    Explain Result without an Index
  149. Урок 149. 00:13:33
    Explain Result with an Index
  150. Урок 150. 00:05:00
    Introduction to MongoDB Replication
  151. Урок 151. 00:04:25
    Primary, Secondary and Arbiter
  152. Урок 152. 00:04:52
    Automatic Failover
  153. Урок 153. 00:05:06
    Oplog
  154. Урок 154. 00:04:27
    Initiate a Replica Set - rs.initiate() Method
  155. Урок 155. 00:03:01
    rs.status() Method
  156. Урок 156. 00:38:18
    Build 3 Node Replica Set
  157. Урок 157. 00:06:25
    Primary Election Process
  158. Урок 158. 00:04:22
    Journaling
  159. Урок 159. 00:04:49
    Write Concern
  160. Урок 160. 00:11:21
    Write Concern Specification
  161. Урок 161. 00:10:40
    Read Preference
  162. Урок 162. 00:09:15
    Read Preference Modes
  163. Урок 163. 00:15:23
    Add Members to the Replica Set
  164. Урок 164. 00:11:54
    Add an Arbiter to the Replica Set
  165. Урок 165. 00:11:01
    Remove Member from the Replica Set
  166. Урок 166. 00:02:52
    Replica Set Configuration - rs.conf() Method
  167. Урок 167. 00:03:32
    rs.reconfig() Method
  168. Урок 168. 00:03:35
    Priority 0 Replica Set Member
  169. Урок 169. 00:08:02
    Prevent Secondary from becoming Primary
  170. Урок 170. 00:07:03
    Force a Member to become Primary
  171. Урок 171. 00:02:28
    Hidden Replica Set Member
  172. Урок 172. 00:04:45
    Configuring Hidden Member
  173. Урок 173. 00:02:30
    Votes
  174. Урок 174. 00:05:00
    Configuring non-Voting Member
  175. Урок 175. 00:02:21
    Delayed Replica Set Member
  176. Урок 176. 00:08:15
    Configure a Delayed Member
  177. Урок 177. 00:15:02
    Change an Oplog Size
  178. Урок 178. 00:07:21
    Chained Replication
  179. Урок 179. 00:06:53
    Configuring Secondary's Sync Target
  180. Урок 180. 00:03:04
    rs.printSecondaryReplicationInfo() Method
  181. Урок 181. 00:02:56
    rs.printReplicationInfo() Method
  182. Урок 182. 00:05:23
    rs.stepDown() Method
  183. Урок 183. 00:03:37
    rs.freeze() Method
  184. Урок 184. 00:06:30
    Replica Set Member States
  185. Урок 185. 00:03:05
    Introduction to MongoDB Security
  186. Урок 186. 00:05:25
    Authorization, Authentication and Encryption
  187. Урок 187. 00:04:49
    Understanding Roles and Users
  188. Урок 188. 00:02:32
    Localhost Exception
  189. Урок 189. 00:14:00
    User Creation – db.createUser() Method
  190. Урок 190. 00:03:32
    SCRAM Authentication Mechanism
  191. Урок 191. 00:15:16
    Enable Access Control (Authorization)
  192. Урок 192. 00:05:23
    Internal Authentication
  193. Урок 193. 00:21:34
    Enforce keyfile Authentication on Existing Replica Set (With Downtime)
  194. Урок 194. 00:34:37
    Enforce keyfile Authentication on Existing Replica Set (No Downtime)
  195. Урок 195. 00:09:06
    Built-in Roles
  196. Урок 196. 00:11:34
    User Defined Roles – db.createRole() Method
  197. Урок 197. 00:12:03
    db.getRole() and db.getRoles() Methods
  198. Урок 198. 00:06:27
    db.getUser() and db.getUsers() Methods
  199. Урок 199. 00:04:55
    db.grantRolesToUser() Method
  200. Урок 200. 00:04:10
    db.revokeRolesFromUser() Method
  201. Урок 201. 00:06:13
    db.grantPrivilegesToRole() Method
  202. Урок 202. 00:07:00
    db.revokePrivilegesFromRole() Method
  203. Урок 203. 00:03:41
    db.revokeRolesFromRole() Method
  204. Урок 204. 00:04:01
    db.grantRolesToRole() Method
  205. Урок 205. 00:08:44
    db.updateUser() Method
  206. Урок 206. 00:10:55
    db.updateRole() Method
  207. Урок 207. 00:04:32
    db.dropUser() and db.dropAllUsers() Methods
  208. Урок 208. 00:05:05
    db.dropRole() and db.dropAllRoles() Methods
  209. Урок 209. 00:05:38
    Change User Password
  210. Урок 210. 00:03:48
    Collection Level Access Control
  211. Урок 211. 00:02:38
    Introduction to MongoDB Database Tools
  212. Урок 212. 00:04:21
    Installation of MongoDB Database Tools
  213. Урок 213. 00:04:38
    mongodump
  214. Урок 214. 00:10:48
    mongodump Examples
  215. Урок 215. 00:04:13
    mongorestore
  216. Урок 216. 00:13:03
    mongorestore Examples
  217. Урок 217. 00:03:04
    bsondump
  218. Урок 218. 00:06:23
    bsondump Examples
  219. Урок 219. 00:02:40
    mongoexport
  220. Урок 220. 00:12:24
    mongoexport Examples
  221. Урок 221. 00:04:28
    mongoimport
  222. Урок 222. 00:13:50
    mongoimport Examples
  223. Урок 223. 00:04:08
    mongostat
  224. Урок 224. 00:08:48
    mongostat Examples
  225. Урок 225. 00:02:37
    mongotop
  226. Урок 226. 00:05:34
    mongotop Examples
  227. Урок 227. 00:02:09
    Introduction to Storage and Storage Engine
  228. Урок 228. 00:07:50
    WiredTiger Storage Engine
  229. Урок 229. 00:06:33
    In-Memory Storage Engine
  230. Урок 230. 00:09:16
    GridFS
  231. Урок 231. 00:14:02
    GridFS – mongofiles
  232. Урок 232. 00:06:47
    Introduction to MongoDB Sharding
  233. Урок 233. 00:01:48
    Shards
  234. Урок 234. 00:02:19
    Config Server
  235. Урок 235. 00:02:29
    mongos (Router)
  236. Урок 236. 00:04:43
    Shard Key
  237. Урок 237. 00:03:46
    Sharding Architecture
  238. Урок 238. 00:08:30
    Choosing a Shard Key
  239. Урок 239. 00:04:15
    Hashed Sharding
  240. Урок 240. 00:03:50
    Ranged Sharding
  241. Урок 241. 00:05:26
    Overview of Sharding Setup
  242. Урок 242. 00:15:29
    Setup 2 Shard Replica Sets
  243. Урок 243. 00:06:57
    Setup Config Server Replica Set
  244. Урок 244. 00:04:55
    Setup mongos Router
  245. Урок 245. 00:06:44
    Add Shard 1 to the Sharded Cluster (Converting Replica Set to Sharded Cluster)
  246. Урок 246. 00:08:34
    Shard a Collection
  247. Урок 247. 00:04:15
    Check the Status of Sharded Cluster – sh.status() Method
  248. Урок 248. 00:03:16
    Balancer Process
  249. Урок 249. 00:04:49
    Add Shard 2 to the Sharded Cluster
  250. Урок 250. 00:01:38
    Balancer State – sh.getBalancerState() Method
  251. Урок 251. 00:02:44
    sh.setBalancerState() Method
  252. Урок 252. 00:02:07
    sh.isBalancerRunning() Method
  253. Урок 253. 00:02:09
    sh.stopBalancer() Method
  254. Урок 254. 00:02:11
    sh.startBalancer() Method
  255. Урок 255. 00:04:59
    Chunks and Jumbo Chunk
  256. Урок 256. 00:02:47
    Overview of Split Chunks
  257. Урок 257. 00:07:55
    sh.splitAt() Method
  258. Урок 258. 00:06:38
    sh.splitFind() Method
  259. Урок 259. 00:05:30
    Merge Chunks with mergeChunks Command
  260. Урок 260. 00:10:31
    Migrating a Chunk using moveChunk Command (or sh.moveChunk() Method)
  261. Урок 261. 00:07:24
    Modify Chunk Size
  262. Урок 262. 00:08:47
    Primary Shard and movePrimary Command
  263. Урок 263. 00:03:42
    sh.balancerCollectionStatus() Method
  264. Урок 264. 00:04:52
    sh.disableBalancing() and sh.enableBalancing() Methods
  265. Урок 265. 00:05:27
    sh.disableAutoSplit() and sh.enableAutoSplit() Methods
  266. Урок 266. 00:01:49
    Changing a Shard Key
  267. Урок 267. 00:07:53
    Refining a Shard Key
  268. Урок 268. 00:11:04
    Reshard a Collection
  269. Урок 269. 00:09:56
    Back Up Sharded Cluster Metadata
  270. Урок 270. 00:11:08
    Remove Shards from an Existing Sharded Cluster
  271. Урок 271. 00:11:58
    Config Database
  272. Урок 272. 00:01:53
    What If – mongos become unavailable
  273. Урок 273. 00:01:44
    What If – Single member of Shard becomes unavailable
  274. Урок 274. 00:01:21
    What If – All members of Shard become unavailable
  275. Урок 275. 00:01:57
    What If – Single member of Config Replica Set become unavailable
  276. Урок 276. 00:00:58
    Overview of MongoDB Administration
  277. Урок 277. 00:13:00
    MongoDB Version Upgrade
  278. Урок 278. 00:29:07
    DEMO: Upgrade a Replica Set v4.4.17 to v5.0.13
  279. Урок 279. 00:22:33
    DEMO: Upgrade a Replica Set v5.0.13 to v6.0.2
  280. Урок 280. 00:07:31
    MongoDB Version Upgrade Approach for Sharded Cluster
  281. Урок 281. 00:12:44
    db.currentOp() and db.killOp() and cursor.maxTimeMS() Methods
  282. Урок 282. 00:03:20
    Recover a Standalone using -- repair
  283. Урок 283. 00:05:45
    Compact Operation
  284. Урок 284. 00:06:16
    MongoDB Log Rotation
  285. Урок 285. 00:03:45
    db.setLogLevel() Method
  286. Урок 286. 00:22:09
    Statistics and Informative Methods
  287. Урок 287. 00:04:06
    Rename a Collection
  288. Урок 288. 00:03:18
    allowDiskUse() Method
  289. Урок 289. 00:05:51
    db.fsyncLock() and db.fsyncUnlock() Methods
  290. Урок 290. 00:05:31
    db.shutdownServer() Method
  291. Урок 291. 00:08:19
    Convert Command-Line Options to YAML
  292. Урок 292. 00:04:30
    System Collections
  293. Урок 293. 00:12:06
    Operations Checklist for Production MongoDB Deployment
  294. Урок 294. 00:14:02
    MongoDB Limits and Thresholds
  295. Урок 295. 00:03:47
    Help() Methods
  296. Урок 296. 00:01:06
    Congratulations and Thank you!