Welcome to this repository, this is the official github repository that will be used to share the examples shared in the twitch series "Debunking Amazon DynamoDB Myths".
In this main
branch you will find only this Readme.md file! For each new episode that have code available we will create a new folder. For example to find the code that was used during the second episode you will need to navigate to the episode-two-code
folder.
Episode | Name | Date | Code Branch |
---|---|---|---|
Episode 1 | From JOINs and UNIONs to denormalized data models | Episode 1 | Debunking DynamoDB Myths | November 9th 2022 | |
Episode 2 | What about triggers and stored procedures | Episode 2 | Debunking DynamoDB Myths | December 7th 2022 | episode-two-code |
Episode 3 | Thinking NoSQL | Episode 3 | Debunking Amazon DynamoDB Myths | February 1st 2023 | episode-three-code |
Episode 4 | Myth#2 DynamoDB is expensive | Episode 4 | Debunking DynamoDB Myths | March 1st 2023 | episode-four-code |
Episode 5 | From SQL instructions to DynamoDB API calls | Episode 5 | Debunking DynamoDB Myths | March 29th 2023 | episode-five-code |
Episode 6 | Purpose built database? I only need the one that works!! | Episode 6 | Debunking DynamoDB Myths | May 3rd 2023 | |
Episode 7 | Myth #3: You can’t implement atomic counters with Amazon DynamoDB | Episode 7 | Debunking DynamoDB Myths | June 7th 2023 | episode-seven-code |
Episode 8 | Access Control with DynamoDB | Episode 8 | Debunking DynamoDB Myths | August 2nd 2023 | episode-eight-code |
Episode 9 | Is my Data model OK? It depends! | Episode 9 | Debunking DynamoDB Myths | November 1st 2023 | episode-nine-code |
Episode 10 | Migrating your data to Amazon DynamoDB | Episode 10 | Debunking DynamoDB Myths | December 6th 2023 | episode-ten-code |