-
Book Overview & Buying
-
Table Of Contents
Microservices with Go - Second Edition
By :
Microservices with Go
By:
Overview of this book
Microservices with Go, Second Edition explains the key benefits and common issues faced by developers when working with microservices, helping you understand the problems microservice architecture solves, the issues it introduces, and how to tackle them.
The author distils his 18+ years of experience in building scalable and reliable infrastructure to help you grasp the importance of using the right principles and standards to achieve all that microservice architecture has to offer. You'll see why Go is a popular choice for microservice development, as well as navigate its foundational aspects, including service scaffolding, discovery, data serialization, communication, deployment, and testing. After covering development, you'll move to maintenance and reliability. This second edition is fully updated with newly added topics, including security and compliance, distributed system challenges, and performance monitoring. The final section focuses on advanced concepts, such as system reliability, observability, maintainability, and scalability. Through best practices and practical examples, you'll learn how to apply key ideas to existing applications using previously scaffolded services.
By the end of this book, you'll have gained hands-on experience in developing scalable, reliable, and high-performance microservices with Go.
Table of Contents (23 chapters)
Preface
Introduction to Microservices
Foundation
Scaffolding a Go Microservice
Service Discovery
Serialization
Synchronous Communication
Asynchronous Communication
Storing Service Data
Setting Up Service Deployments
Unit and Integration Testing
Security and Compliance
Maintenance
Reliability Overview
Collecting Service Telemetry Data
Setting Up Service Alerting
Performance Monitoring
Advanced Topics
Implementing Distributed System Scenarios
Advanced Topics
Other Books You May Enjoy
Index