-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Welcome to the pika-pika wiki!
This microservice takes into account location, date of the query being made and gets NEXRAD radar and version data of the file we need to predict weather of the given location.
Ensure that you have maven installed in the system. If you don't have maven, download it from the following link:
https://maven.apache.org/download.cgi
cd DataLinkRetrieve/
mvn clean install && mvn spring-boot:run
Ensure that the port 8080 is not busy.
For API Gateway Microservice, Frontend-data-retrieval-microservice, Post-processing-microservice, Session-management-microservice, User-management-microservice
Ensure that you have npm installed in the system. If you don't have npm, download it from the following link:
https://www.npmjs.com/get-npm
Install the api gateway microservice by running the following command in the folder you cloned the microservice in using command-line :
cd <microservice-folder-name> (i.e. user-management-microservice)
npm install
Install the model execution microservice by navigating to the following folder using command-line :
cd model-execution-microservice/model-execution-microservice/modelenv/Scripts
Run the command :
activate
Navigate two folders back using the following command :
../../pip install -r requirements.txt
Execute the python script using the following command :
python consumer.py
In the project directory, you can run:
https://www.npmjs.com/get-npm
and then do
npm start