Monolithic Apps vs Microservices

This is an interesting discussion regarding Monolithic Apps Vs. Microservices. Having recent experience with microservices (or really just SOA) I can definitely see where it can be more development overhead, which I am not sure was mentioned…

 Etsy also serves as a fine example of how to build a great site and do things right: continuous integration; per developer VMs; push button deployment; good monitoring; developers deploy to the site on the first day; GitHub; Chef; IRC to control releases; dashboards; and they do not use source code control branches, effectively always deploying from the main branch.

http://highscalability.com/blog/2014/7/28/the-great-microservices-vs-monolithic-apps-twitter-melee.html

Leave a Reply