Book Image

Building Effective Microservices [Video]

By : Diego Pacheco
Book Image

Building Effective Microservices [Video]

By: Diego Pacheco

Overview of this book

<p><span id="description" class="sugar_field">Microservices is an architectural style that structures an application as a collection of loosely coupled services, which implement business capabilities. The microservice architecture enables the continuous delivery/deployment of large, complex applications. It also enables an organization to evolve its technology stack. Microservices are easy to scale independently and guide you in moving your application from a Monolith to a Microservice architecture.</span></p> <p><span id="description" class="sugar_field">We start the video with a brief introduction to Microservices and show you how to address challenges in a practical way. This video course will guide you in setting up the environment for implementing Microservices. It will take you through building your very own microservices using tools like REST and GUICE and then help you to set up your client for discovery and also in communicating between the Microservices. The course will then show you on how to assemble the microservice by making it observable and adding a client load balancing for your microservice. </span></p> <p><span id="description" class="sugar_field">Finally, the video will show you how to test and monitor your application for improving the performance and deploy your Microservice to the cloud. This video will set a solid foundation for you to start implementing Microservices in the everyday task.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">A practical course packed with step-by-step instructions, working examples, and helpful advice on getting started with microservices. This comprehensive course is divided into clear bite-size chunks so you can learn at your own pace and focus on the areas of most interest to you.</span></span></p>
Table of Contents (4 chapters)
Chapter 3
Assembling Microservices
Content Locked
Section 1
Making Your Microservices Observable
Learn how to implement Hystrix command in your Microservice in order to take advantage of Hystrix metrics. - Create a Hystrix command to wrap up functionality - Wire up the Hystrix command on the RxNetty Microservice stack - Code the Adapter to handle the Hystrix request