-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Veetreens are slows because they fetch data from the google drive api every time, a solution is to have a database wich is a copy of the gsheet document and updates automatically, my proposition is the following architecture.
There are 3 components:
- The content provider who fetches the content from the database to give it to the veetreens
- The content updater who updates the database
- The database which is a mirror of the document.
The content updater uses a queue cause the update can take time.
http://stackoverflow.com/questions/38225812/gspread-change-listener
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels