Early Warning System for First Responders: it listen to toxic plumes (from Kafka's cbrn_geojson
topic) and resources (from Kafka's resource
topic) and when a resource enters a toxic area, a message is sent (to Kafka's message
topic).
Using pnpm
(install with npm i -g pnpm
):
pnpm i
Using npm
:
npm i
npm start
npm run build
npm run ews