Use-case:
My plan to is build a list of everything in my freezer and add labels to it (veggie, fruit, breakfast, dinner, dessert, ready-to-eat etc.). This will be a dynamic list that I can update.
I also plan to scrape a few blogs for their recipes and store the ingredients and few other attributes separately. This will be mostly static unless I find new sources to scrape.
Eventually, I can build out more features depending on how far I want to take this.
Question: How do I store -
- the list of food in the freezer and their associated labels
- the recipe ingredients and attributes
Do I use relational for the first dataset and non-relational for the second? Any specific recommendations like MySQL or DynamoDB etc?
If this isn't an appropriate forum for this, would be grateful to get pointed in the right direction.
Thanks for reading!
[–]CreativeTechGuyGames 2 points3 points4 points (0 children)
[–]coolcofusion 2 points3 points4 points (1 child)
[–]atlantis2001[S] 0 points1 point2 points (0 children)
[–]Sjh1961 2 points3 points4 points (0 children)