issues
search
ttben
/
pfe-ecoknowledge
Repository of our PFE project : Ecoknowledge
http://pfe.benni.space
0
stars
0
forks
source link
Make calculator an independent component
#135
Open
ttben
opened
8 years ago
ttben
commented
8 years ago
Its architecture follows:
a webTiers to handle new goal to compute (registered into a goals db)
a producer that periodically push a goal to compute into a queue
a consumer that actually compute goal progression and push goal result into goalResult db
Its architecture follows: