NLeSC / noodles

Computational workflow engine, making distributed computing in Python easy!
http://nlesc.github.io/noodles
Apache License 2.0
21 stars 7 forks source link

Convert flask app from celery to noodles #52

Closed sverhoeven closed 6 years ago

sverhoeven commented 7 years ago

See example flask app https://github.com/surf-eds/one-button-compute/blob/master/onebuttoncompute.py where perform_computation method is submitted and result retrieved in separate flask endpoints.