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

API Gateway #4

Closed AnshulV98 closed 4 years ago

AnshulV98 commented 4 years ago

Learn how to develop api gateways and develop mock-api-gateway to learn the flow

AnshulV98 commented 4 years ago

Learned about implementing an API gateway in a distributed environment, was going to use Zuul earlier, but not needed for the current application at the moment. Will use a normal REST controller which will route requests in combination with RabbitMQ as a message broker

AnshulV98 commented 4 years ago

A basic build for the gateway is ready, leaving this open as there can be future improvements in the gateway