DynamoDB Relationships - 3 One to Many

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024

Комментарии • 10

  • @ginom219
    @ginom219 Год назад +1

    This was so well explained. Thank you.

  • @eduardofernandezdiaz5264
    @eduardofernandezdiaz5264 16 дней назад

    thanks for this clear explanation. I've seen people use MongoDB as relational DBs instead of modeling all the data in one single document... I guess switching the mindset is not easy

  • @rohitrvyas20
    @rohitrvyas20 11 месяцев назад

    Hi, It's really great and I would like to use it. But I have one question. I want to get all users list whose SK is profile. So please let me know how to get list of all users with this given structure.

  • @frontendtier
    @frontendtier 4 года назад +2

    This is great, really well explained - thank you Gary!

  • @andresm9051
    @andresm9051 3 года назад

    Great examples and videos congrats I got a question, now for you I'm understanding dynamoDB thanks but I would to know how to handles for example subtask of it, in the video we have task_123 but if the task has subtask will be like task_123_subtask123 great but I need the same for categories and products I have a category like CAT#NUTRITION and will store all products of that category, but if I add a new product of the same category nutrition but this one is going to a subcategory CAT#NUTRITION#FOOD all products will be stored at that subcategory, but when I query to get all CAT#NUTRITION products won't be retrieved by the query
    One solution is duplicate all new product from CAT#NUTRITION#FOOD to CAT#NUTRITION will work and query it in both PK, but I dont want to duplicate there is a best way to do this. Thanks a lot

  • @naokobanana4291
    @naokobanana4291 Год назад

    I have to say this is magic haha. Pretty well explained. Keep it going!

  • @omphemetsemafoko830
    @omphemetsemafoko830 4 года назад +1

    Thank you for the explanation

  • @mathix420
    @mathix420 4 года назад +1

    Thanks man you helped me a lot ! Just keep going

  • @algeriaalg408
    @algeriaalg408 3 года назад

    Really helped me, thank you Gary.