[Flask] REST based File Sharing server Implementation in Flask

G.S.Vijay Raajaa gsvijayraajaa at gmail.com
Sun Jun 25 10:38:34 EDT 2017


Hi,

I am trying to build a REST based file sharing server on top of flask. I am
looking for a scalable stack.

The requirement goes as follows;

1) Cater multiple file uploads.
2) Files can be of the order of 30-100GB. The server hosting the python
webserver should not read the file to memory and spill to disk.
3) Non blocking - when user uploads multiple files.
4) Non blocking - when multiple user try to upload files.

Pointers to any existing open source project is also much appreciated.

Idea inspired from https://filebin.net/

Seeing if celery + Flask can come handy. Kindly suggest the WSGI to use it
for production too.

Looking forward to your valuable suggestions.

Regards,
Vijay Raajaa GS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/flask/attachments/20170625/b824c18b/attachment.html>


More information about the Flask mailing list