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

Microservices Communication #3

Closed AnshulV98 closed 4 years ago

AnshulV98 commented 4 years ago

Learn microservices communication and implement a mock-architecture( consumer and producer)

devanshjain14 commented 4 years ago

I have successfully run two microservices that are able to communicate with each other through amqp. #dedication

ViralPrajapati commented 4 years ago

I have created basic outline of 3 micro services i.e Data retrieval, Model execution and Analysis that are communicating with each other via rabbitmq as required and now will connect them to database. I think we should make separate database for each microservice, what do you guys think ?

AnshulV98 commented 4 years ago

RabbitMQ has been integrated with the API gateway as well, now the gateway works as both a RestController and a message producer/consumer

AnshulV98 commented 4 years ago

Going with RabbitMQ we have figured out, things can be improved, closing this issue, as newer issues will be created for future improvements