Docker PowerShell Scripts for Local Development

In working on a cloud native application locally, there have been various dependencies to spin up in order to run the different services. These include things like: Netflix Eureka for service discovery Spring Cloud Config for externalized, distributed configuration RabbitMQ for decoupled messaging and bulk processing Redis for distributed caching MySQL for data persistence Most…
Read More