googlesheets-sql-sync
googlesheets-sql-sync copied to clipboard
Sync Google Sheets to your SQL databases (one-way only)
Write some tests with actual DBs Mock the Google HTTP API, but use real MySQL, Postgres and SQLite. Run DBs in Docker.
Hi, your project looks interesting. The OAuth part is something that I would like to avoid. Have you considered adding support for [Service Account](https://cloud.google.com/iam/docs/understanding-service-accounts)? > A service account is a...
This would make it appropriateto run this sync in a pretty frequent interval.
Don't even start worker in single sync. Separate worker logic from sync. Interval logic should only be part of worker. Find a simpler implementation of interval logic.