redis microservices demo
1.0.0
This project shows how you can modernize a legacy application that use RDBMS with Redis.
If you want to use the Web Service cache demo that call the OMDB API you must:
Generate a key here: http://www.omdbapi.com/ *do not forge to activate it, you will receive an email)
When the applications is ready go to the "Services" page and enter the key in the configuration screen, this will save the key in a Redis Hash (lool at ms:config
during the demo)
$ mvn clean package
$ docker-compose up --build
Cleanup
$ docker-compose down -v --rmi local --remove-orphans
You can also deploy the application to Kubernetes, see Kubernetes Readme