Distributed Services with Go. Your Guide to Reliable, Scalable and Maintainable Systems

Distributed Services with Go. Your Guide to Reliable, Scalable and Maintainable Systems
Authors
Jeffery, Travis
Publisher
Pragmatic Bookshelf
Tags
pragmatic bookshelf
ISBN
9781680507607
Size
2.26 MB
Lang
en
Downloaded: 150 times

This is the book for Gophers who want to learn how to build distributed systems. You know the basics of Go and are eager to put your knowledge to work. Build distributed services that are highly available, resilient, and scalable. This book is just what you need to apply Go to real-world situations. Level up your engineering skills today.

Take your Go skills to the next level by learning how to design, develop, and deploy a distributed service. Start from the bare essentials of storage handling, then work your way through networking a client and server, and finally to distributing server instances, deployment, and testing. All this will make coding in your day job or side projects easier, faster, and more fun.

Create your own distributed services and contribute to open source projects. Build networked, secure clients and servers with gRPC. Gain insights into your systems and debug issues with observable services instrumented with metrics, logs, and traces. Operate...