Go Kit - A Standard Library for Distributed Programming
Offered By: Gopher Academy via YouTube
Course Description
Overview
Explore the development of Go kit, a comprehensive toolkit for distributed programming in Go, in this GopherCon 2015 talk by Peter Bourgon. Learn how Go kit aims to address the underrepresentation of Go in large, consumer-focused companies by providing a standard library for service-oriented architectures. Discover the toolkit's goals, non-goals, and structure through an example service implementation. Gain insights into composable decorators, declarative composition, and the overall architecture of Go kit. Understand how this toolkit can elevate Go's position in modern enterprise environments and support coherent distributed programming at scale.
Syllabus
Introduction
Background
Modern Enterprise
Go Kit
Goals
Non Goals
Service Overview
Example Service
ADD Service
Request Response Types
Add Function Adapter
Binding
Wrap
The Goal
Logging
Composable decorators
Declarative composition
Func main
Domain
Endpoints
Whats next
Use cases
Taught by
Gopher Academy
Related Courses
A Holistic Go ExperienceGopher Academy via YouTube Safe, Fast, and Easy - Building a Plugin System with WebAssembly
Gopher Academy via YouTube A Journey Through Integration Testing with Go - What Could Go Wrong?
Gopher Academy via YouTube Kraken Wrangling for Dummies - Go Module Dependency Management at Scale
Gopher Academy via YouTube Go, the Data Engineer's Missing Tool?
Gopher Academy via YouTube