airavata-courses / VignyaanDwaarNirman

Micro-service Architecture based Radar Data Visualization Web Application. Tools and Technologies: Jetstream, Kubernetes, Docker, RabbitMQ, Jenkins, RESTful, JAVA, Node JS, MongoDB
http://149.165.168.66:30012
0 stars 2 forks source link

Weather Retrieval Microservice #7

Closed AnshulV98 closed 4 years ago

AnshulV98 commented 4 years ago

Implement current weather microservice

devanshjain14 commented 4 years ago

Please clarify, does this mean the current data retrieval or historical data retrieval?

ViralPrajapati commented 4 years ago

Its current data retrieval and I have successfully implemented this microservice.

devanshjain14 commented 4 years ago

I doubt if we should do this as a microservice or not? According to @smarru, we should only develop microservice where some computations are being done.

Since this is just an add-on service, I think, implementing this on the UI part will not be much of a problem.

Nevertheless, I invite your and @AnshulV98 suggestions on this point.

devanshjain14 commented 4 years ago

I doubt if we should do this as a microservice or not? According to @smarru, we should only develop microservice where some computations are being done.

Since this is just an add-on service, I think, implementing this on the UI part will not be much of a problem.

Nevertheless, I invite your and @AnshulV98 suggestions on this point.

ViralPrajapati commented 4 years ago

I have started integrating the weather forecasting microservices and it seems that even though I can download the required radar file from nexrad data and plot required maps locally, I am not able to replicate this results in the microservices. In fact I am not even able to setup connection with the aws nexrad dataset via microservices using nameko.
issue