December 2017
Intermediate to advanced
316 pages
6h 58m
English
With this knowledge, we are ready to build our first microservice that provides the API for encryption/decryption. We use Go Kit and our encryption utils to write that microservice. As we discussed in the previous section, a Go-Kit microservice should be built in a step-wise manner. To create a service, we need to design a few things upfront. They are:
Sit tight. This terminology seems alien for now. We will be quite comfortable with it soon. Let us create a directory with the following directory structure. Every Go Kit project can be in this project structure. Let us call our project encryptService. Create these files in the same ...
Read now
Unlock full access