SlideShare ist ein Scribd-Unternehmen logo
1 von 41
Downloaden Sie, um offline zu lesen
© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Powering Dynamic M2M Event
Processing with OSGi
Dynamic Complex Event Processing and
OSGi
Hitachi Communication Technologies America, Inc.
6/12/2014
Walt Bowers
Chief Architect OSGi Solutions
Contents
© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
1. The Vs of Big Data
2. Complex Event Processing
3. Dynamic Complex Event Processing
Dynamic Complex Event Processing and OSGi.
Powering Dynamic M2M Event Processing with OSGi
1
4. Demo
© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
1. The Vs of Big Data
Dynamic Complex Event Processing and OSGi.
Powering Dynamic M2M Event Processing with OSGi
2
3© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
The Vs of Big Data
4© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
The missing “V” of Big Data
Extracting VALUE from VIABLE Data
WHERE It Matters and WHEN It Matters
The missing “V” of Big Data
5© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Rise of The Intelligent Device
6© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Key Elements of Connected Intelligence
Intelligent
Devices
Always-on devices
connected to variety
of sensors and
running multiple
software
applications
1
Real-Time
Analytics
High-frequency
data analysis for
instant decision
making and
automation of
information flows
2
Big Data
Integration of data
from connected
devices with
enterprise
applications and
historical data
3
7© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Dynamic Predictive Analytics
• Local analytics and business rules are controlled by
global analytics
– In-flight data analytics on the device
– Near real time response on the device
• Global Analytics for the Big Patterns
– Big Data post processing
– Discover Hidden Patterns/dependencies
• Dynamically Adjust the Rules
– Update new rules to the local device
– Enhances the devices local analytics
• Rinse and Repeat
8© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Transportation Example
Passenger
Counter
M2M Gateway)
1 Location tracking (LBS)
Camera (Normal operation,
local storage; emergencies such
as Amber alert, streaming to
emergency authorities)
Digital signage (Information
and advertising - Location
aware)
Vehicle diagnostics
(Sensors throughout
vehicle)
Route monitoring (Time of
day optimization)
Fraud detection
(Passenger counter,
camera, fare collection)
3
2
4
56
7
© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
2. Complex Event Processing
Dynamic Complex Event Processing and OSGi.
9
Powering Dynamic M2M Event Processing with OSGi
10© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Intelligence Is Real-Time, Event-Based Analytics
Communication
Events
Machine
Events
Security
Events
Environmental
Events
Business
Logic
Events
Complex Events Processing
enables real-time business insights from edge devices
11© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Complex Event Processing (CEP)
• Event-driven Architecture
• A generic data management infrastructure for
processing in-flight data before data is
potentially stored to deliver results in near
real-time
• Programming language for defining rules
• It allows users to
Aggregate/Correlate/Enrich/Detect Patterns
in high speed streaming data
12© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Complex Event Processing (CEP)
Data/Msg.
Feeds
Listener/SINK:
User Code
(Plain Java)
Data Feed
Adapters
Process
Events
(CEP)
CEP Application Container
13© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Event Capture
Data/Msg.
Feeds Listener/SINK:
User Code
(Plain Java)
Data Feed
Adapters
Process
Events
(CEP)
CEP Application Container
• Events generated at sources
• Adaptor captures event and sends it into the
Event Processing Network
14© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Event Processing
• Events processed in flight
• Merging multiple event sources and types
• Data enrichment by accessing external data sources
(e.g. databases)
Data/Msg.
Feeds Listener/SINK:
User Code
(Plain Java)
Data Feed
Adapters
Process
Events
(CEP)
CEP Application Container
15© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Event Dispatch
Data/Msg.
Feeds Listener/SINK:
User Code
(Plain Java)
Data Feed
Adapters
Process
Events
(CEP)
CEP Application Container
• Processing produces events
• Adaptor receives event and sends it into the
downstream clients
© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
3. Dynamic Complex Event Processing
Dynamic Complex Event Processing and OSGi.
16
Powering Dynamic M2M Event Processing with OSGi
17© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Dynamic Environment
• Devices do not operate in a static environment
• Inputs change
• Knowledge is gained from analytics
• Additional systems want to receive the output
18© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Dynamic Behavior
• Our Complex Event Processing engine needs
to be dynamic
• Ability to change behavior without stopping the
flow
• Allow a higher level system to change the
processing rules
19© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Enter OSGi
Powered by
Data/Msg.
Feeds Listener/SINK:
User Code
(Plain Java)
Data Feed
Adapters
Process
Events
(CEP)
CEP Application Container
OSGi Framework
Java
• Dynamic Modular System for Java
• Mature Lightweight Application
Framework
– Ideal for embedded environments
• Supports Module Lifecycle
– Install/start/stop/uninstall/upgrade
– Remotely manageable
– Versioning
• Services Model
– Advertise and discover services
– Modules are dependent on service
not implementation
20© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
OSGi Deployment Environment
OSGi Management System
&
Repository
Data/Msg.
Feeds Listener/SINK:
User Code
(Plain Java)
Data Feed
Adapters
Process
Events
(CEP)
OSGi - CEP
OSGi Framework
Java
Remote Device
21© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Dynamically Changing Behavior
Data/Msg.
Feeds Listener/SINK:
User Code
(Plain Java)
Data Feed
Adapters
Process
Events
(CEP)
OSGi CEP
OSGi Management System
&
Repository
Remote Device
Deployed System. Happily processing…
22© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Dynamically Changing Behavior
The Data Inputs Change
Data/Msg.
Feeds Listener/SINK:
User Code
(Plain Java)
Data Feed
Adapters
Process
Events
(CEP)
OSGi CEP
23© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Dynamically Changing Behavior
Update the adaptor
Data/Msg.
Feeds Listener/SINK:
User Code
(Plain Java)
Data Feed
Adapters
Process
Events
(CEP)
OSGi CEPOSGi Management System
&
Repository
Remote Device
24© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Dynamically Changing Behavior
Process the Events Differently
Data/Msg.
Feeds Listener/SINK:
User Code
(Plain Java)
Data Feed
Adapters
Process
Events
(CEP)
OSGi CEP
OSGi Management System
&
Repository
Remote Device
25© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Dynamically Changing Behavior
Forward to additional locations for processing
Data/Msg.
Feeds Listener/SINK:
User Code
(Plain Java)
Data Feed
Adapters
Process
Events
(CEP)
OSGi CEP
OSGi Management System
&
Repository
Remote Device
26© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Dynamically Changing Behavior
Happily processing again…
OSGi Management System
&
Repository
Remote Device
Data/Msg.
Feeds Listener/SINK:
User Code
(Plain Java)
Data Feed
Adapters
Process
Events
(CEP)
OSGi CEP
© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
4. Demo
How OSGi and Java enables smart data on M2M aggregators and gateways.
Powering Dynamic M2M Event Processing with OSGi
27
28© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Example: JavaOne IoT In Motion
29© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
The Components
LCD
Display
Phidget
Temp
Sensor
30© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
The Components
• OSGi based
• Continuous Query Language (CQL) for defining rules
• http://www.oracle.com/us/technologies/java/embedded/event-
processing/overview/index.html?ssSourceSiteId=opn
• Arm Based Linux platform
• http://www.raspberrypi.org/
• USB hardware devices
• Open and inexpensive
• http://www.phidgets.com/
• Hitachi’s OSGi Framework
31© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Dynamic Behavior In Action
Start reporting temperature changes below ambient temperature
32© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Dynamic Behavior In Action
Change the rules and redeploy remotely
33© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Dynamic Behavior In Action
Now reporting temperature changes above ambient
temperature
© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Hitachi Communication Technologies America, Inc.
Dynamic Complex Event Processing and OSGi.
Powering Dynamic M2M Event Processing with OSGi
6/12/2014
Walt Bowers
Chief Architect OSGi Solutions
Walt.bowers@hitachi-cta.com
END
34
Appendix
38© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Volume
3 006 477 107 200 GB added to the “digital universe”
~30% of it generated by machines
42 949 673 000 000 GB – 15 x increase
42 % will be generated by devices
Assuming
2GB/hr it will
take 2.3 billion
years to
download
According to IDC’s “Digital Universe in 2020“ study published in December
2012
39© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Velocity
40© Hitachi Communication Technologies America, Inc. 2014. All rights reserved.
Variety
•Clickstream Data
•Twitter Feeds
•Facebook Postings
•Web Content
Web and Social Media
•Smart Meters Readings
•RFID Readings
•Oil Rig Sensors
•GP Signals
Machine-to-Machine
•Healthcare Claims
•Telecommunication Call Details Record
•Utility Billing Records
Big Transaction Data
•Facial Recognition
•Genetics
Biometrics
•Call Center Voice Recording
•Email
•Electronic Medical Records
Human Generated

Weitere ähnliche Inhalte

Was ist angesagt?

Digital Transformation with FDT 3.0 Webinar
Digital Transformation with FDT 3.0 WebinarDigital Transformation with FDT 3.0 Webinar
Digital Transformation with FDT 3.0 Webinar
Sadatulla Zishan
 

Was ist angesagt? (20)

OPC UA Inside Out Part 3 - Edge Devices
OPC UA Inside Out Part 3 - Edge DevicesOPC UA Inside Out Part 3 - Edge Devices
OPC UA Inside Out Part 3 - Edge Devices
 
RA TechED 2019 - CL01 - Integrated Architecture System Hardware - what's new
RA TechED 2019 -  CL01 - Integrated Architecture System Hardware - what's newRA TechED 2019 -  CL01 - Integrated Architecture System Hardware - what's new
RA TechED 2019 - CL01 - Integrated Architecture System Hardware - what's new
 
OPC UA Inside Out, Part 1 - Introduction and Playing Field
OPC UA Inside Out, Part 1 - Introduction and Playing FieldOPC UA Inside Out, Part 1 - Introduction and Playing Field
OPC UA Inside Out, Part 1 - Introduction and Playing Field
 
RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...
RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...
RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...
 
Managing Your ROI & TCO In Automation Testing | V&V Webinar PPT
Managing Your ROI & TCO In Automation Testing | V&V Webinar PPTManaging Your ROI & TCO In Automation Testing | V&V Webinar PPT
Managing Your ROI & TCO In Automation Testing | V&V Webinar PPT
 
RA TechED 2019 - SY22 - The Future of Software Purchase and Maintenance
RA TechED 2019 - SY22 - The Future of Software Purchase and MaintenanceRA TechED 2019 - SY22 - The Future of Software Purchase and Maintenance
RA TechED 2019 - SY22 - The Future of Software Purchase and Maintenance
 
RA TechED 2019 - SY07- Next-Gen Device Library of Preconfigured Objects
RA TechED 2019 - SY07- Next-Gen Device Library of Preconfigured ObjectsRA TechED 2019 - SY07- Next-Gen Device Library of Preconfigured Objects
RA TechED 2019 - SY07- Next-Gen Device Library of Preconfigured Objects
 
RA TechED 2019 - IN02 - Empower Your Connected Enterprise with FactoryTalk In...
RA TechED 2019 - IN02 - Empower Your Connected Enterprise with FactoryTalk In...RA TechED 2019 - IN02 - Empower Your Connected Enterprise with FactoryTalk In...
RA TechED 2019 - IN02 - Empower Your Connected Enterprise with FactoryTalk In...
 
Webinar: The Secret Sauce to a Widely Successful JD Edwards World to JD Edwar...
Webinar: The Secret Sauce to a Widely Successful JD Edwards World to JD Edwar...Webinar: The Secret Sauce to a Widely Successful JD Edwards World to JD Edwar...
Webinar: The Secret Sauce to a Widely Successful JD Edwards World to JD Edwar...
 
Engineer Sensors For Digital Transformation Webinar PPT
Engineer Sensors For Digital Transformation Webinar PPTEngineer Sensors For Digital Transformation Webinar PPT
Engineer Sensors For Digital Transformation Webinar PPT
 
OPC UA Inside Out Part 5 - Cloud Connectivity
OPC UA Inside Out Part 5 - Cloud ConnectivityOPC UA Inside Out Part 5 - Cloud Connectivity
OPC UA Inside Out Part 5 - Cloud Connectivity
 
Robert Murphy Driving Value from Smart Manufacturing
Robert Murphy Driving Value from Smart ManufacturingRobert Murphy Driving Value from Smart Manufacturing
Robert Murphy Driving Value from Smart Manufacturing
 
Designing Machine-level HMI with Studio 5000 View Designer® Demonstration
Designing Machine-level HMI with Studio 5000 View Designer® DemonstrationDesigning Machine-level HMI with Studio 5000 View Designer® Demonstration
Designing Machine-level HMI with Studio 5000 View Designer® Demonstration
 
RA TechED 2019 - IN12 Microsoft - Digitalize Your Production to Capitalize on...
RA TechED 2019 - IN12 Microsoft - Digitalize Your Production to Capitalize on...RA TechED 2019 - IN12 Microsoft - Digitalize Your Production to Capitalize on...
RA TechED 2019 - IN12 Microsoft - Digitalize Your Production to Capitalize on...
 
An Overview of OPC UA Security
An Overview of OPC UA SecurityAn Overview of OPC UA Security
An Overview of OPC UA Security
 
Digital Transformation with FDT 3.0 Webinar
Digital Transformation with FDT 3.0 WebinarDigital Transformation with FDT 3.0 Webinar
Digital Transformation with FDT 3.0 Webinar
 
FDT/DTM Introduction Webinar
FDT/DTM Introduction WebinarFDT/DTM Introduction Webinar
FDT/DTM Introduction Webinar
 
Huawei it l strategy
Huawei it l strategyHuawei it l strategy
Huawei it l strategy
 
Apex atp customer_presentation_wwc march 2019
Apex atp customer_presentation_wwc march 2019Apex atp customer_presentation_wwc march 2019
Apex atp customer_presentation_wwc march 2019
 
Mongo db meetuppresentation-2014-v5-1
Mongo db meetuppresentation-2014-v5-1Mongo db meetuppresentation-2014-v5-1
Mongo db meetuppresentation-2014-v5-1
 

Ähnlich wie Powering Dynamic M2M Event Processing with OSGi - W Bowers

Why an innovative mobile strategy needs a robust API
Why an innovative mobile strategy needs a robust APIWhy an innovative mobile strategy needs a robust API
Why an innovative mobile strategy needs a robust API
Manmohan Gupta
 

Ähnlich wie Powering Dynamic M2M Event Processing with OSGi - W Bowers (20)

What is IoT and how Modulus and Pacific can Help - Featuring Node.js and Roll...
What is IoT and how Modulus and Pacific can Help - Featuring Node.js and Roll...What is IoT and how Modulus and Pacific can Help - Featuring Node.js and Roll...
What is IoT and how Modulus and Pacific can Help - Featuring Node.js and Roll...
 
Enabling Smart Data on M2M Gateways and Aggregators - Walt Bowers
Enabling Smart Data on M2M Gateways and Aggregators - Walt BowersEnabling Smart Data on M2M Gateways and Aggregators - Walt Bowers
Enabling Smart Data on M2M Gateways and Aggregators - Walt Bowers
 
Motadata - Unified Product Suite for IT Operations and Big Data Analytics
Motadata - Unified Product Suite for IT Operations and Big Data AnalyticsMotadata - Unified Product Suite for IT Operations and Big Data Analytics
Motadata - Unified Product Suite for IT Operations and Big Data Analytics
 
slaes trainin
slaes traininslaes trainin
slaes trainin
 
Open Sourcing GemFire - Apache Geode
Open Sourcing GemFire - Apache GeodeOpen Sourcing GemFire - Apache Geode
Open Sourcing GemFire - Apache Geode
 
An Introduction to Apache Geode (incubating)
An Introduction to Apache Geode (incubating)An Introduction to Apache Geode (incubating)
An Introduction to Apache Geode (incubating)
 
Geode Meetup Apachecon
Geode Meetup ApacheconGeode Meetup Apachecon
Geode Meetup Apachecon
 
Device to Intelligence, IOT and Big Data in Oracle
Device to Intelligence, IOT and Big Data in OracleDevice to Intelligence, IOT and Big Data in Oracle
Device to Intelligence, IOT and Big Data in Oracle
 
IoT Scale Event-Stream Processing for Connected Fleet at Penske
IoT Scale Event-Stream Processing for Connected Fleet at PenskeIoT Scale Event-Stream Processing for Connected Fleet at Penske
IoT Scale Event-Stream Processing for Connected Fleet at Penske
 
Microservices: The Future-Proof Framework for IoT
Microservices: The Future-Proof Framework for IoTMicroservices: The Future-Proof Framework for IoT
Microservices: The Future-Proof Framework for IoT
 
The Road Map to Digitization - Software AG's Heritage of Innovation - Patrick...
The Road Map to Digitization - Software AG's Heritage of Innovation - Patrick...The Road Map to Digitization - Software AG's Heritage of Innovation - Patrick...
The Road Map to Digitization - Software AG's Heritage of Innovation - Patrick...
 
Motadata product itsm overview
Motadata product itsm overviewMotadata product itsm overview
Motadata product itsm overview
 
Going Beyond the Device Heart Beat
Going Beyond the Device Heart BeatGoing Beyond the Device Heart Beat
Going Beyond the Device Heart Beat
 
Why an innovative mobile strategy needs a robust API
Why an innovative mobile strategy needs a robust APIWhy an innovative mobile strategy needs a robust API
Why an innovative mobile strategy needs a robust API
 
The value of the platform play in real world use cases Software AG cwin18 tou...
The value of the platform play in real world use cases Software AG cwin18 tou...The value of the platform play in real world use cases Software AG cwin18 tou...
The value of the platform play in real world use cases Software AG cwin18 tou...
 
Why an Innovative Mobile Strategy Requires a Robust API
Why an Innovative Mobile Strategy Requires a Robust API Why an Innovative Mobile Strategy Requires a Robust API
Why an Innovative Mobile Strategy Requires a Robust API
 
Building the Internet of Everything
Building the Internet of Everything Building the Internet of Everything
Building the Internet of Everything
 
apidays LIVE New York 2021 - Microservice Authorization with Open Policy Agen...
apidays LIVE New York 2021 - Microservice Authorization with Open Policy Agen...apidays LIVE New York 2021 - Microservice Authorization with Open Policy Agen...
apidays LIVE New York 2021 - Microservice Authorization with Open Policy Agen...
 
Session 1908 connecting devices to the IBM IoT Cloud
Session 1908   connecting devices to the  IBM IoT CloudSession 1908   connecting devices to the  IBM IoT Cloud
Session 1908 connecting devices to the IBM IoT Cloud
 
Kamanja: Driving Business Value through Real-Time Decisioning Solutions
Kamanja: Driving Business Value through Real-Time Decisioning SolutionsKamanja: Driving Business Value through Real-Time Decisioning Solutions
Kamanja: Driving Business Value through Real-Time Decisioning Solutions
 

Mehr von mfrancis

Migrating from PDE to Bndtools in Practice - Amit Kumar Mondal (Deutsche Tele...
Migrating from PDE to Bndtools in Practice - Amit Kumar Mondal (Deutsche Tele...Migrating from PDE to Bndtools in Practice - Amit Kumar Mondal (Deutsche Tele...
Migrating from PDE to Bndtools in Practice - Amit Kumar Mondal (Deutsche Tele...
mfrancis
 
How OSGi drives cross-sector energy management - Jörn Tümmler (SMA Solar Tech...
How OSGi drives cross-sector energy management - Jörn Tümmler (SMA Solar Tech...How OSGi drives cross-sector energy management - Jörn Tümmler (SMA Solar Tech...
How OSGi drives cross-sector energy management - Jörn Tümmler (SMA Solar Tech...
mfrancis
 
Improved developer productivity thanks to Maven and OSGi - Lukasz Dywicki (Co...
Improved developer productivity thanks to Maven and OSGi - Lukasz Dywicki (Co...Improved developer productivity thanks to Maven and OSGi - Lukasz Dywicki (Co...
Improved developer productivity thanks to Maven and OSGi - Lukasz Dywicki (Co...
mfrancis
 
Prototyping IoT systems with a hybrid OSGi & Node-RED platform - Bruce Jackso...
Prototyping IoT systems with a hybrid OSGi & Node-RED platform - Bruce Jackso...Prototyping IoT systems with a hybrid OSGi & Node-RED platform - Bruce Jackso...
Prototyping IoT systems with a hybrid OSGi & Node-RED platform - Bruce Jackso...
mfrancis
 

Mehr von mfrancis (20)

Eclipse Modeling Framework and plain OSGi the easy way - Mark Hoffman (Data I...
Eclipse Modeling Framework and plain OSGi the easy way - Mark Hoffman (Data I...Eclipse Modeling Framework and plain OSGi the easy way - Mark Hoffman (Data I...
Eclipse Modeling Framework and plain OSGi the easy way - Mark Hoffman (Data I...
 
OSGi and Java 9+ - BJ Hargrave (IBM)
OSGi and Java 9+ - BJ Hargrave (IBM)OSGi and Java 9+ - BJ Hargrave (IBM)
OSGi and Java 9+ - BJ Hargrave (IBM)
 
Simplify Web UX Coding using OSGi Modularity Magic - Paul Fraser (A2Z Living)
Simplify Web UX Coding using OSGi Modularity Magic - Paul Fraser (A2Z Living)Simplify Web UX Coding using OSGi Modularity Magic - Paul Fraser (A2Z Living)
Simplify Web UX Coding using OSGi Modularity Magic - Paul Fraser (A2Z Living)
 
OSGi for the data centre - Connecting OSGi to Kubernetes - Frank Lyaruu
OSGi for the data centre - Connecting OSGi to Kubernetes - Frank LyaruuOSGi for the data centre - Connecting OSGi to Kubernetes - Frank Lyaruu
OSGi for the data centre - Connecting OSGi to Kubernetes - Frank Lyaruu
 
Remote Management and Monitoring of Distributed OSGi Applications - Tim Verbe...
Remote Management and Monitoring of Distributed OSGi Applications - Tim Verbe...Remote Management and Monitoring of Distributed OSGi Applications - Tim Verbe...
Remote Management and Monitoring of Distributed OSGi Applications - Tim Verbe...
 
OSGi with Docker - a powerful way to develop Java systems - Udo Hafermann (So...
OSGi with Docker - a powerful way to develop Java systems - Udo Hafermann (So...OSGi with Docker - a powerful way to develop Java systems - Udo Hafermann (So...
OSGi with Docker - a powerful way to develop Java systems - Udo Hafermann (So...
 
A real world use case with OSGi R7 - Jurgen Albert (Data In Motion Consulting...
A real world use case with OSGi R7 - Jurgen Albert (Data In Motion Consulting...A real world use case with OSGi R7 - Jurgen Albert (Data In Motion Consulting...
A real world use case with OSGi R7 - Jurgen Albert (Data In Motion Consulting...
 
OSGi Feature Model - Where Art Thou - David Bosschaert (Adobe)
OSGi Feature Model - Where Art Thou - David Bosschaert (Adobe)OSGi Feature Model - Where Art Thou - David Bosschaert (Adobe)
OSGi Feature Model - Where Art Thou - David Bosschaert (Adobe)
 
Migrating from PDE to Bndtools in Practice - Amit Kumar Mondal (Deutsche Tele...
Migrating from PDE to Bndtools in Practice - Amit Kumar Mondal (Deutsche Tele...Migrating from PDE to Bndtools in Practice - Amit Kumar Mondal (Deutsche Tele...
Migrating from PDE to Bndtools in Practice - Amit Kumar Mondal (Deutsche Tele...
 
OSGi CDI Integration Specification - Ray Augé (Liferay)
OSGi CDI Integration Specification - Ray Augé (Liferay)OSGi CDI Integration Specification - Ray Augé (Liferay)
OSGi CDI Integration Specification - Ray Augé (Liferay)
 
How OSGi drives cross-sector energy management - Jörn Tümmler (SMA Solar Tech...
How OSGi drives cross-sector energy management - Jörn Tümmler (SMA Solar Tech...How OSGi drives cross-sector energy management - Jörn Tümmler (SMA Solar Tech...
How OSGi drives cross-sector energy management - Jörn Tümmler (SMA Solar Tech...
 
Improved developer productivity thanks to Maven and OSGi - Lukasz Dywicki (Co...
Improved developer productivity thanks to Maven and OSGi - Lukasz Dywicki (Co...Improved developer productivity thanks to Maven and OSGi - Lukasz Dywicki (Co...
Improved developer productivity thanks to Maven and OSGi - Lukasz Dywicki (Co...
 
It Was Twenty Years Ago Today - Building an OSGi based Smart Home System - Ch...
It Was Twenty Years Ago Today - Building an OSGi based Smart Home System - Ch...It Was Twenty Years Ago Today - Building an OSGi based Smart Home System - Ch...
It Was Twenty Years Ago Today - Building an OSGi based Smart Home System - Ch...
 
Popular patterns revisited on OSGi - Christian Schneider (Adobe)
Popular patterns revisited on OSGi - Christian Schneider (Adobe)Popular patterns revisited on OSGi - Christian Schneider (Adobe)
Popular patterns revisited on OSGi - Christian Schneider (Adobe)
 
Integrating SLF4J and the new OSGi LogService 1.4 - BJ Hargrave (IBM)
Integrating SLF4J and the new OSGi LogService 1.4 - BJ Hargrave (IBM)Integrating SLF4J and the new OSGi LogService 1.4 - BJ Hargrave (IBM)
Integrating SLF4J and the new OSGi LogService 1.4 - BJ Hargrave (IBM)
 
OSG(a)i: because AI needs a runtime - Tim Verbelen (imec)
OSG(a)i: because AI needs a runtime - Tim Verbelen (imec)OSG(a)i: because AI needs a runtime - Tim Verbelen (imec)
OSG(a)i: because AI needs a runtime - Tim Verbelen (imec)
 
Flying to Jupiter with OSGi - Tony Walsh (ESA) & Hristo Indzhov (Telespazio V...
Flying to Jupiter with OSGi - Tony Walsh (ESA) & Hristo Indzhov (Telespazio V...Flying to Jupiter with OSGi - Tony Walsh (ESA) & Hristo Indzhov (Telespazio V...
Flying to Jupiter with OSGi - Tony Walsh (ESA) & Hristo Indzhov (Telespazio V...
 
MicroProfile, OSGi was meant for this - Ray Auge (Liferay)
MicroProfile, OSGi was meant for this - Ray Auge (Liferay)MicroProfile, OSGi was meant for this - Ray Auge (Liferay)
MicroProfile, OSGi was meant for this - Ray Auge (Liferay)
 
Prototyping IoT systems with a hybrid OSGi & Node-RED platform - Bruce Jackso...
Prototyping IoT systems with a hybrid OSGi & Node-RED platform - Bruce Jackso...Prototyping IoT systems with a hybrid OSGi & Node-RED platform - Bruce Jackso...
Prototyping IoT systems with a hybrid OSGi & Node-RED platform - Bruce Jackso...
 
How to connect your OSGi application - Dirk Fauth (Bosch)
How to connect your OSGi application - Dirk Fauth (Bosch)How to connect your OSGi application - Dirk Fauth (Bosch)
How to connect your OSGi application - Dirk Fauth (Bosch)
 

Kürzlich hochgeladen

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Kürzlich hochgeladen (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 

Powering Dynamic M2M Event Processing with OSGi - W Bowers

  • 1. © Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Powering Dynamic M2M Event Processing with OSGi Dynamic Complex Event Processing and OSGi Hitachi Communication Technologies America, Inc. 6/12/2014 Walt Bowers Chief Architect OSGi Solutions
  • 2. Contents © Hitachi Communication Technologies America, Inc. 2014. All rights reserved. 1. The Vs of Big Data 2. Complex Event Processing 3. Dynamic Complex Event Processing Dynamic Complex Event Processing and OSGi. Powering Dynamic M2M Event Processing with OSGi 1 4. Demo
  • 3. © Hitachi Communication Technologies America, Inc. 2014. All rights reserved. 1. The Vs of Big Data Dynamic Complex Event Processing and OSGi. Powering Dynamic M2M Event Processing with OSGi 2
  • 4. 3© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. The Vs of Big Data
  • 5. 4© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. The missing “V” of Big Data Extracting VALUE from VIABLE Data WHERE It Matters and WHEN It Matters The missing “V” of Big Data
  • 6. 5© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Rise of The Intelligent Device
  • 7. 6© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Key Elements of Connected Intelligence Intelligent Devices Always-on devices connected to variety of sensors and running multiple software applications 1 Real-Time Analytics High-frequency data analysis for instant decision making and automation of information flows 2 Big Data Integration of data from connected devices with enterprise applications and historical data 3
  • 8. 7© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Dynamic Predictive Analytics • Local analytics and business rules are controlled by global analytics – In-flight data analytics on the device – Near real time response on the device • Global Analytics for the Big Patterns – Big Data post processing – Discover Hidden Patterns/dependencies • Dynamically Adjust the Rules – Update new rules to the local device – Enhances the devices local analytics • Rinse and Repeat
  • 9. 8© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Transportation Example Passenger Counter M2M Gateway) 1 Location tracking (LBS) Camera (Normal operation, local storage; emergencies such as Amber alert, streaming to emergency authorities) Digital signage (Information and advertising - Location aware) Vehicle diagnostics (Sensors throughout vehicle) Route monitoring (Time of day optimization) Fraud detection (Passenger counter, camera, fare collection) 3 2 4 56 7
  • 10. © Hitachi Communication Technologies America, Inc. 2014. All rights reserved. 2. Complex Event Processing Dynamic Complex Event Processing and OSGi. 9 Powering Dynamic M2M Event Processing with OSGi
  • 11. 10© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Intelligence Is Real-Time, Event-Based Analytics Communication Events Machine Events Security Events Environmental Events Business Logic Events Complex Events Processing enables real-time business insights from edge devices
  • 12. 11© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Complex Event Processing (CEP) • Event-driven Architecture • A generic data management infrastructure for processing in-flight data before data is potentially stored to deliver results in near real-time • Programming language for defining rules • It allows users to Aggregate/Correlate/Enrich/Detect Patterns in high speed streaming data
  • 13. 12© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Complex Event Processing (CEP) Data/Msg. Feeds Listener/SINK: User Code (Plain Java) Data Feed Adapters Process Events (CEP) CEP Application Container
  • 14. 13© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Event Capture Data/Msg. Feeds Listener/SINK: User Code (Plain Java) Data Feed Adapters Process Events (CEP) CEP Application Container • Events generated at sources • Adaptor captures event and sends it into the Event Processing Network
  • 15. 14© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Event Processing • Events processed in flight • Merging multiple event sources and types • Data enrichment by accessing external data sources (e.g. databases) Data/Msg. Feeds Listener/SINK: User Code (Plain Java) Data Feed Adapters Process Events (CEP) CEP Application Container
  • 16. 15© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Event Dispatch Data/Msg. Feeds Listener/SINK: User Code (Plain Java) Data Feed Adapters Process Events (CEP) CEP Application Container • Processing produces events • Adaptor receives event and sends it into the downstream clients
  • 17. © Hitachi Communication Technologies America, Inc. 2014. All rights reserved. 3. Dynamic Complex Event Processing Dynamic Complex Event Processing and OSGi. 16 Powering Dynamic M2M Event Processing with OSGi
  • 18. 17© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Dynamic Environment • Devices do not operate in a static environment • Inputs change • Knowledge is gained from analytics • Additional systems want to receive the output
  • 19. 18© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Dynamic Behavior • Our Complex Event Processing engine needs to be dynamic • Ability to change behavior without stopping the flow • Allow a higher level system to change the processing rules
  • 20. 19© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Enter OSGi Powered by Data/Msg. Feeds Listener/SINK: User Code (Plain Java) Data Feed Adapters Process Events (CEP) CEP Application Container OSGi Framework Java • Dynamic Modular System for Java • Mature Lightweight Application Framework – Ideal for embedded environments • Supports Module Lifecycle – Install/start/stop/uninstall/upgrade – Remotely manageable – Versioning • Services Model – Advertise and discover services – Modules are dependent on service not implementation
  • 21. 20© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. OSGi Deployment Environment OSGi Management System & Repository Data/Msg. Feeds Listener/SINK: User Code (Plain Java) Data Feed Adapters Process Events (CEP) OSGi - CEP OSGi Framework Java Remote Device
  • 22. 21© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Dynamically Changing Behavior Data/Msg. Feeds Listener/SINK: User Code (Plain Java) Data Feed Adapters Process Events (CEP) OSGi CEP OSGi Management System & Repository Remote Device Deployed System. Happily processing…
  • 23. 22© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Dynamically Changing Behavior The Data Inputs Change Data/Msg. Feeds Listener/SINK: User Code (Plain Java) Data Feed Adapters Process Events (CEP) OSGi CEP
  • 24. 23© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Dynamically Changing Behavior Update the adaptor Data/Msg. Feeds Listener/SINK: User Code (Plain Java) Data Feed Adapters Process Events (CEP) OSGi CEPOSGi Management System & Repository Remote Device
  • 25. 24© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Dynamically Changing Behavior Process the Events Differently Data/Msg. Feeds Listener/SINK: User Code (Plain Java) Data Feed Adapters Process Events (CEP) OSGi CEP OSGi Management System & Repository Remote Device
  • 26. 25© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Dynamically Changing Behavior Forward to additional locations for processing Data/Msg. Feeds Listener/SINK: User Code (Plain Java) Data Feed Adapters Process Events (CEP) OSGi CEP OSGi Management System & Repository Remote Device
  • 27. 26© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Dynamically Changing Behavior Happily processing again… OSGi Management System & Repository Remote Device Data/Msg. Feeds Listener/SINK: User Code (Plain Java) Data Feed Adapters Process Events (CEP) OSGi CEP
  • 28. © Hitachi Communication Technologies America, Inc. 2014. All rights reserved. 4. Demo How OSGi and Java enables smart data on M2M aggregators and gateways. Powering Dynamic M2M Event Processing with OSGi 27
  • 29. 28© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Example: JavaOne IoT In Motion
  • 30. 29© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. The Components LCD Display Phidget Temp Sensor
  • 31. 30© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. The Components • OSGi based • Continuous Query Language (CQL) for defining rules • http://www.oracle.com/us/technologies/java/embedded/event- processing/overview/index.html?ssSourceSiteId=opn • Arm Based Linux platform • http://www.raspberrypi.org/ • USB hardware devices • Open and inexpensive • http://www.phidgets.com/ • Hitachi’s OSGi Framework
  • 32. 31© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Dynamic Behavior In Action Start reporting temperature changes below ambient temperature
  • 33. 32© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Dynamic Behavior In Action Change the rules and redeploy remotely
  • 34. 33© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Dynamic Behavior In Action Now reporting temperature changes above ambient temperature
  • 35. © Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Hitachi Communication Technologies America, Inc. Dynamic Complex Event Processing and OSGi. Powering Dynamic M2M Event Processing with OSGi 6/12/2014 Walt Bowers Chief Architect OSGi Solutions Walt.bowers@hitachi-cta.com END 34
  • 36.
  • 37.
  • 39. 38© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Volume 3 006 477 107 200 GB added to the “digital universe” ~30% of it generated by machines 42 949 673 000 000 GB – 15 x increase 42 % will be generated by devices Assuming 2GB/hr it will take 2.3 billion years to download According to IDC’s “Digital Universe in 2020“ study published in December 2012
  • 40. 39© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Velocity
  • 41. 40© Hitachi Communication Technologies America, Inc. 2014. All rights reserved. Variety •Clickstream Data •Twitter Feeds •Facebook Postings •Web Content Web and Social Media •Smart Meters Readings •RFID Readings •Oil Rig Sensors •GP Signals Machine-to-Machine •Healthcare Claims •Telecommunication Call Details Record •Utility Billing Records Big Transaction Data •Facial Recognition •Genetics Biometrics •Call Center Voice Recording •Email •Electronic Medical Records Human Generated