Scalable Realtime Architectures in Python
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore scalable realtime architectures in Python using tools like Storm, Kafka, and ZooKeeper in this EuroPython 2014 conference talk. Learn how to implement highly scalable and fault-tolerant systems for realtime aggregation, dashboards, and decision-making. Discover techniques for composing reliable systems using at-least-once and idempotence semantics, and strategies for partitioning data for locality. Gain insights into solving distributed coordination challenges at scale and leveraging Storm's framework for efficient partitioning and retry mechanisms. Understand how to break down large problems into manageable components, handle failures gracefully, and write idempotent code for processing streams of data. Delve into practical examples of implementing realtime architectures with Python, combining its concise syntax and powerful libraries with robust distributed computing tools.
Syllabus
Jim Baker - Scalable Realtime Architectures in Python
Taught by
EuroPython Conference
Related Courses
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube