Baron Schwartz will be speaking on Building Microservices with Go at OSCON EU on October 26th.
Below is an overview;
Go is great for building HTTP and RPC services. VividCortex’s infrastructure is Go-based, and there are a lot of lessons to learn from the experience building it. Here are some of the things we needed to do above and beyond what the standard libraries provide:
- Using net/http effectively
- Building an actually sane REST framework in Go
- Dealing with garbage collection
- Building a build system
- Continuous integration and deployment
- Running services (daemons)
- Runtime inspection of all in-flight requests
- Interacting with databases, caches, and queues
- Building staging and development environments