Designing Microservices

With the increasing popularity of microservices, we would like to dedicate to them an entire chapter of this book. When discussing architecture, you will probably at some point hear, "Should we use microservices for that?" This chapter will show you how to migrate an existing application to a microservices architecture and how to build a new application that leverages microservices.

The following topics will be covered in this chapter:

  • Diving into microservices
  • Building microservices
  • Observing microservices
  • Connecting microservices
  • Scaling microservices

Technical requirements

Most of the examples presented in this chapter do not require any specific software. For the redis-cpp library, check https://github.com/tdv/redis-cpp ...

Get Software Architecture with C++ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.