Completed
Message Handler
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Calculating the Value of Pie - Real-Time Survey Analysis With Apache Kafka
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What are you baking
- 3 The problem statement
- 4 Surveys are everywhere
- 5 Survey analysis in general
- 6 Making it more exciting
- 7 What is Apache Kafka
- 8 Event Platform
- 9 Pie Example
- 10 Kafka Architecture
- 11 Kafka Cluster Example
- 12 Where to Start
- 13 Understanding the Data
- 14 Kafka Schema Registry
- 15 Kafka Survey IDs
- 16 Write Survey to Kafka
- 17 Conversation Handler
- 18 Message Handler
- 19 Send
- 20 Processing Data with Kafka
- 21 Define Inputs
- 22 Normalize Data
- 23 Survey Responses
- 24 Create Table
- 25 Create Histogram
- 26 Output
- 27 RealTime Results
- 28 Late Results
- 29 Kafka Connect
- 30 Summary
- 31 Baking something
- 32 Stream processing use cases