gRPC Microservices in Go by Huseyin Babal (Author)
gRPC Microservices in Go
by Hüseyin Babal (Author)
--ISBN-10 : 1633439208
--ISBN-13 : 978-1633439207
Build super fast and super secure microservices with the gRPC high-performance messaging protocol and powerful Go language.
In gRPC Microservices in Go you’ll learn:
·Designing and implementing resilient microservice architecture
·Testing microservices
·Deploying microservices to the cloud with modern orchestration tools
·Monitoring and overseeing microservices
The powerful gRPC Remote Procedure Call framework delivers superior speed and security over protocols like REST. When paired with Golang’s low-level efficiency and flexibility, gRPC and Go become a killer combination for latency-sensitive microservices applications. gRPC Microservices in Go shows you how to utilize these powerful tools to build production-grade microservices. You’ll learn to develop microservice inter-service communication patterns that are powered by gRPC, design backward compatible APIs, and apply hexagonal architecture to microservices.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the reader
For software developers who know the basics of Go.
About the author
Hüseyin Babal has been using Go in production since 2017 to build and maintain SaaS platforms.
Table of Contents
PART 1 - GRPC AND MICROSERVICES ARCHITECTURE
1 Introduction to Go gRPC microservices
2 gRPC meets microservices
PART 2 - DEVELOPING, TESTING, AND DEPLOYING A GRPC MICROSERVICE APPLICATION
3 Getting up and running with gRPC and Golang
4 Microservice project setup
5 Interservice communication
6 Resilient communication
7 Testing microservices
8 Deployment
PART 3 - GRPC AND MICROSERVICES ARCHITECTURE
9 Observability