Clima Alerta is a micro service flood monitoring system. The system integrates climate data such as river level and flood history into a modern and resilient platform that allows the the integration of multiple data sources and clients.
The platform already delivers a modern frontend and integration with several platforms. Install and run!
- Friendly user interface based on dashboards
- AccuWather integration
- Flood, rainfall and river level data with status and historic
- Getting in touch with email integration
- Built in client dashboard made with Angular
- Built in data source for mock data
- Built in data source for CEOPS integration
- Plugable clients via REAST APIs
- Plugable data sources (producers) via AMQP Broker
- Micro services based system
- Scalable and resilient services
- Zero down time update
- Start MongoDB:
sudo service mongod start
- Build and package project:
mvn package
- Run:
java -Demail=<email server user> -Dpassword=<email server password> -DsendTo=<email recipient for getting in touch> -jar distributed-flood-monitoring-system-api/target/dependency/webapp-runner.jar distributed-flood-monitoring-system-api/target/*.war
- Start MongoDB:
sudo service mongod start
- Start RabbitMQ:
sudo service rabbitmq-server start
- Build and package project:
mvn package
- Run:
java -DconsumerType=riverlevel;flood;rainfall -jar distributed-flood-monitoring-system-consumer/target/distributed-flood-monitoring-system-consumer-1.0-jar-with-dependencies.jar
- Start RabbitMQ:
sudo service rabbitmq-server start
- Build and package project:
mvn package
- Run:
java distributed-flood-monitoring-system-consumer/target/distributed-flood-monitoring-system-producer-1.0-jar-with-dependencies.jar
- Fill in the required information.
- Start RabbitMQ:
sudo service rabbitmq-server start
- Build and package project:
mvn package
- Run:
java -DfloodHistoryCron="0 * * * * *" -Ddelay=60000 distributed-flood-monitoring-system-consumer/target/distributed-flood-monitoring-system-producer-ceops-1.0-jar-with-dependencies.jar
- floodHistoryCron is a cron for get flood history.
- delay is the time in milliseconds for get river level.
- npm install
- npm start