SlideShare a Scribd company logo
4
Most read
5
Most read
The Rise of Data in Motion
for Industrial IoT and Manufacturing 4.0
Condition Monitoring and Predictive Maintenance in Real-time with Stream Processing
Kai Waehner
Field CTO
kai.waehner@confluent.io
linkedin.com/in/kaiwaehner
confluent.io
kai-waehner.de
@KaiWaehner
@KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT
Real-time Data beats Slow Data.
Manufacturing
Sensor diagnostics
MES/ERP Integration
Reporting
Edge Computing
Condition Monitoring
Predictive
Maintenance
Quality Assurance
Logistics
Supply Chain
Inventory
management
Track & Trace
Context-specific
routing
Cybersecurity
Threat detection
Intrusion detection
Incident response
Fraud detection
@KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT
Industry Trends - Software and Digital Services become the Key Differentiator
3
https://www.mckinsey.com/industries/advanced-electronics/our-insights/iiot-platforms-the-technology-stack-as-value-driver-in-industrial-equipment-and-machinery
@KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT
Apache Kafka is the Platform for Data in Motion
MES
ERP
Sensors
Mobile
Customer 360
Real-time
Alerting System
Data
warehouse
Producers
Consumers
Streams and storage of real time events
Stream
processing
apps
Connectors
Connectors
Stream
processing
apps
Supplier
Alert
Forecast
Inventory Customer
Order
4
@KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT
Shipping Industry
Marine, Oil Transport, Vessel Fleet, Shipping Line, Drones
Real-time Operations, Logistics, Predictive Maintenance, Security
Customer Data
Crew, Cargo
Vessel Data
Fuel Consumption, Speed,
Planned Maintenance
Automatic Identification System (AIS)
Unique Identification,
Position, Course, Weather, Draft
Drone Data
Deliveries,
Survey/Inspection
of Assets such as Oil Rigs,
Pipelines, Offshore Turbines
Edge Analytics
Bidirectional Edge to Cloud Integration
Data Ingestion
Stream
Processing
Data
Integration
Logistics
Track&Trace
Routing
Monitoring
Alerting
Command&Control
Batch Analytics
Reporting
Machine Learning
Backend Systems
Oracle, SAP,
OSIsoft PI, etc.
X = Event Streaming
X = Other Technologies
Bi-Directional Hybrid Cloud
Replication
@KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT
Mercury Systems – Digital Thread
Global technology company serving the aerospace and
defense industry
Digital Thread
• Bring together design and product information across
the product life cycle
• Mendix based portal with combined data from
PLM/ERP/MES
• Confluent for cloud-native and reliable real-time event
streaming across applications
• Apply AI and ML techniques
• All data in one location viewed with common tools
Benefits
• Faster time to market
• Ability to scale
• Improved innovation pipeline and reduced cost of failure
https://www.confluent.io/events/kafka-summit-americas-2021/driving-a-
digital-thread-program-in-manufacturing-with-apache-kafka/
@KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT
Devon Energy
Oil & Gas Industry
Improve drilling and well completion operations
Edge stream processing/analytics + closed-loop control ready
Vendor agnostic (pumping, wireline, coil, offset wells, drilling
operations, producing wells)
Replication to the cloud in real-time at scale
Cloud agnostic (AWS, GCP, Azure)
Source: Energy in Data - Powered by AAPG, SEG & SPE: energyindata.org
@KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT
Severstal – Real-time Shop Floor
Predictive Maintenance and Quality Assurance at the Shop Floor
Real Time Streaming Machine Learning with Kafka
@KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT
Condition Monitoring and Predictive Maintenance
Stateless and stateful stream processing for real-time data correlation with Kafka-native tools (Kafka Streams / ksqlDB)
8 9
1
0
1
1
1
2
1
3
1
4
1
5
1
6
3 4 5 6 7
2
1
Time
Sensor Events
@KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT
Condition Monitoring and Predictive Maintenance
Stateless and stateful stream processing for real-time data correlation with Kafka-native tools (Kafka Streams / ksqlDB)
8 9
1
0
1
1
1
2
1
3
1
4
1
5
3 4 5 6 7
2
1
Time
Sensor Events
1
6
Condition Monitoring
(Temperature Spikes)
Stateless Filter Above-Threshold Events
Streams
builder
.stream(”temperature-sensor")
.filter((key, sensor-data) ->
sensor-data.temperature > 100)
.to(”temperature-spikes");
@KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT
Condition Monitoring and Predictive Maintenance
Stateless and stateful stream processing for real-time data correlation with Kafka-native tools (Kafka Streams / ksqlDB)
8 9
1
0
1
1
1
2
1
3
1
4
1
5
1
6
3 4 5 6 7
2
1
Time
Sensor Events
Predictive Maintenance
(Continuous Anomaly Detection)
Stateful Correlation of Events
CREATE TABLE anomaly_detection AS
SELECT temperature_spike_id, COUNT(*) AS total_spikes,
AVG(temperature) AS avg_temperature
FROM sensor-data
WINDOW TUMBLING (SIZE 1 HOUR)
GROUP BY temperature_spike_id
EMIT CHANGES;
@KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT
Condition Monitoring and Predictive Maintenance
Stateless and stateful stream processing for real-time data correlation with Kafka-native tools (Kafka Streams / ksqlDB)
8 9
1
0
1
1
1
2
1
3
1
4
1
5
1
6
3 4 5 6 7
2
1
Time
Sensor Events
Predictive Maintenance
(Continuous Anomaly Detection)
Real-time Machine Learning
CREATE STREAM anomaly_detection AS
SELECT sensor_id, detect_anomaly(sensor_values)
FROM machine;
TensorFlow model embedded in User Defined Function (UDF)
@KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT
Condition Monitoring and Predictive Maintenance
Stateless and stateful stream processing for real-time data correlation with Kafka-native tools (Kafka Streams / ksqlDB)
8 9
1
0
1
1
1
2
1
3
1
4
1
5
1
6
3 4 5 6 7
2
1
Condition Monitoring
(Temperature Spikes)
Time
Predictive Maintenance
(Continuous Anomaly Detection)
Stateful Correlation of Events Stateless Filter Above-Threshold Events
Streams
Sensor Events
@KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT
CRM
Real-Time Location System (RTLS)
for Asset Tracking
Customer data
Advanced Planning
and Scheduling (APS)
Manager
Get report
API
Customer Customer
Customer
data
Truck
schedule
Payment
data
Route
details
Streams of real time events
Customer
data
Train
schedule
Payment
data
Loyalty
information
Streams of real time events
Customer
data
Train
schedule
Payment
data
Loyalty
information
Streams of real time events
Event Streaming in Hybrid Industrial IoT
Wavelength
Public Cloud VPC
Campus 5G Telco Carrier 5G
Smart Factory Edge Computing
@KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT
Car Engine Car Self-driving Car
Confluent completes Apache Kafka. Cloud-native. Everywhere.
Kai Waehner
Field CTO
kai.waehner@confluent.io
confluent.io
kai-waehner.de
@KaiWaehner
linkedin.com/in/kaiwaehner
Questions? Feedback?
Let’s connect!

More Related Content

PDF
Kafka for Real-Time Replication between Edge and Hybrid Cloud
PDF
Apache Kafka® and Analytics in a Connected IoT World
PDF
Apache Kafka for Smart Grid, Utilities and Energy Production
PDF
Apache Kafka, Tiered Storage and TensorFlow for Streaming Machine Learning wi...
PDF
Apache Kafka, Tiered Storage and TensorFlow for Streaming Machine Learning wi...
PDF
Build real-time streaming data pipelines to AWS with Confluent
PDF
Confluent_AWS_ImmersionDay_Q42023.pdf
PDF
Top use cases for 2022 with Data in Motion and Apache Kafka
Kafka for Real-Time Replication between Edge and Hybrid Cloud
Apache Kafka® and Analytics in a Connected IoT World
Apache Kafka for Smart Grid, Utilities and Energy Production
Apache Kafka, Tiered Storage and TensorFlow for Streaming Machine Learning wi...
Apache Kafka, Tiered Storage and TensorFlow for Streaming Machine Learning wi...
Build real-time streaming data pipelines to AWS with Confluent
Confluent_AWS_ImmersionDay_Q42023.pdf
Top use cases for 2022 with Data in Motion and Apache Kafka

Similar to Apache Kafka for Predictive Maintenance in Industrial IoT / Industry 4.0 (20)

PDF
Building Modern Streaming Analytics with Confluent on AWS
PPTX
The Top 5 Apache Kafka Use Cases and Architectures in 2022
PDF
Data Warehouse vs. Data Lake vs. Data Streaming – Friends, Enemies, Frenemies?
PDF
Sensing the world with Data of Things
PDF
Sensing the world with data of things
PDF
Spark Streaming and IoT by Mike Freedman
PDF
Resilient Real-time Data Streaming across the Edge and Hybrid Cloud with Apac...
PDF
Knowledge Discovery in Production
PPTX
IoT Austin CUG talk
PDF
IoT meets Big Data
PDF
WSO2Con ASIA 2016: IoT Analytics
PDF
Streaming Analytics with Spark, Kafka, Cassandra and Akka
PDF
Need for Speed – Intro To Real-Time Data Streaming Analytics on AWS | AWS Sum...
PDF
Apache Kafka in the Automotive Industry (Connected Vehicles, Manufacturing 4....
PDF
Big Data : Risks and Opportunities
PDF
APAC Kafka Summit - Best Of
PDF
Mit Streaming die Brücken zum Erfolg bauen
PDF
Maintenance, Machine Learning and the IIoT - Brad Nicholas Keynote Xcelerate17
PDF
Single View of Data
PPTX
Fast Data Intelligence in the IoT - real-time data analytics with Spark
Building Modern Streaming Analytics with Confluent on AWS
The Top 5 Apache Kafka Use Cases and Architectures in 2022
Data Warehouse vs. Data Lake vs. Data Streaming – Friends, Enemies, Frenemies?
Sensing the world with Data of Things
Sensing the world with data of things
Spark Streaming and IoT by Mike Freedman
Resilient Real-time Data Streaming across the Edge and Hybrid Cloud with Apac...
Knowledge Discovery in Production
IoT Austin CUG talk
IoT meets Big Data
WSO2Con ASIA 2016: IoT Analytics
Streaming Analytics with Spark, Kafka, Cassandra and Akka
Need for Speed – Intro To Real-Time Data Streaming Analytics on AWS | AWS Sum...
Apache Kafka in the Automotive Industry (Connected Vehicles, Manufacturing 4....
Big Data : Risks and Opportunities
APAC Kafka Summit - Best Of
Mit Streaming die Brücken zum Erfolg bauen
Maintenance, Machine Learning and the IIoT - Brad Nicholas Keynote Xcelerate17
Single View of Data
Fast Data Intelligence in the IoT - real-time data analytics with Spark
Ad

More from Kai Wähner (20)

PDF
Apache Kafka as Data Hub for Crypto, NFT, Metaverse (Beyond the Buzz!)
PDF
When NOT to use Apache Kafka?
PDF
Kafka for Live Commerce to Transform the Retail and Shopping Metaverse
PDF
The Heart of the Data Mesh Beats in Real-Time with Apache Kafka
PDF
Apache Kafka vs. Cloud-native iPaaS Integration Platform Middleware
PDF
Serverless Kafka and Spark in a Multi-Cloud Lakehouse Architecture
PDF
Data Streaming with Apache Kafka in the Defence and Cybersecurity Industry
PDF
Apache Kafka in the Healthcare Industry
PDF
Apache Kafka in the Healthcare Industry
PDF
Apache Kafka for Real-time Supply Chain in the Food and Retail Industry
PDF
Apache Kafka Landscape for Automotive and Manufacturing
PDF
Kappa vs Lambda Architectures and Technology Comparison
PDF
Event Streaming CTO Roundtable for Cloud-native Kafka Architectures
PDF
Apache Kafka in the Public Sector (Government, National Security, Citizen Ser...
PDF
Telco 4.0 - Payment and FinServ Integration for Data in Motion with 5G and Ap...
PDF
Apache Kafka in the Transportation and Logistics
PDF
Apache Kafka for Cybersecurity and SIEM / SOAR Modernization
PDF
Serverless Kafka on AWS as Part of a Cloud-native Data Lake Architecture
PDF
IBM Cloud Pak for Integration with Confluent Platform powered by Apache Kafka
PDF
Apache Kafka and API Management / API Gateway – Friends, Enemies or Frenemies?
Apache Kafka as Data Hub for Crypto, NFT, Metaverse (Beyond the Buzz!)
When NOT to use Apache Kafka?
Kafka for Live Commerce to Transform the Retail and Shopping Metaverse
The Heart of the Data Mesh Beats in Real-Time with Apache Kafka
Apache Kafka vs. Cloud-native iPaaS Integration Platform Middleware
Serverless Kafka and Spark in a Multi-Cloud Lakehouse Architecture
Data Streaming with Apache Kafka in the Defence and Cybersecurity Industry
Apache Kafka in the Healthcare Industry
Apache Kafka in the Healthcare Industry
Apache Kafka for Real-time Supply Chain in the Food and Retail Industry
Apache Kafka Landscape for Automotive and Manufacturing
Kappa vs Lambda Architectures and Technology Comparison
Event Streaming CTO Roundtable for Cloud-native Kafka Architectures
Apache Kafka in the Public Sector (Government, National Security, Citizen Ser...
Telco 4.0 - Payment and FinServ Integration for Data in Motion with 5G and Ap...
Apache Kafka in the Transportation and Logistics
Apache Kafka for Cybersecurity and SIEM / SOAR Modernization
Serverless Kafka on AWS as Part of a Cloud-native Data Lake Architecture
IBM Cloud Pak for Integration with Confluent Platform powered by Apache Kafka
Apache Kafka and API Management / API Gateway – Friends, Enemies or Frenemies?
Ad

Recently uploaded (20)

PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PPT
JAVA ppt tutorial basics to learn java programming
PDF
medical staffing services at VALiNTRY
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
Online Work Permit System for Fast Permit Processing
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Digital Strategies for Manufacturing Companies
PPTX
Materi_Pemrograman_Komputer-Looping.pptx
PDF
Complete React Javascript Course Syllabus.pdf
PPTX
ai tools demonstartion for schools and inter college
PPTX
ManageIQ - Sprint 268 Review - Slide Deck
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
top salesforce developer skills in 2025.pdf
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PPTX
ISO 45001 Occupational Health and Safety Management System
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
JAVA ppt tutorial basics to learn java programming
medical staffing services at VALiNTRY
How Creative Agencies Leverage Project Management Software.pdf
Which alternative to Crystal Reports is best for small or large businesses.pdf
Online Work Permit System for Fast Permit Processing
Design an Analysis of Algorithms I-SECS-1021-03
Digital Strategies for Manufacturing Companies
Materi_Pemrograman_Komputer-Looping.pptx
Complete React Javascript Course Syllabus.pdf
ai tools demonstartion for schools and inter college
ManageIQ - Sprint 268 Review - Slide Deck
PTS Company Brochure 2025 (1).pdf.......
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
top salesforce developer skills in 2025.pdf
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
ISO 45001 Occupational Health and Safety Management System
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus

Apache Kafka for Predictive Maintenance in Industrial IoT / Industry 4.0

  • 1. The Rise of Data in Motion for Industrial IoT and Manufacturing 4.0 Condition Monitoring and Predictive Maintenance in Real-time with Stream Processing Kai Waehner Field CTO kai.waehner@confluent.io linkedin.com/in/kaiwaehner confluent.io kai-waehner.de @KaiWaehner
  • 2. @KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT Real-time Data beats Slow Data. Manufacturing Sensor diagnostics MES/ERP Integration Reporting Edge Computing Condition Monitoring Predictive Maintenance Quality Assurance Logistics Supply Chain Inventory management Track & Trace Context-specific routing Cybersecurity Threat detection Intrusion detection Incident response Fraud detection
  • 3. @KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT Industry Trends - Software and Digital Services become the Key Differentiator 3 https://www.mckinsey.com/industries/advanced-electronics/our-insights/iiot-platforms-the-technology-stack-as-value-driver-in-industrial-equipment-and-machinery
  • 4. @KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT Apache Kafka is the Platform for Data in Motion MES ERP Sensors Mobile Customer 360 Real-time Alerting System Data warehouse Producers Consumers Streams and storage of real time events Stream processing apps Connectors Connectors Stream processing apps Supplier Alert Forecast Inventory Customer Order 4
  • 5. @KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT Shipping Industry Marine, Oil Transport, Vessel Fleet, Shipping Line, Drones Real-time Operations, Logistics, Predictive Maintenance, Security Customer Data Crew, Cargo Vessel Data Fuel Consumption, Speed, Planned Maintenance Automatic Identification System (AIS) Unique Identification, Position, Course, Weather, Draft Drone Data Deliveries, Survey/Inspection of Assets such as Oil Rigs, Pipelines, Offshore Turbines Edge Analytics Bidirectional Edge to Cloud Integration Data Ingestion Stream Processing Data Integration Logistics Track&Trace Routing Monitoring Alerting Command&Control Batch Analytics Reporting Machine Learning Backend Systems Oracle, SAP, OSIsoft PI, etc. X = Event Streaming X = Other Technologies Bi-Directional Hybrid Cloud Replication
  • 6. @KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT Mercury Systems – Digital Thread Global technology company serving the aerospace and defense industry Digital Thread • Bring together design and product information across the product life cycle • Mendix based portal with combined data from PLM/ERP/MES • Confluent for cloud-native and reliable real-time event streaming across applications • Apply AI and ML techniques • All data in one location viewed with common tools Benefits • Faster time to market • Ability to scale • Improved innovation pipeline and reduced cost of failure https://www.confluent.io/events/kafka-summit-americas-2021/driving-a- digital-thread-program-in-manufacturing-with-apache-kafka/
  • 7. @KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT Devon Energy Oil & Gas Industry Improve drilling and well completion operations Edge stream processing/analytics + closed-loop control ready Vendor agnostic (pumping, wireline, coil, offset wells, drilling operations, producing wells) Replication to the cloud in real-time at scale Cloud agnostic (AWS, GCP, Azure) Source: Energy in Data - Powered by AAPG, SEG & SPE: energyindata.org
  • 8. @KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT Severstal – Real-time Shop Floor Predictive Maintenance and Quality Assurance at the Shop Floor Real Time Streaming Machine Learning with Kafka
  • 9. @KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT Condition Monitoring and Predictive Maintenance Stateless and stateful stream processing for real-time data correlation with Kafka-native tools (Kafka Streams / ksqlDB) 8 9 1 0 1 1 1 2 1 3 1 4 1 5 1 6 3 4 5 6 7 2 1 Time Sensor Events
  • 10. @KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT Condition Monitoring and Predictive Maintenance Stateless and stateful stream processing for real-time data correlation with Kafka-native tools (Kafka Streams / ksqlDB) 8 9 1 0 1 1 1 2 1 3 1 4 1 5 3 4 5 6 7 2 1 Time Sensor Events 1 6 Condition Monitoring (Temperature Spikes) Stateless Filter Above-Threshold Events Streams builder .stream(”temperature-sensor") .filter((key, sensor-data) -> sensor-data.temperature > 100) .to(”temperature-spikes");
  • 11. @KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT Condition Monitoring and Predictive Maintenance Stateless and stateful stream processing for real-time data correlation with Kafka-native tools (Kafka Streams / ksqlDB) 8 9 1 0 1 1 1 2 1 3 1 4 1 5 1 6 3 4 5 6 7 2 1 Time Sensor Events Predictive Maintenance (Continuous Anomaly Detection) Stateful Correlation of Events CREATE TABLE anomaly_detection AS SELECT temperature_spike_id, COUNT(*) AS total_spikes, AVG(temperature) AS avg_temperature FROM sensor-data WINDOW TUMBLING (SIZE 1 HOUR) GROUP BY temperature_spike_id EMIT CHANGES;
  • 12. @KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT Condition Monitoring and Predictive Maintenance Stateless and stateful stream processing for real-time data correlation with Kafka-native tools (Kafka Streams / ksqlDB) 8 9 1 0 1 1 1 2 1 3 1 4 1 5 1 6 3 4 5 6 7 2 1 Time Sensor Events Predictive Maintenance (Continuous Anomaly Detection) Real-time Machine Learning CREATE STREAM anomaly_detection AS SELECT sensor_id, detect_anomaly(sensor_values) FROM machine; TensorFlow model embedded in User Defined Function (UDF)
  • 13. @KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT Condition Monitoring and Predictive Maintenance Stateless and stateful stream processing for real-time data correlation with Kafka-native tools (Kafka Streams / ksqlDB) 8 9 1 0 1 1 1 2 1 3 1 4 1 5 1 6 3 4 5 6 7 2 1 Condition Monitoring (Temperature Spikes) Time Predictive Maintenance (Continuous Anomaly Detection) Stateful Correlation of Events Stateless Filter Above-Threshold Events Streams Sensor Events
  • 14. @KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT CRM Real-Time Location System (RTLS) for Asset Tracking Customer data Advanced Planning and Scheduling (APS) Manager Get report API Customer Customer Customer data Truck schedule Payment data Route details Streams of real time events Customer data Train schedule Payment data Loyalty information Streams of real time events Customer data Train schedule Payment data Loyalty information Streams of real time events Event Streaming in Hybrid Industrial IoT Wavelength Public Cloud VPC Campus 5G Telco Carrier 5G Smart Factory Edge Computing
  • 15. @KaiWaehner - www.kai-waehner.de - Data in Motion for the Industrial IoT Car Engine Car Self-driving Car Confluent completes Apache Kafka. Cloud-native. Everywhere.