Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай MongoDB with Async Python, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:00:54
    Introducing the Course
  2. Урок 2. 00:03:06
    MongoDB is Loved
  3. Урок 3. 00:03:44
    MongoDB is fast
  4. Урок 4. 00:02:41
    Python's asyncio
  5. Урок 5. 00:04:28
    What is Beanie and What is an ODM?
  6. Урок 6. 00:03:44
    Course Topics
  7. Урок 7. 00:01:15
    Meet Your Instructor: Michael Kennedy
  8. Урок 8. 00:02:23
    Setup Introduction
  9. Урок 9. 00:02:14
    Installing MongoDB
  10. Урок 10. 00:01:16
    Studio 3T GUI
  11. Урок 11. 00:02:35
    Importing PyPI Data
  12. Урок 12. 00:02:30
    Verifying the Data with Studio 3T
  13. Урок 13. 00:01:04
    Document Dbs introduction
  14. Урок 14. 00:03:27
    How Document Databases Work
  15. Урок 15. 00:03:01
    Who uses MongoDB?
  16. Урок 16. 00:02:13
    Mongo Shell
  17. Урок 17. 00:01:34
    A More Complex Query
  18. Урок 18. 00:01:09
    And Operators in Queries
  19. Урок 19. 00:01:41
    Querying Embedded Data
  20. Урок 20. 00:02:04
    Studio 3T: A Better Shell
  21. Урок 21. 00:02:55
    Query Operators
  22. Урок 22. 00:00:50
    Queries: Logical Operators
  23. Урок 23. 00:04:24
    Queries: Projections
  24. Урок 24. 00:00:49
    Pydantic Introduction
  25. Урок 25. 00:02:12
    A Time of Change for Pydantic
  26. Урок 26. 00:01:03
    Get the Plugins
  27. Урок 27. 00:04:01
    Built on Pydantic
  28. Урок 28. 00:05:11
    Project Setup
  29. Урок 29. 00:06:20
    Our First Pydantic Model
  30. Урок 30. 00:05:36
    JSON to Pydantic Converter
  31. Урок 31. 00:00:56
    Get the Full Story on Pydantic
  32. Урок 32. 00:01:19
    Pydantic has a Solid Foundation
  33. Урок 33. 00:01:24
    Async introduction
  34. Урок 34. 00:04:07
    Async for Speed
  35. Урок 35. 00:01:02
    Async for Scalability
  36. Урок 36. 00:04:02
    Synchronous Execution Example
  37. Урок 37. 00:02:21
    Asynchronous Execution Example
  38. Урок 38. 00:08:27
    Skeleton async Program
  39. Урок 39. 00:07:49
    Full Concurrency Weather Client
  40. Урок 40. 00:00:45
    Beanie Quickstart Intro
  41. Урок 41. 00:01:49
    Motor, MongoDB's Async Driver
  42. Урок 42. 00:12:23
    Beanie Quickstart: Part 1 Classes
  43. Урок 43. 00:10:43
    Beanie Quickstart: Part 2 Connections
  44. Урок 44. 00:04:02
    Beanie Quickstart: Part 3 Inserts
  45. Урок 45. 00:08:43
    Beanie Quickstart: Part 4 Queries
  46. Урок 46. 00:05:29
    Beanie Quickstart: part 5 settings
  47. Урок 47. 00:03:13
    Lightning Review of Beanie
  48. Урок 48. 00:00:41
    Get the Full Story of Beanie
  49. Урок 49. 00:01:16
    Bunnet, the Synchronous Beanie
  50. Урок 50. 00:00:58
    Modeling Introduction
  51. Урок 51. 00:03:28
    Modeling: Relational vs. Documents
  52. Урок 52. 00:05:12
    To Embed or not to Embed?
  53. Урок 53. 00:03:12
    What is an Integration Database?
  54. Урок 54. 00:00:40
    Looking for More Guidance?
  55. Урок 55. 00:00:47
    PyPI Api Introduction
  56. Урок 56. 00:01:03
    Recall: Importing the Data
  57. Урок 57. 00:05:15
    Review: The Data Model
  58. Урок 58. 00:08:35
    Creating the DB Models
  59. Урок 59. 00:02:47
    Configuring Collections from Beanie
  60. Урок 60. 00:04:52
    Connecting to MongoDB
  61. Урок 61. 00:04:39
    CLI Skeleton
  62. Урок 62. 00:01:40
    ClI REPL
  63. Урок 63. 00:05:30
    Summary Stats
  64. Урок 64. 00:05:05
    Recent Packages
  65. Урок 65. 00:10:14
    Finding Packages and Releases
  66. Урок 66. 00:07:01
    Creating a Release
  67. Урок 67. 00:11:03
    Concurrency Safe Create Release
  68. Урок 68. 00:05:27
    Creating Users
  69. Урок 69. 00:06:45
    Setting the User's Password
  70. Урок 70. 00:01:24
    FastAPI Introduction
  71. Урок 71. 00:06:10
    FastAPI Skeleton App
  72. Урок 72. 00:08:11
    API Endpoints Ready
  73. Урок 73. 00:12:07
    Package Details Implementation
  74. Урок 74. 00:08:36
    Sometimes API focused models are required
  75. Урок 75. 00:03:36
    Stats API
  76. Урок 76. 00:02:01
    The Home Page Doesn't Belong in the API Docs
  77. Урок 77. 00:10:42
    Static Files: CSS
  78. Урок 78. 00:00:48
    Introduction to DB Performance
  79. Урок 79. 00:04:38
    Levers and Knobs of MongoDB Performance
  80. Урок 80. 00:02:22
    Creating Indexes in the Shell
  81. Урок 81. 00:08:49
    Our First Python to MongoDB Index
  82. Урок 82. 00:06:40
    Releases Counted in 1ms
  83. Урок 83. 00:03:48
    Uniqueness Index for Users
  84. Урок 84. 00:09:08
    Projections for Packages
  85. Урок 85. 00:01:11
    Concept: Projections in Beanie
  86. Урок 86. 00:03:52
    Document Design from a Performance Perspective
  87. Урок 87. 00:01:14
    Hosting Introduction
  88. Урок 88. 00:02:09
    Don't Do What These Companies Did with MongoDB
  89. Урок 89. 00:02:05
    MongoDB as a Service Options
  90. Урок 90. 00:02:12
    MongoDB's Security Checklist
  91. Урок 91. 00:03:13
    Getting the Server Ready
  92. Урок 92. 00:05:36
    Limit Network Access with VPCs and Firewall
  93. Урок 93. 00:01:18
    Creating an Encryption Key
  94. Урок 94. 00:03:45
    Installing MongoDB
  95. Урок 95. 00:04:40
    Configuring MongoDB, Part 1
  96. Урок 96. 00:04:40
    Adding Authentication to MongoDB
  97. Урок 97. 00:05:44
    Connecting to Production MongoDB with Python
  98. Урок 98. 00:03:06
    Importing Data Introduction for Production MongoDB
  99. Урок 99. 00:06:25
    Connecting to a Remote MongoDB
  100. Урок 100. 00:06:26
    Testing our Python Code in Production
  101. Урок 101. 00:01:51
    Final Comments on Speed
  102. Урок 102. 00:01:08
    Load Testing Introduction
  103. Урок 103. 00:04:21
    Introducing Locust
  104. Урок 104. 00:01:13
    Consider a Real Server Topology
  105. Урок 105. 00:10:57
    Running Locust for Max RPS
  106. Урок 106. 00:09:05
    Running Locust for Max Users
  107. Урок 107. 00:01:10
    Faster Locust Tests
  108. Урок 108. 00:00:42
    Finish Line!
  109. Урок 109. 00:00:30
    Git the Source Code, Again
  110. Урок 110. 00:06:11
    Final Review
  111. Урок 111. 00:01:02
    Stay in Touch