issues
search
ttben
/
pfe-ecoknowledge
Repository of our PFE project : Ecoknowledge
http://pfe.benni.space
0
stars
0
forks
source link
Make feeder an independent component
#134
Open
ttben
opened
8 years ago
ttben
commented
8 years ago
Feeder component should be autonomous. Its architecture follows :
a webTiers that handle new tracking request (and register them into db)
a producer that periodically add sensor to get value of in a queue
a consumer that actually make the http call and put the result into data db
Feeder component should be autonomous. Its architecture follows :