geosolutions-it / sciadro-backend

https://waffle.io/geosolutions-it/sciadro-backend
1 stars 3 forks source link

Data Download Component #5

Open tdipisa opened 5 years ago

tdipisa commented 5 years ago

Download of Video and key Frames. A service for videos and frames download should be provided with:

simboss commented 5 years ago

Ideally this should work as an ordering sytem where order is placed for data and data is delivered asynchronously.

Ideally the data preparation should be pluggable as it might involve i the future some processing on the data (cropping, changing of coordinate system, change of format, etc..).

As usual, let's discuss and see ho far we get.

sergey-misuk-yotec commented 5 years ago

We can use Celery tasks for all data processing tasks. So data will be processed asynchronously. But we need to introduce some specific statuses to let user know that data is being processed and is processed already.