1. Урок 1. 00:02:05
    Welcome!
  2. Урок 2. 00:01:34
    MongoDB is loved
  3. Урок 3. 00:05:08
    Course topics
  4. Урок 4. 00:01:09
    Tools that you will learn
  5. Урок 5. 00:00:49
    Meet your instructor
  6. Урок 6. 00:02:05
    Video player: A quick feature tour
  7. Урок 7. 00:02:35
    NoSQL history
  8. Урок 8. 00:02:18
    Origins of NoSQL
  9. Урок 9. 00:04:35
    Types of NoSQL databases
  10. Урок 10. 00:05:12
    Working with document DBs and queries styles
  11. Урок 11. 00:03:23
    Introducing MongoDB
  12. Урок 12. 00:05:54
    Who uses MongoDB
  13. Урок 13. 00:04:37
    MongoDB and the tools we will use
  14. Урок 14. 00:10:07
    Setting up MongoDB as a Windows service
  15. Урок 15. 00:02:25
    Concept: MongoDB as a Windows service
  16. Урок 16. 00:04:12
    Setting up MongoDB on macOS
  17. Урок 17. 00:01:18
    Concept: Setting up MongoDB on macOS
  18. Урок 18. 00:05:10
    Setting up MongoDB on Linux
  19. Урок 19. 00:01:26
    Concept: Setting up MongoDB on Linux
  20. Урок 20. 00:03:55
    MongoDB's query syntax
  21. Урок 21. 00:05:19
    Connecting to MongoDB with the shell
  22. Урок 22. 00:01:28
    Concept: Connecting to MongoDB with the shell
  23. Урок 23. 00:10:13
    Basic querying
  24. Урок 24. 00:02:34
    Concept: Basic querying
  25. Урок 25. 00:05:35
    Robomongo: A better shell
  26. Урок 26. 00:03:55
    Advanced queries
  27. Урок 27. 00:02:02
    Concept: Advanced queries
  28. Урок 28. 00:01:23
    Projections
  29. Урок 29. 00:02:04
    Exact subdocument matches
  30. Урок 30. 00:03:25
    Sorting MongoDB results
  31. Урок 31. 00:01:07
    Concept: Sorting MongoDB results
  32. Урок 32. 00:01:26
    Inserting documents in MongoDB
  33. Урок 33. 00:02:03
    Updating documents in MongoDB
  34. Урок 34. 00:00:34
    Deleting documents form MongoDB
  35. Урок 35. 00:05:11
    Atomic, in-place updates
  36. Урок 36. 00:03:14
    Concept: Atomic, in-place updates
  37. Урок 37. 00:02:53
    Introduction to PyMongo
  38. Урок 38. 00:08:03
    Connecting with PyMongo
  39. Урок 39. 00:03:24
    Concepts: Getting starting with PyMongo
  40. Урок 40. 00:03:08
    Concept: Connection strings
  41. Урок 41. 00:05:35
    Atomic updates
  42. Урок 42. 00:02:24
    Concept: Atomic updates
  43. Урок 43. 00:02:28
    Mapping MongoDB's JavaScript API to PyMongo
  44. Урок 44. 00:03:55
    Introduction to document design
  45. Урок 45. 00:06:23
    To embed or not to embed
  46. Урок 46. 00:03:29
    Do you have an integration database?
  47. Урок 47. 00:08:08
    A real world example
  48. Урок 48. 00:01:20
    More document patterns
  49. Урок 49. 00:04:16
    Introducing ODMs
  50. Урок 50. 00:01:55
    Welcome to mongoengine
  51. Урок 51. 00:01:40
    The dealership demo
  52. Урок 52. 00:03:33
    Introducing the application skeleton
  53. Урок 53. 00:04:42
    Registering connections in mongoengine
  54. Урок 54. 00:08:58
    Basic classes in mongoengine
  55. Урок 55. 00:04:03
    Required and default values in mongoengine classes
  56. Урок 56. 00:06:44
    Adding the engine to the car document
  57. Урок 57. 00:05:03
    Adding service histories to the car document
  58. Урок 58. 00:07:33
    Listing cars
  59. Урок 59. 00:05:11
    Adding service histories by whole document
  60. Урок 60. 00:06:09
    Adding service histories with in-place updates
  61. Урок 61. 00:07:09
    Subdocument queries
  62. Урок 62. 00:07:11
    A parting glitch
  63. Урок 63. 00:02:17
    Concept: Registering connections
  64. Урок 64. 00:03:08
    Concept: Creating classes
  65. Урок 65. 00:01:39
    Concept: Inserting objects with mongoengine
  66. Урок 66. 00:03:33
    Concept: Querying with mongoengine
  67. Урок 67. 00:03:33
    Concept: Updates in mongoengine
  68. Урок 68. 00:03:11
    Introducing performance-tuning in MongoDB
  69. Урок 69. 00:06:57
    The MongoDBs performance knobs
  70. Урок 70. 00:01:43
    A popular dealership
  71. Урок 71. 00:02:50
    Creating the big DB
  72. Урок 72. 00:05:37
    Surveying the new code
  73. Урок 73. 00:10:16
    Running the default configuration
  74. Урок 74. 00:01:49
    Adding indexes in mongoenegine
  75. Урок 75. 00:20:05
    Concept: Indexes via the shell
  76. Урок 76. 00:01:53
    Concept: Indexes via mongoengine
  77. Урок 77. 00:05:05
    Concept: Document design for performance
  78. Урок 78. 00:02:07
    Concept: Projections
  79. Урок 79. 00:04:37
    Warning: Action required
  80. Урок 80. 00:02:38
    The MongoDB deployment checklist
  81. Урок 81. 00:08:30
    Creating a couple of cloud servers
  82. Урок 82. 00:09:36
    Installing MongoDB for production use
  83. Урок 83. 00:01:12
    Concept: Installing MongoDB for production
  84. Урок 84. 00:01:14
    Limit you network exposure
  85. Урок 85. 00:06:06
    Limit you network exposure in action
  86. Урок 86. 00:01:50
    Concept: Limit network exposure
  87. Урок 87. 00:05:08
    Adding encrypted communication for MongoDB
  88. Урок 88. 00:01:09
    Concept: Adding encrypted communication for MongoDB
  89. Урок 89. 00:05:20
    Adding authentication to MongoDB
  90. Урок 90. 00:01:01
    Concept: Adding authentication to MongoDB
  91. Урок 91. 00:03:36
    The BIG moment
  92. Урок 92. 00:10:27
    Connecting to MongoDB via Python
  93. Урок 93. 00:01:23
    Concept: Connecting to MongoDB via Python
  94. Урок 94. 00:07:15
    MongoDB admin tools
  95. Урок 95. 00:02:46
    Concept: MongoDB admin tools
  96. Урок 96. 00:01:08
    You've done it!
  97. Урок 97. 00:01:01
    Lightning review
  98. Урок 98. 00:01:47
    Lightning review: Shell query syntax
  99. Урок 99. 00:03:27
    Lightning review: pymongo
  100. Урок 100. 00:02:40
    Lightning review: Document design
  101. Урок 101. 00:03:57
    Lightning review: mongoengine
  102. Урок 102. 00:02:34
    Lightning review: Performance tuning MongoDB
  103. Урок 103. 00:02:21
    Lightning review: Deployments
  104. Урок 104. 00:00:23
    Thanks and goodbye