Want to learn about microservices?
-
Recent Posts
Archives
- March 2017
- February 2017
- January 2017
- September 2016
- August 2016
- March 2016
- February 2016
- January 2016
- December 2015
- September 2015
- May 2015
- April 2015
- January 2015
- December 2014
- November 2014
- September 2014
- July 2014
- May 2014
- April 2014
- March 2014
- November 2013
- June 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- October 2012
- September 2012
- May 2012
- January 2012
- September 2011
- August 2011
- July 2011
Categories
Meta
Category Archives: architecture
Does each microservice really need its own database?
The short answer is yes. However, … Continue reading
Deploying Spring Boot-based microservices with Docker – part 3
In part 1 and part 2 of this series, we looked at the benefits of the microservice architecture and showed how Spring Boot simplifies the development of microservices. We also built a couple of simple Spring Boot-based services for user … Continue reading
Posted in architecture, microservices, spring boot
Tagged architecture, microservices, spring boot
5 Comments
Upgrading my microservices-based application to the new version of Docker using Packer and Chef
For some time now I’ve been running Docker-based dev and prod environments on Amazon EC2. Even though Docker is pretty new it works well and it’s a good platform for deploying microservice based applications. Each microservice is packaged as a Docker … Continue reading
Posted in architecture, deployment, docker, microservices
Tagged architecture, chef, deployment, docker, ec2, mcroservices, packer
Leave a comment
Building microservices with Spring Boot – part 2
In part 1 of this series, we looked at how the Microservice architecture pattern decomposes an application into a set of services. We described how Spring Boot simplifies the development of RESTFul web service within a microservice architecture. In this … Continue reading
Posted in architecture, microservices
16 Comments
Building microservices with Spring Boot – part 1
This article introduces the concept of a microservice architecture and the motivations for using this architectural approach. It then shows how Spring Boot, a relatively new project in the Spring ecosystem can be used to significantly simplify the development and … Continue reading
Posted in architecture, microservices
Tagged architecture, microservices, REST, spring boot
12 Comments