Piggy Metrics
Microservice Architecture with Spring Boot, Spring Cloud and Docker
Piggy Metrics is a tutorial-style financial advisor application built to demonstrate microservice architecture with Spring Boot, Spring Cloud, and Docker. It divides the system into independently deployable services for account data, statistics, notifications, authentication, configuration, gateway routing, monitoring, and service registry behavior. The application models a real distributed system by giving each core microservice its own MongoDB database and connecting services through REST...