Files
grocery-management-obsidian/Datastore.md

10 lines
557 B
Markdown

# What to use?
Currently (4/24/24) thinking of using primarily NoSQL based storage.
* Not much of this seems to be relational data
* Not as familiar, so good learning opportunity
* Also, I _think_ SQL is more expensive to run in GCP
* Granted, the actual inventory portion could be relational
# What to store?
* Should receipt images be retained? doing so would let us train a data model on them later
* Is a separate document needed to store what line item associations are made? or are we willing to accept adding data to the stored Document AI response?