Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 534 Bytes

File metadata and controls

17 lines (13 loc) · 534 Bytes

Microservices-101

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