airavata-courses / neo

A microservice architecture based weather feed visualization platform.
http://projectneo.ignorelist.com:32000/
Apache License 2.0
1 stars 1 forks source link

Feature - Create Redis Service #54

Closed niravraje closed 2 years ago

niravraje commented 2 years ago

Create Redis service that interacts with a Redis store. Gateway will first send a request to the Redis servcie. If there is a miss, the request will be sent to the data service (#19). Redis service will also subscribe for messages from a message queue that is being used by the data service to publish it's processed data output.