Building a Clustered Service in Go
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore application clustering approaches in Go programming through this conference talk from GOTO Chicago 2016. Learn about achieving scalability and availability at multiple application tiers, starting with basic Go features and progressing to advanced clustering techniques. Discover how to implement a basic counter service, use CoDis to distribute increments, and leverage swim cluster for node discovery. Dive into conflict-free replicated data types (CRDTs), G counters, and push-pull synchronization. Watch a live demo of broadcast state and gain insights into next steps for building robust clustered services in Go. Enhance your understanding of Go's capabilities for creating scalable and highly available applications.
Syllabus
Intro
Why Go
Basic Go Features
Clustering in Go
Basic Counter Service
CoDistribute
increment
swim
cluster
CRTTs
G counters
G counter implementation
Pushpull sync
Demo
Broadcast State
Next Steps
Questions
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube