brazil-data-cube / cube-builder

Cube Builder is an application to generate data cubes on local cluster using Python and Celery.
https://cube-builder.readthedocs.io/en/latest/
GNU General Public License v3.0
8 stars 7 forks source link

Improve way of triggering data cubes #271

Closed raphaelrpl closed 1 year ago

raphaelrpl commented 1 year ago

We should move the triggering data cube as async mode (using celery tasks) in order to optimize and trace the data cube execution.

Right now, this process is made by API or command line. Both of these ways use sync way using Maestro.run().