Advanced Topics
If you are reading this chapter – congratulations, you have reached the very final chapter of this book! We have discussed many topics related to microservice development, but some remain that are important to cover. The topics in this chapter span many areas, from static code analysis and validation to frameworks and service ownership metadata. You may find these topics useful at various points in time: some of them will be helpful once you have working services serving production traffic, while others will be useful while your services are still in active development.
In this chapter, we will cover the following topics:
- Static analysis of Go service code
- Implementing data validation
- Implementing streaming APIs
- Frameworks
- Storing microservice ownership data
Let’s proceed to the first section of this chapter, which covers service profiling.