Skip to content

Dependencies

Madhavan K R edited this page Feb 3, 2022 · 14 revisions

Dependencies and packages for various Mircoservices

Data Ingestor Microservice (made using the Django framework of Python:

  1. django
  2. nexradaws
  3. datetime
  4. matplotlib
  5. requests
  6. tempfile
  7. arm_pyart
  8. pytz
  9. os
  10. rest_framework

Open this file and run the command to install all dependencies

Frontend UI (React.JS):

  1. Install node package from Node.js
  2. Run npm install (Node package manager)
  3. Run npm start into the forecast-ui directory

Java

https://mkyong.com/java/how-to-install-java-on-mac-osx/ https://mkyong.com/maven/install-maven-on-mac-osx/