django-chunked-upload icon indicating copy to clipboard operation
django-chunked-upload copied to clipboard

Upload to Data Pipe

Open Motorrat opened this issue 5 years ago • 0 comments

I came here because I need an online interface to a Python data pipe (Excel Anonymiser Script) https://github.com/Motorrat/anonyxel/issues/2

Data Pipe is a rather standard task. Many existing scripts would profit from being exposed on the web. For example I have another data pipe project autosklearn-zeroconf

So I would like to propose to pack your project in a drop-in app with a two hooks/callbacks - file received (to start processing pipeline) and return new file to the user (once processed). The programmer would then just have to configure the program (data pipe) name to be called upon file upload and write the resulting file out in a specified way (callback function?)

It could serve as a standard go-to technology to expose python scripts to internal users or where authentication etc. is not applicable, so no further functionality is required.

Motorrat avatar Oct 23 '18 09:10 Motorrat