Image Processing Service

uploads-2.sql051.zip

This merge contains Minio service with Client [Not necessary in production], with a basic implementation of the task queue.

Prerequisites:

  • add uploads.sql command attached with the thread
  • make two buckets by visiting localhost:9000 after installation of the framework

Things to test

  • route '/admin/uploads': file should be attached with the request, they should get uploaded and be visible under localhost:9000 under image-raw
  • route '/admin/uploads/dashboard': this should show you all the uploaded files with an option to create a task, this action should move them to processed archival.
  • route '/admin/uploads/edit/: id': upon a click of processed archival you should land at edit page showing an overview[Not implemented yet] and all the files corresponding to the name and their artifacts for the crop.
Edited by Aman Singh

Merge request reports

Loading