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

Use SQLite DB instead of Google Sheets #7

Open
SilasBerger opened this issue Apr 27, 2023 · 3 comments
Open

Use SQLite DB instead of Google Sheets #7

SilasBerger opened this issue Apr 27, 2023 · 3 comments

Comments

@SilasBerger
Copy link
Owner

No description provided.

@SilasBerger
Copy link
Owner Author

Using either Google Sheets or Excel as a "DB" is useful, because you get a "free UI". However, it could also be worth considering moving to a real DB such as SQLite and build a simple Electron / Tauri UI instead. Moving to Excel doesn't seem to provide much of a benefit, since GCP API limits have never been an issue so far, and having the sheet accessible online through the GCP API is a large benefit.

@SilasBerger SilasBerger changed the title Consider moving away from Google Sheets to Excel Use SQLite DB instead of Google Sheets Jun 3, 2023
@SilasBerger
Copy link
Owner Author

Formerly: "Consider moving away from Google Sheets to Excel

Rationale: Having the data live in Google Sheets comes with downsides such as Google API auth handling (consent screen, etc.), potential rate limiting, limited query options, etc. Moving forward, this should a desktop application, or at some point possibly also / only a web app, with a proper GUI. Having the data in Google Sheets is therefore no longer useful - especially since it doesn't provide a more convenient "share to" option, which may be a benefit of having the data available online.

@SilasBerger
Copy link
Owner Author

Additionally, it makes the setup process a lot easier: no GCP project, no setting up the Google Sheet with just the right format, etc.

SilasBerger added a commit that referenced this issue Jun 18, 2023
#7 Replace Google Sheets integration with SQLite database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant