I am making a service, that takes analytical data and counts correlation between this data and database data.
Because of the fact that there is a lot of correlations to build (could be up to 10 hours computations), I want to make sure that process has begun and to send a response with something like a loading bar.
So any time the request is sent, the response should contain information on how much is computed.
Could Flask provide this solution?