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

Research best way to handle large amounts of uploaded files #4

Open
CodyRichter opened this issue Mar 17, 2021 · 0 comments
Open

Research best way to handle large amounts of uploaded files #4

CodyRichter opened this issue Mar 17, 2021 · 0 comments
Labels
good first issue Good for newcomers Server Relating to FastAPI Backend Server

Comments

@CodyRichter
Copy link
Contributor

All images are currently uploaded directly via HTTP. However, this is a huge bottleneck when the number of images being uploaded is large.

Different protocols should be investigated to determine if HTTP is in fact the optimal solution, and if there is a better way to send large quantities of images to the server.

@CodyRichter CodyRichter added good first issue Good for newcomers Server Relating to FastAPI Backend Server labels Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Server Relating to FastAPI Backend Server
Projects
None yet
Development

No branches or pull requests

1 participant