Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Eve: Building RESTful APIs with MongoDB and Flask, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:04:02
    Welcome and what we'll cover
  • Урок 2. 00:01:02
    Meet the instructor
  • Урок 3. 00:00:31
    Get the source code
  • Урок 4. 00:02:05
    Video player: A quick feature tour
  • Урок 5. 00:02:09
    Python v3.5+
  • Урок 6. 00:05:27
    Installing Eve and its dependencies
  • Урок 7. 00:03:42
    Working with different versions of Eve
  • Урок 8. 00:02:28
    Installing Mongo
  • Урок 9. 00:00:49
    SQL, Elastic and other alternative backends
  • Урок 10. 00:04:49
    VSCode editor
  • Урок 11. 00:00:46
    Postman
  • Урок 12. 00:07:12
    Core REST principles
  • Урок 13. 00:04:14
    Why a micro web framework
  • Урок 14. 00:07:31
    Hello world, Flask-style
  • Урок 15. 00:02:06
    What is Eve and why it was built
  • Урок 16. 00:06:21
    Exploring Eve: Getting Started
  • Урок 17. 00:02:30
    Exploring Eve: Queries
  • Урок 18. 00:02:43
    Exploring Eve: Sorting
  • Урок 19. 00:00:59
    Exploring Eve: Pagination
  • Урок 20. 00:04:28
    Why Mongo is a good match for REST
  • Урок 21. 00:06:17
    Let's build and launch our first app
  • Урок 22. 00:01:44
    Connecting to Mongo
  • Урок 23. 00:03:11
    Enabling writes
  • Урок 24. 00:02:16
    Defining document schemas
  • Урок 25. 00:06:39
    Full range of CRUD operations
  • Урок 26. 00:03:52
    Recap
  • Урок 27. 00:05:37
    Postman
  • Урок 28. 00:08:30
    JavaScript and websites
  • Урок 29. 00:09:44
    Python
  • Урок 30. 00:01:47
    Introduction to data validation
  • Урок 31. 00:07:29
    Built-in validation rules
  • Урок 32. 00:07:43
    Advanced validation rules
  • Урок 33. 00:08:15
    Data-relations and embedded resource serialization
  • Урок 34. 00:07:55
    Custom rules and types
  • Урок 35. 00:01:04
    Recap
  • Урок 36. 00:04:35
    Handling datetime values
  • Урок 37. 00:04:58
    Query options and security
  • Урок 38. 00:03:54
    Pagination options and performance optimizations
  • Урок 39. 00:03:58
    Client and server projections
  • Урок 40. 00:05:59
    Conditional requests
  • Урок 41. 00:03:21
    HATEOAS
  • Урок 42. 00:02:25
    JSON and XML rendering
  • Урок 43. 00:09:21
    Securing the service
  • Урок 44. 00:04:58
    Event hooks
  • Урок 45. 00:04:07
    Rate limiting
  • Урок 46. 00:02:09
    Still a Flask app
  • Урок 47. 00:02:53
    Deploying your service
  • Урок 48. 00:02:56
    A small refactoring
  • Урок 49. 00:02:02
    Recap and closing remarks
  • Урок 50. 00:01:27
    The future of Eve
  • Урок 51. 00:00:32
    Thanks and goodbye
  • Урок 52. 00:00:18
    Appendix introduction: Installing MongoDB
  • Урок 53. 00:10:07
    Setting up MongoDB as a Windows service
  • Урок 54. 00:02:25
    Concept: MongoDB as a Windows service
  • Урок 55. 00:04:12
    Setting up MongoDB on macOS
  • Урок 56. 00:01:18
    Concept: Setting up MongoDB on macOS
  • Урок 57. 00:05:10
    Setting up MongoDB on Linux
  • Урок 58. 00:01:26
    Concept: Setting up MongoDB on Linux
  • Урок 59. 00:00:18
    Appendix introduction: Deploying MongoDB
  • Урок 60. 00:04:37
    Warning: Action required
  • Урок 61. 00:02:38
    The MongoDB deployment checklist
  • Урок 62. 00:08:30
    Creating a couple of cloud servers
  • Урок 63. 00:09:36
    Installing MongoDB for production use
  • Урок 64. 00:01:12
    Concept: Installing MongoDB for production
  • Урок 65. 00:01:14
    Limit you network exposure
  • Урок 66. 00:06:06
    Limit you network exposure in action
  • Урок 67. 00:01:50
    Concept: Limit network exposure
  • Урок 68. 00:05:08
    Adding encrypted communication for MongoDB
  • Урок 69. 00:01:09
    Concept: Adding encrypted communication for MongoDB
  • Урок 70. 00:05:20
    Adding authentication to MongoDB
  • Урок 71. 00:01:01
    Concept: Adding authentication to MongoDB
  • Урок 72. 00:03:36
    The BIG moment
  • Урок 73. 00:10:27
    Connecting to MongoDB via Python
  • Урок 74. 00:01:23
    Concept: Connecting to MongoDB via Python
  • Урок 75. 00:07:15
    MongoDB admin tools
  • Урок 76. 00:02:46
    Concept: MongoDB admin tools