Video description
In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video.
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.
About the Technology
Go is perfect for writing fast, reliable microservices code, but that’s only half the story. You also need a communications framework like gRPC to connect your services and handle load balancing, tracing, health checking, and authentication. Together, Go and gRPC accelerate the development process and eliminate many of the challenges you face when building and deploying microservices.
About the Book
gRPC Microservices in Go teaches you how to build production-ready microservices using Go and gRPC. In it, you’ll learn to create efficient APIs in Go, use gRPC for network communication, and deploy on cloud and Kubernetes. Helpful examples, including a complete eCommerce web app, make it easy to grasp each concept. You’ll also get an inside look at testing, deployment, and efficient DevOps practices for microservices.
What's Inside
- Designing and implementing resilient microservice architecture
- Testing microservices
- Cloud deploying microservices with orchestration tools
- Monitoring and overseeing microservices
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.
Quotes
A great book for gRPC microservices development, and even better if you plan on using Go to build them.
- Jonathan Reeves, Wolfjaw Studios
Insightful and comprehensive. A step-by-step walk-through with clear examples.
- Jeelani Shaik, Huntington Bank
A wealth of practical suggestions for real-world applications.
- Marco Massenzio, Cruise
Interprocess communication masterfully revisited.
- Mikael Dautrey, ISITIX
Uncover the power of gRPC for building secure and efficient microservices.
- Andrea Monacchi, CHILI
Table of contents
- Part 1. gRPC and microservices architecture
- Chapter 1. Introduction to Go gRPC microservices
- Chapter 1. REST vs. RPC
- Chapter 1. When to use gRPC
- Chapter 1. Production-grade use cases
- Chapter 1. Summary
- Chapter 2. gRPC meets microservices
- Chapter 2. Scale cube
- Chapter 2. Microservice architecture
- Chapter 2. Service discovery
- Chapter 2. Using gRPC for interservice communication
- Chapter 2. Summary
- Part 2. Developing, testing, and deploying a gRPC microservice application
- Chapter 3. Getting up and running with gRPC and Golang
- Chapter 3. Generating stubs
- Chapter 3. Maintaining .proto files
- Chapter 3. Backward and forward compatibility
- Chapter 3. Summary
- Chapter 4. Microservice project setup
- Chapter 4. Order service implementation
- Chapter 4. Summary
- Chapter 5. Interservice communication
- Chapter 5. Depending on a module and implementing ports and adapters
- Chapter 5. Error handling
- Chapter 5. Summary
- Chapter 6. Resilient communication
- Chapter 6. Error handling
- Chapter 6. Securing gRPC communication
- Chapter 6. Summary
- Chapter 7. Testing microservices
- Chapter 7. Testing with a unit test
- Chapter 7. Integration testing
- Chapter 7. End-to-end tests
- Chapter 7. Test coverage
- Chapter 7. Summary
- Chapter 8. Deployment
- Chapter 8. Kubernetes
- Chapter 8. Certificate management
- Chapter 8. Deployment strategies
- Chapter 8. Summary
- Part 3. gRPC and microservices architecture
- Chapter 9. Observability
- Chapter 9. OpenTelemetry
- Chapter 9. Observability in Kubernetes
- Chapter 9. Summary
Product information
- Title: gRPC Microservices in Go, Video Edition
- Author(s):
- Release date: December 2023
- Publisher(s): Manning Publications
- ISBN: None
You might also like
book
gRPC Microservices in Go
Build super fast and super secure microservices with the gRPC high-performance messaging protocol and powerful Go …
book
Building Microservices with Go
Your one-stop guide to the common patterns and practices, showing you how to apply these using …
book
Bootstrapping Microservices with Docker, Kubernetes, and Terraform
The best way to learn microservices development is to build something! Bootstrapping Microservices with Docker, Kubernetes, …
video
Building Microservices API in Go
If you are looking to take your programming skills to the next level, Go programming is …