July 2017
Beginner to intermediate
358 pages
10h 54m
English
The tooling for gRPC is rather impressive. There are a huge number of platforms and languages supported, and just with Go and the protoc application, it is relatively trivial to set up an automated build. In our simple example, I have configured the build to run in a Docker container, which further limits the requirements for any software to be installed on the continuous deployment machines. By doing this, we can limit the dependencies that are used in all our builds. This is a technique we will learn more about in a later chapter.
Read now
Unlock full access