Drinking a River of IoT Data with Akka.NET
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore how to process massive streams of IoT data using Akka.NET in this conference talk from GOTO Copenhagen 2021. Dive into the challenges of scaling software for millions of connected devices and learn how the actor model implemented in Akka.NET can simplify development of stateful, concurrent code. Follow along as the speaker covers the history of actor systems, introduces Akka.NET, and demonstrates its application in handling IoT data streams. Gain insights into implementation details such as normalizing measurements, routing messages to the ActorSystem, persisting data, and managing restart behaviors. Discover strategies for scaling and improving resiliency in large-scale IoT systems, and explore potential pitfalls and considerations when working with Akka.NET.
Syllabus
Intro
Agenda
A bit of history
Introduction to Akka.NET
The problem domain
How Akka.NET fits in
Implementation details
Normalizing measurements
Getting messages to the ActorSystem
Persisting data
Restart behavior
Beyond this talk
Conclusion
Outro
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