Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай AWS DynamoDB - Complete Guide (incl Schema Designing), а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:50
    This Is How This Course Is Structured...
  2. Урок 2. 00:04:03
    Difference of SQL and NoSQL Databases
  3. Урок 3. 00:13:20
    Basic concepts of DynamoDB
  4. Урок 4. 00:05:41
    Using the DynamoDB web console
  5. Урок 5. 00:06:08
    Why you should use Workbench tool and, how?
  6. Урок 6. 00:07:47
    Using the AWS CLI V2
  7. Урок 7. 00:02:14
    The most common anti-patterns
  8. Урок 8. 00:02:19
    DynamoDB OnDemand and ProvisionedCapacity
  9. Урок 9. 00:03:29
    Availability, Durability and Consistency Model
  10. Урок 10. 00:04:09
    Read Request Units and Write Request Units
  11. Урок 11. 00:02:40
    DynamoDB Pricing and Free tier
  12. Урок 12. 00:08:44
    Pricing example
  13. Урок 13. 00:04:13
    Key schema design
  14. Урок 14. 00:10:30
    Design the DB schema using NoSQL Workbench tool
  15. Урок 15. 00:19:07
    Implementing the main access patterns
  16. Урок 16. 00:08:50
    Code auto generation with Workbench tool
  17. Урок 17. 00:01:46
    Gift - Fetching the last 14 days orders
  18. Урок 18. 00:10:41
    Understanding the data model
  19. Урок 19. 00:12:38
    Cloud9 environment setup
  20. Урок 20. 00:06:35
    Fetch games and players
  21. Урок 21. 00:06:25
    Find open games by map
  22. Урок 22. 00:06:07
    Transactional writes - practical usage
  23. Урок 23. 00:02:59
    Conditional write - practical usage
  24. Урок 24. 00:05:39
    Two important GSI access patterns
  25. Урок 25. 00:02:42
    Cleaning and wrapping up
  26. Урок 26. 00:07:01
    Planning the main data model and access patterns
  27. Урок 27. 00:10:38
    Key schema design and background setup
  28. Урок 28. 00:11:19
    Creating table and bulk load items
  29. Урок 29. 00:06:40
    Fetch user and photos
  30. Урок 30. 00:07:21
    Fetch photo and its reactions (using GSI table)
  31. Урок 31. 00:05:46
    Partial normalization
  32. Урок 32. 00:04:16
    Transactional writes - follow a user
  33. Урок 33. 00:03:22
    Transactional writes - add a reaction to photo
  34. Урок 34. 00:02:43
    How to use sort keys for data organization and retrieval
  35. Урок 35. 00:04:26
    Two more sort key patterns.
  36. Урок 36. 00:06:00
    How the pagination works in DynamoDB
  37. Урок 37. 00:11:06
    implementing pagination using lambda
  38. Урок 38. 00:04:27
    Fixing CORS issues guide
  39. Урок 39. 00:08:47
    Exclusive - Go backward and forward using pagination from the UI
  40. Урок 40. 00:10:13
    Leaderboard - Find the highest scores for each game
  41. Урок 41. 00:04:21
    Find the highest scores across all games
  42. Урок 42. 00:08:51
    Write sharding to improve performance on leaderboard
  43. Урок 43. 00:06:50
    Create table using Cloudformation
  44. Урок 44. 00:05:40
    Cloudformation with auto scaling
  45. Урок 45. 00:04:10
    DDB Streams and Triggers Introduction
  46. Урок 46. 00:12:28
    Simple application using Triggers and Streams
  47. Урок 47. 00:06:36
    DAX -DynamoDB Accelerator
  48. Урок 48. 00:06:49
    TTL - Time to Live
  49. Урок 49. 00:05:11
    Global Tables
  50. Урок 50. 00:04:37
    On Demand Backups and Restore
  51. Урок 51. 00:06:38
    Point In Time Recovery (PITR - Continuous backups)
  52. Урок 52. 00:01:09
    Introduction to Security Best Practices
  53. Урок 53. 00:12:33
    Monitoring and Controlling access to your data
  54. Урок 54. 00:09:40
    Limiting network access and Encryption KMS