redis-microservices-demo
redis-microservices-demo copied to clipboard
Microservice application with various Redis use-cases with RediSearch, RedisGraph and Streams. The data are synchronize between MySQL and Redis using Debezium as a CDC engine
Refactor: rename folder and project to reflect microservice/application * [x] cache-invalidator-service * [x] data-streams-publisher * [x] data-streams-to-autocomplete * [x] data-streams-to-graph * [ ] mysql-database * [ ] notifications-service-node * [...
* [ ] Replace the url uuid by the ID in the key * [ ] Create a gear that capture the OMDB cache * [ ] Document in a...
* [ ] Design a small UI to show messages flow * [ ] add a rules that raise error (for example rating bigger than 10) so no Ack &...
* [ ] Put all message processing I a single method that receives the list of the messages to process * [ ] Start the process by looking at the...
* [ ] Create a sorted set to show the most best movies
* [ ] Push theater data in Redis * [ ] Create a rest API to find georadius data * [ ] expose that on a map