/flask-upload-export-api

A flask api for file upload/export with additional functionality of pausing, resuming or stopping a file upload

Primary LanguagePython

Flask Upload/Export API

Flask file upload/export API with pause, resume and stop capability. Endpoints:

  • /upload POST - For uploading a file
  • /export POST - For exporting rows through the given csv file
  • (upload or export)/token GET - For getting a token for upload/export
  • (upload or export)/pause POST - For pausing the upload/export of the file
  • (upload or export)/stop POST - For stopping the upload/export of the file
  • (upload or export)/resume POST - For resuming the paused upload/export of the file
  • (upload or export)/status GET - For getting the upload/export status of the file

Running image :

Build the docker image from here or from DockerHub for testing.