You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.
Once the report has been received from runner, we need to process it asap to produce vizualisation data (average, median, other stats,...). We need to parallelize this process. One possible solution is to send the work to a remote worker.
Possible infrastructure:
This implies:
a nosql datastore to store the raw report waiting to be processed (redis, elasticsearch, memcached, some cgp alternative ?)
a cloud worker capable of retrieving the raw data, processing it and storing the result in a clean database
a sql database to store the processed vizualisation data
The text was updated successfully, but these errors were encountered:
moreirathomas
changed the title
Thinl
Think about how to precompute visualization data object
Jan 7, 2022
Once the report has been received from runner, we need to process it asap to produce vizualisation data (average, median, other stats,...). We need to parallelize this process. One possible solution is to send the work to a remote worker.
Possible infrastructure:
This implies:
The text was updated successfully, but these errors were encountered: