- docker-compose up -d
- run
docker ps
to ensure kafka has started
- Start podpublish app
- Access app in following format - http://localhost:8081/1?lat=40.742&lon=-73.5&speed=75
- Generate load with tiny variations of lat, lon and speed
- /1 is id, you can increment it for every request
Note - You need Google Maps API key. Once you have the actual API key, find and replace YOUR_API_KEY in the HTML code.
- Start podprocess app
- Access the app - http://localhost:8080/dynamicmarkers.html
- docker kill $(docker ps -q)
- docker rm $(docker ps -a -q)
- docker rmi $(docker images -q)