-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersstorageui
Description
Is your feature request related to a problem? Please describe.
Heh, this is actually just a really cool idea. And, why not? Would make it super easy to debug, and google sheets is basically an extremely powerful (if not limited in scalability) database.
Describe the solution you'd like
Build a persister that saves to/loads from google sheets.
- Determine data models -- partition key = one sheet? App = one tab? All in a drive?
- Determine parameters for data model
- Figure out best way to wire through secrets (ensuring that we don't accidentally track it...)
- Test
- Add CSV/Excel as well, based on this
for a sample working persister
Describe alternatives you've considered
Not doing this for fear that someone will use it in prod (or maybe they should...).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersstorageui