Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhinavraj23/flask-upload-export-api
A flask api for file upload/export with additional functionality of pausing, resuming or stopping a file upload
https://github.com/abhinavraj23/flask-upload-export-api
Last synced: about 2 months ago
JSON representation
A flask api for file upload/export with additional functionality of pausing, resuming or stopping a file upload
- Host: GitHub
- URL: https://github.com/abhinavraj23/flask-upload-export-api
- Owner: abhinavraj23
- Created: 2020-04-22T10:42:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T03:39:28.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T21:37:24.338Z (almost 2 years ago)
- Language: Python
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://hub.docker.com/repository/docker/abhinavraj23/flask-upload-export-api) for testing.