July 2017
Beginner to intermediate
358 pages
10h 54m
English
For the remainder of this chapter, we concentrate on the search service as the build pipeline is the most complex. In our example application, we have the following steps to build a pipeline:
Many of these steps are independent and can run in parallel, so when we compose the pipeline, it looks like the following diagram:

Take a look at the example code at https://github.com/building-microservices-with-go/chapter11-services-auth. We are building this application with Circle CI; however, ...
Read now
Unlock full access