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
Advanced Operating SystemsGeorgia Institute of Technology via Udacity High Performance Computing
Georgia Institute of Technology via Udacity GT - Refresher - Advanced OS
Georgia Institute of Technology via Udacity Distributed Machine Learning with Apache Spark
University of California, Berkeley via edX CS125x: Advanced Distributed Machine Learning with Apache Spark
University of California, Berkeley via edX