Skip to content

Veetreens are slow #1

@Diogo-Ferreira

Description

@Diogo-Ferreira

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions