TODO
- Explore Prometheus and Grafana for metrics aggregation
- Deploying the application in Kube
- Explore Elastic Search for searching through vast dataset
- Performance/Load Testing
- Explore multiple service to service communication like REST, RPC, event-based, Websockets
Start and Stop dependencies This project uses Makefile to add scripts for managing the application. To start the dependencies,Use make start-dependencies To stop/destroy dependencies, Use make destory-dependencies