Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider implementing a database for "caching" ingredient information #6

Open
dcolli23 opened this issue Feb 21, 2020 · 2 comments
Open
Assignees
Labels
enhancement New feature or request learning Issues that will help me expand my C++ knowledge

Comments

@dcolli23
Copy link
Owner

Description

I need to consider managing a database for "caching" previously looked up ingredient information. That way, I can cut down on the amount of GET requests I make with the bar code API, potentially mitigating the need to buy any subscription to it.

I could also think about doing this for recipes.

@dcolli23 dcolli23 added enhancement New feature or request seasoning Ideas that are left to 'season' and may be implemented labels Feb 21, 2020
@dcolli23 dcolli23 self-assigned this Feb 21, 2020
@dcolli23
Copy link
Owner Author

I should probably take a crack at learning some form of SQL for this.

@dcolli23 dcolli23 added the learning Issues that will help me expand my C++ knowledge label Apr 1, 2020
@dcolli23 dcolli23 removed the seasoning Ideas that are left to 'season' and may be implemented label Jun 17, 2020
@dcolli23
Copy link
Owner Author

Well I think the time has come for me to start addressing this. I believe that I should look at NoSQL databases for this since I'll probably want to store recipes as objects instead of regular tables of information like in SQL databases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request learning Issues that will help me expand my C++ knowledge
Projects
None yet
Development

No branches or pull requests

1 participant