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

Migrate Brain models to non-Google Drive location #40

Open
brimoor opened this issue Aug 3, 2020 · 0 comments
Open

Migrate Brain models to non-Google Drive location #40

brimoor opened this issue Aug 3, 2020 · 0 comments
Labels
enhancement Code enhancement

Comments

@brimoor
Copy link
Contributor

brimoor commented Aug 3, 2020

The models used by the Brain are currently stored in Google Drive as public files, cf.

"config": {
"google_drive_id": "1SIO9XreK0w1ja4EuhBWcR10CnWxCOsom"
}
.

This works for modest usage, but we've run into issues with throttling of bandwidth from Google Drive, resulting in rejected downloads in some cases, so as our userbase grows, we'll need to find another home for the Brain models.

Some options:

  • host on our website? (need to research GoDaddy bandwidth limits; this is probably even worse than Google Drive...)
  • host as publicly available objects in GCS (as this will cost us $$$ to host, need to research basic safeguards to prevent download abuse)
  • others?
@brimoor brimoor added the enhancement Code enhancement label Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Code enhancement
Projects
None yet
Development

No branches or pull requests

1 participant