Тёмный

Amazon/AWS DynamoDB Tutorial for Beginners | Create Your First DynamoDB Table and Items 

Tiny Technical Tutorials
Подписаться 57 тыс.
Просмотров 34 тыс.
50% 1

Опубликовано:

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 76   
@sedk0022
@sedk0022 Год назад
You can't believe how much I enjoy the calmness and simplicity of your videos. Thank you for providing us with those great and straightforward tutorials.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
I don't know that anyone has called the videos calm before...I love it! 🥰 So glad they're helping. Thanks for supporting the channel!
@zroqs
@zroqs Год назад
​@@TinyTechnicalTutorialsthe best on RU-vid!
@zeromt3577
@zeromt3577 Год назад
Very well done! Especially nice that you showed the json array and nested object example. Also good demo of the ragged key-value-pair view of customers with different sets of key fields.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
I'm so glad it helped! Thanks for watching! 😊
@andriy123
@andriy123 Год назад
Its absolutely brilliant how flexibility is presented in this video, thanks for creating it ..
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
You bet! Thanks for watching! 😊
@mr638
@mr638 Год назад
simple way of explaining... thx for the video
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Absolutely! Thanks for watching! :)
@bobsutube
@bobsutube Год назад
That was excellent. Conveyed a lot of understanding in a short video - thanks so much - I'm now subscribed to check out more of your tuturials
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Awesome, thank you! Welcome to the channel! 🙏🌟🤓
@bobsutube
@bobsutube Год назад
@@TinyTechnicalTutorials One small thing you do that I find is effortless but means so much is your use of context naming during your demos. Most people will create demos using naming like "bucket1", "function1","event1", "role1", etc, when it is 10 times more helpful to viewers to use "myTinyFlixFunction", "myTinyFlixRole". I've always done similar for my own presentations and really appreciate this effort in your demos. Good stuff
@gilbertos.s1376
@gilbertos.s1376 Год назад
Learning from Brazil, easy and clearly your explanation right to the point!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Ola, Gilberto! :) Thanks so much for watching! Glad it was helpful.
@williamvargas4179
@williamvargas4179 17 дней назад
cool, really easy to follow. Thanks!
@amirlatifim
@amirlatifim Месяц назад
Art Vandelay! Good one! Also Bon Sacramento!
@runyalen
@runyalen 6 месяцев назад
Quick question.. In relation DBs we do colulmes created_at / updated_at. Do you do that in dinamoDB or nosql ?
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 месяцев назад
Hey ReivenIV! 👋 Great question! DynamoDB doesn't automatically manage "created at" or "updated at" timestamps for items in the way that some relational databases do. You can manually add/update those attributes, though...just takes a little more manual effort. 😊
@life_xplorers
@life_xplorers Год назад
You are awesome I love your videos. You have such an outstanding way of explaining things. ❤ Thank you so much.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Wow, thank you so much! Glad you're enjoying them!! 😊🙏
@EddieMao
@EddieMao 4 месяца назад
Like your tutorials always!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 месяца назад
Thank you SO much!!! 🤓🙏🌟
@danieltesfay6690
@danieltesfay6690 Год назад
Great tutorial as always!!!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Thank you! Cheers! 😊🔥😎
@hikosaemon
@hikosaemon Год назад
I was thinking of doing a basic Database project using RDS but I wonder if this might not be a better way to do it..? I assume you can batch input data from a CSV file to DynamoDB? And read it with Quicksight? If I was making a really simple app from scratch - thinking something like having buttons indicating a type of activity and another group of buttons indicating mood, and storing button presses with date and timestamps - is there any reason this would be better to do with RDS? I'm tempted now to try with this instead... :) Thanks again, I love these tutorials. I'm not certified and looking for hands on mini projects to get more familiar with the services. Your vids are really great for people like me!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Hi Hikosaemon! Thanks for watching...I'm so glad you're finding the videos helpful! 🙏😊 For a simple app like you're talking about, RDS or DynamoDB would technically work. DynamoDB is going to be lighter weight, easier to set up, and easier to change in the future if you need to (you don't have to update schemas and relationships and such). It will also be a lot more scalable and performant, if you plan to grow it in the future (though it sounds like you're starting small). Yes, you can do batch ingest from a CSV file. Here's one way to do that: app.pluralsight.com/library/courses/developing-alexa-skills/table-of-contents For QuickSight, here's a walk-through of how to do that (it uses Amazon Athena to query the data from DynamoDB first, then uses QuickSight to visualize it): dev.to/awscommunity-asean/visualising-your-amazon-dynamodb-data-with-amazon-quicksight-14n4. Hope that helps! Definitely lots of options. :)
@hikosaemon
@hikosaemon Год назад
@@TinyTechnicalTutorials Wow, thank you!
@B3T0M4N
@B3T0M4N Год назад
wow, you are an AWS Ninja!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Thanks so much! Welcome to the channel! 😊
@maruthis1921
@maruthis1921 11 месяцев назад
Can we apply queries to it
@TinyTechnicalTutorials
@TinyTechnicalTutorials 11 месяцев назад
Yes! 🤓 You can query DynamoDB just like any other database. Here's the API documentation to get you started: docs.aws.amazon.com/amazondynamodb/latest/developerguide/Query.html
@AllAboutDataTechnology
@AllAboutDataTechnology 8 месяцев назад
good video, easy to follow. thanks
@TinyTechnicalTutorials
@TinyTechnicalTutorials 8 месяцев назад
Glad it was helpful! Thanks for watching! 🙏🤓🌟
@completestudy3602
@completestudy3602 Год назад
Hello, Im doing a university project where I should run a whiteboard application on atleast two seperate machines within my vpc, each application serving different set of users and I have to demonstrate that the distributed application running in my vpc is consistent in a way that all users will see the same state across different instances. can you help me how can I achieve consistency so that everyonce can see the same state ? any tips for this project?
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Hey Complete Study! Sounds like a fun project! :) Can you clarify a bit more about users seeing the "same state"? Do you mean they see the same UI? Or are you talking about session state (for example, storing variables across pages, or adding products to a shopping cart)? The first thing that comes to mind is to set up a load balancer with an auto-scaling group. The auto-scaling group would use a target group that includes your two instances, and then the load balancer would distribute traffic across both instances. I've actually got a video for that: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ZGGpEwThhrM.html. But depending on the "state" details, there are some additional things you might need to do.
@jesseh522
@jesseh522 8 месяцев назад
ART VANDALAY!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 8 месяцев назад
LOL!! Yes!!! 😊
@krishna-santosh
@krishna-santosh Год назад
Thank you. You were spot on
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Thank YOU! And I love your name, Bro, Do you even Code? 😂👏
@Tank10A
@Tank10A 5 месяцев назад
Thanks
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 месяцев назад
You bet! Thanks for watching! 🙏🤓🌟
@KarimFlut
@KarimFlut Год назад
great video !
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Thanks so much!! :)
@josefinavargas4181
@josefinavargas4181 Месяц назад
:D really smart lady.
@MrFilip121
@MrFilip121 6 месяцев назад
You have very nice voice
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 месяцев назад
Awww, thanks so much!! 🤓🌟🙏
@SenayDemirKula
@SenayDemirKula Месяц назад
♥♥♥♥
@akj3344
@akj3344 Год назад
lol Seinfeld reference.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
The best!! 😊
@celestinebanick437
@celestinebanick437 Год назад
👀 ρяσмσѕм
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Thanks for watching!
@matthewteves1681
@matthewteves1681 Год назад
Your videos are so helpful. Your explanations are so clear. I love the Seinfeld references, too. 🙂 Thank you for your hard work.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Thanks so much, Matthew! And I like that someone got the Seinfeld references! 😁
@CalSticks
@CalSticks Год назад
Seinfeld fan? Thanks for the video - really useful bitesize info.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Ha! You're the first one to ask! :) One of the best shows ever, in my humble opinion. Thanks for watching!
@KrishnaDiamesso
@KrishnaDiamesso Месяц назад
😀Love it. Art Vandalay. The Architect or the Latex Salesman. Best show on earth. Funny and smart.
@pritishn6350
@pritishn6350 18 дней назад
simple and clean, very easy to follow What/ How to videos, thank you!
@naren06938
@naren06938 Год назад
I seen some Mongo DB projects, Can u make small video Extra benefits if any in this Dynamo DB compared to Mongo DB, i hope Mongo DB Atlas also similar cloud characteristic
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Hi Narendra! I'll add this to my list for future videos. In the meantime, here's a comparison chart that might help? www.mongodb.com/compare/mongodb-dynamodb
@Bastian-Remi
@Bastian-Remi Год назад
These are exactly the kind of how-to videos I personally look for and enjoy the most. Quick, and to the point when I want a simple starter or rundown. Thank you!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
You bet! So glad it helped!! 😊🙏🌟
@rafaelnicholas1044
@rafaelnicholas1044 Месяц назад
amazing content.
@Torrenting-Legally
@Torrenting-Legally Год назад
Hi Amber, do you have any plans to make a course for AWS SAA? I took your cloud practitioner course and just passed the exam!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
CONGRATS, Babak!!! This is wonderful news! :) I actually have an SAA course releasing hopefully in the next week with Zero to Mastery. I've made myself a reminder to loop back here with a link once it's published. Hang tight!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Hi Babak! Quick update on the Solutions Architect course. Things got delayed a bit over the holidays, but we're shooting for next week. Stay tuned! :)
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Hi again, Babak! The Solutions Architect Associate course is finally live! Hopefully worth the wait. Enjoy! :) zerotomastery.io/courses/aws-certified-solutions-architect-bootcamp
@faisalee
@faisalee Месяц назад
Brilliant! Subbed for the simplicity and to the point"ness" of this video. I learned exactly what I came to learn :)
@TinyTechnicalTutorials
@TinyTechnicalTutorials Месяц назад
Welcome to the channel, Faisal! 👋 Thanks for watching, and for the nice comment! 🙏🌟🤓
@GangaRajagopalan
@GangaRajagopalan 4 месяца назад
It's very clear way to understand how to create dynamodb. Thanks a lot 😊
@TinyTechnicalTutorials
@TinyTechnicalTutorials 3 месяца назад
Yay! I'm so glad it was helpful. Thanks for watching, and for the nice comment! 🙏🌟🤓
@ChanceMinus
@ChanceMinus Год назад
Brilliant! Extremely helpful. Thank you.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Thank you for watching! 😊
@abhishekrathod7
@abhishekrathod7 6 месяцев назад
Simple and Straightforward 👍
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 месяцев назад
Yay! I'm so glad it helped. Thanks for watching! 🙏🌟🤓
@caiyu538
@caiyu538 Год назад
Simple but clear explanation.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Год назад
Glad you liked it! Thanks for watching! 😊
Далее
КАК БОМЖУ ЗАРАБОТАТЬ НА ТАЧКУ
1:36:32
DynamoDB in 20 Minutes - Intro to NoSQL
20:16
Просмотров 8 тыс.
Create a DynamoDB Table using Terraform
27:51
Просмотров 6 тыс.
How to AWS DynamoDB: Schema Design
16:29
Просмотров 23 тыс.
AWS DynamoDB Tutorial For Beginners
38:12
Просмотров 358 тыс.
Getting started with AWS DynamoDB in .NET
25:01
Просмотров 23 тыс.