SlideShare une entreprise Scribd logo
1  sur  36
Télécharger pour lire hors ligne
Internet of Things
In der Cloud oder doch On-Premises?
Guido Schmutz
@gschmutz doag2017
Guido Schmutz
Working at Trivadis for more than 20 years
Oracle ACE Director for Fusion Middleware and SOA
Consultant, Trainer Software Architect for Java, Oracle, SOA and
Big Data / Fast Data
Head of Trivadis Architecture Board
Technology Manager @ Trivadis
More than 30 years of software development experience
Contact: guido.schmutz@trivadis.com
Blog: http://guidoschmutz.wordpress.com
Slideshare: http://www.slideshare.net/gschmutz
Twitter: gschmutz
Internet of Things - In the cloud or on-premises
Our company.
Internet of Things - In the cloud or on-premises
Trivadis is a market leader in IT consulting, system integration, solution engineering
and the provision of IT services focusing on and
technologies
in Switzerland, Germany, Austria and Denmark. We offer our services in the following
strategic business fields:
Trivadis Services takes over the interacting operation of your IT systems.
O P E R A T I O N
COPENHAGEN
MUNICH
LAUSANNE
BERN
ZURICH
BRUGG
GENEVA
HAMBURG
DÜSSELDORF
FRANKFURT
STUTTGART
FREIBURG
BASEL
VIENNA
With over 600 specialists and IT experts in your region.
Internet of Things - In the cloud or on-premises
14 Trivadis branches and more than
600 employees
200 Service Level Agreements
Over 4,000 training participants
Research and development budget:
CHF 5.0 million
Financially self-supporting and
sustainably profitable
Experience from more than 1,900
projects per year at over 800
customers
Agenda
1. IoT Architecture & Building Blocks
2. IoT Reference Architecture
3. Cloud IoT Solutions
4. On-Premises IoT Solutions
5. Hybrid IoT Solutions
Internet of Things - In the cloud or on-premises
Internet of Things (IoT) Wave
Internet of Things (IoT): Enabling
communication between devices, people
& processes to exchange useful information
& knowledge that create value for humans
Term first proposed by Kevin Ashton in 1999
Source:	The	Economist Source:	Ericsson,	June	2016
Internet of Things - In the cloud or on-premises
IoT Architecture & Building Blocks
Internet of Things - In the cloud or on-premises
Architecture Drivers
Large	Scale
Security
Constrained	Devices
Large	Volume
Legacy	Support
Need	for	Real-Time
Millions	of	clients	in	a	single	network.	IPv6	is	the	right	way	to	go…
Sensors	exposed	to	the	world,	data	travels	through	public	networks	…
Lossy networks,	low	bandwidth,	small	batteries	…
Millions	of	sensors	produce	tons	of	data,	all	the	time	…
Non-IP,	specialized	devices,	multiple	vertical	solutions
What	happens	now	may	result	in	proactive	action	…
Internet of Things - In the cloud or on-premises
IoT World Forum Reference Model
Source: https://www.iotwf.com/
Internet of Things - In the cloud or on-premises
IoT World Forum Reference Model
Source: https://www.iotwf.com/
Internet of Things - In the cloud or on-premises
Sensor vs. Actuators 1)	Physical	Devices	&	Controllers
Source: cisco
Internet of Things - In the cloud or on-premises
Smart Objects 1)	Physical	Devices	&	Controllers
Source: cisco
Internet of Things - In the cloud or on-premises
Sensor Characteristics
Connected	to	Power	or	Battery	operated
Lower	power	need	to	transmit	less	often,	at	
shorter	range,	simpler	data
Mobile	or	Static
What	is	the	range	and	frequency	of	mobility?	
Impact	on	power	and	Gateway
Low	or	High	Reporting	Frequency
Hundred	of	times	per	second,	or	once	or	twice	a	
month?
Simple	or	Rich	Data One	status	bytes	or	hundreds	of	parameters?
Transmission	Range Few	feet	or	several	miles?
Density	per	Cell “a	few	sensors”	or	“several	thousands”?
1)	Physical	Devices	&	Controllers 2)	Connectivity
Internet of Things - In the cloud or on-premises
Access Technologies and Distances 2)	Connectivity
Source: cisco
Internet of Things - In the cloud or on-premises
Traditional IT Computing Model
Standard model
Endpoint like computer,
notebooks, tablets … connect to
a core network
communication between
endpoints
data center or cloud backend
where an application is running
3 layered connectivity
architecture
3)	Edge	Computing
Source: cisco
Internet of Things - In the cloud or on-premises
IT Model, with IoT Requirements
• Additional Fog Layer
between Devices and
Core Network
• supports for
filter/aggregation in
edge/fog layer
• supports lower latency
action / reaction =>
direct feedback loop
3)	Edge	Computing
Source: cisco
Internet of Things - In the cloud or on-premises
Streaming Analytics
a.k.a
• Complex Event
Processing
• Event Processing
• Stream Processing
“Data in Motion”
3)	Edge	Computing 4)	Data	Accumulation 5)	Application
Internet of Things - In the cloud or on-premises
Stream
Analytics
Event
Hub
Event
Hub
Event
Hub
Data Flow
Reference
Data
Stream
Processor
Location
Social
Click
stream
Sensor
Data
Weather
Data
Mobile
Apps
Billing &
Ordering
CRM /
Profile
Marketing
Campaigns
Actionable
Events
Server-Less
Run code “without” servers => only
specify functions
Pay only for the compute time you
consume => save money
Triggered by events or called from API’s
• store an object into an object/blob
storage system (S3)
• updates to a NoSQL database
(trigger)
• arrival of an IoT message (event)
Makes it easy to
• perform real-time processing
• build scalable back-end services
• glue and choreograph systems
Functions can be written in various
languages, such as
• Java / C#
• Python
• Node.js
Might have higher latency (due to
function being loaded at call-time)
3)	Edge	Computing 4)	Data	Accumulation 5)	Data	Abstraction
Internet of Things - In the cloud or on-premises
Data Storage
Key	Value	Store
Wide-column	store
Document	store
Graph	store
Key Value
K1 V1
K2 V2
K3 V3
Document
{
k1:	v1,
k2:	v2,	
k3:	[v1,	v2,	v3]
}
Rowkey
CK1
RK1
V1
CK2
V2
CK3
V3
CK4
V4
…
…
CK1
RK2
V1
CK4
V4
CK6
V6
…
…
…
…
…
…
CK3
V3
Internet of Things - In the cloud or on-premises
5)	Data	Abstraction
Data Storage
Internet of Things - In the cloud or on-premises
5)	Data	Abstraction
Object	Storage	/	Key	Value	Store
Wide-column	store
Document	store
Graph	store
IoT Reference Architecture
Internet of Things - In the cloud or on-premises
API	/	Service	Integration
IoT Service
IoT Logical Reference Architecture
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
Enterprise	Apps
Process	Mgmt
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
HTTP/REST
KAFKA
MQTT
AMQP
HTTP
BLE
ZigBee
WIFI
Wired
Message	Integration
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
SOAP
HTTP/REST
IP	Capable
IoT Device
Sensor
Actuator
DB
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP/REST
MQTT
AMQP
HTTP/REST
Sensor Edge Cloud On-PremActuator Cloud On-PremCloud On-Prem
API	/	Service	Integration
IoT Service
IoT Logical Reference Architecture
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
Sensor Edge Cloud On-PremActuator Cloud On-PremCloud On-Prem
API	/	Service	Integration
IoT Service
IoT Logical Reference Architecture
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
Physical	Devices	
&	Controllers
Connectivity
Edge	Computing Data	Accumulation
Data	Abstraction
Application
Collaboration	&	
Processes
Cloud IoT Solutions
Internet of Things - In the cloud or on-premises
API	/	Service	Integration
IoT Service
Oracle Cloud
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
Event	Hub	CS
IoT CS
Stream	
Analytics
Big	Data	CS
Stream	
Analytics NoSQL	CS
Big	Data	
Discovery	CS
Big	Data	
Preparation	CS
Edge	
Analytics
IoT CS	
Gateway
SOA	CS
Process	CS
Integration	CSMessaging	CS
Mobile	CS
Container	CS
Application	
Container	CS
BI	CS
Dataflow	ML
NoSQL
Device	Mgmt
Service	CS
Field	Service	CS
Internet of Things - In the cloud or on-premises
API	/	Service	Integration
IoT Service
Amazon IoT Platform
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
Rules	Engine
Lambda
S3
Greengrass
S3
Dynamo	
DB
Dynamo	DB
Message	Broker
Thing	
Shadow
Thing	
Registry
AWS	IoT Platform EWR
Kinesis	FirehoseSQS
EC2	Container	Service
EC2	Container	Registry
SnowmobileSnowball	Edge
Snowball
Polly
ML
Lex
Rekognition
Elasticsearch
Kinesis	Analytics
Kinesis	Streams
SNSEmail
PinpointAPI	Gateway
Mobile	Hub
Mobile	SDK
Cognito
Lambda
Lambda
EC2
Auto	Scaling	
Rules	Engine
Lambda
Athena
Athena
API	/	Service	Integration
IoT Service
Microsoft Azure Cloud
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
IoT Edge
Stream
Analytics
Document	DB
IoT Gateway
IoTHub
Event	Hub
Functions
Service	Bus
HD	Insight
Storage
Storage
Machine	Learning
Document	
DB
DataLake
BizTalk	Services
Notification	Hub
Power	BI
Stream
Analytics
API	Management
IoT Suite
Internet of Things - In the cloud or on-premises
IoT on-premises
Internet of Things - In the cloud or on-premises
API	/	Service	Integration
IoT Service
IoT on-premises – Oracle Cloud Machine
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
Event	Hub	CS
IoT CS
Stream	
Analytics
Big	Data	CS
Stream	
Analytics NoSQL	CS
Big	Data	
Discovery	CS
Big	Data	
Preparation	CS
Edge	
Analytics
IoT CS	
Gateway
SOA	CS
Process	CS
Integration	CSMessaging	CS
Mobile	CS
Container	CS
Application	
Container	CS
BI	CS
Dataflow	ML
NoSQL
Device	Mgmt
Service	CS
Field	Service	CS
Internet of Things - In the cloud or on-premises
API	/	Service	Integration
IoT Service
IoT on-premises – Open Source
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
Internet of Things - In the cloud or on-premises
Hybrid IoT Solution
Internet of Things - In the cloud or on-premises
API	/	Service	Integration
IoT Service
Hybrid IoT Solutions
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
Cloud On-PremisesFogEdge
API	/	Service	Integration
IoT Service
Hybrid IoT Solutions
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
Cloud On-PremisesFogEdge
Internet of Things - In the cloud or on-premises
Technology on its own won't help you.
You need to know how to use it properly.
Trivadis @ DOAG 2017
#opencompany
Booth: 3rd Floor – next to the escalator
We share our Know how!
Just come across, Live-Presentations
and documents archive
T-Shirts, Contest and much more
We look forward to your visit
Internet of Things - In the cloud or on-premises

Contenu connexe

Tendances

Kafka Connect & Kafka Streams/KSQL - the ecosystem around Kafka
Kafka Connect & Kafka Streams/KSQL - the ecosystem around KafkaKafka Connect & Kafka Streams/KSQL - the ecosystem around Kafka
Kafka Connect & Kafka Streams/KSQL - the ecosystem around Kafka
Guido Schmutz
 
Apache Kafka - A modern Stream Processing Platform
Apache Kafka - A modern Stream Processing PlatformApache Kafka - A modern Stream Processing Platform
Apache Kafka - A modern Stream Processing Platform
Guido Schmutz
 
Apache Kafka - Scalable Message Processing and more!
Apache Kafka - Scalable Message Processing and more!Apache Kafka - Scalable Message Processing and more!
Apache Kafka - Scalable Message Processing and more!
Guido Schmutz
 
Introduction to Stream Processing
Introduction to Stream ProcessingIntroduction to Stream Processing
Introduction to Stream Processing
Guido Schmutz
 
Introduction to Stream Processing
Introduction to Stream ProcessingIntroduction to Stream Processing
Introduction to Stream Processing
Guido Schmutz
 
Ingesting and Processing IoT Data - using MQTT, Kafka Connect and KSQL
Ingesting and Processing IoT Data - using MQTT, Kafka Connect and KSQLIngesting and Processing IoT Data - using MQTT, Kafka Connect and KSQL
Ingesting and Processing IoT Data - using MQTT, Kafka Connect and KSQL
Guido Schmutz
 
Introduction to Stream Processing
Introduction to Stream ProcessingIntroduction to Stream Processing
Introduction to Stream Processing
Guido Schmutz
 

Tendances (20)

Building Event-Driven (Micro)Services with Apache Kafka
Building Event-Driven (Micro)Services with Apache KafkaBuilding Event-Driven (Micro)Services with Apache Kafka
Building Event-Driven (Micro)Services with Apache Kafka
 
Apache Kafka Scalable Message Processing and more!
Apache Kafka Scalable Message Processing and more! Apache Kafka Scalable Message Processing and more!
Apache Kafka Scalable Message Processing and more!
 
Apache Kafka - Event Sourcing, Monitoring, Librdkafka, Scaling & Partitioning
Apache Kafka - Event Sourcing, Monitoring, Librdkafka, Scaling & PartitioningApache Kafka - Event Sourcing, Monitoring, Librdkafka, Scaling & Partitioning
Apache Kafka - Event Sourcing, Monitoring, Librdkafka, Scaling & Partitioning
 
Kafka Connect & Kafka Streams/KSQL - the ecosystem around Kafka
Kafka Connect & Kafka Streams/KSQL - the ecosystem around KafkaKafka Connect & Kafka Streams/KSQL - the ecosystem around Kafka
Kafka Connect & Kafka Streams/KSQL - the ecosystem around Kafka
 
Apache Kafka - A modern Stream Processing Platform
Apache Kafka - A modern Stream Processing PlatformApache Kafka - A modern Stream Processing Platform
Apache Kafka - A modern Stream Processing Platform
 
Apache Kafka - Scalable Message Processing and more!
Apache Kafka - Scalable Message Processing and more!Apache Kafka - Scalable Message Processing and more!
Apache Kafka - Scalable Message Processing and more!
 
Building event-driven (Micro)Services with Apache Kafka
Building event-driven (Micro)Services with Apache KafkaBuilding event-driven (Micro)Services with Apache Kafka
Building event-driven (Micro)Services with Apache Kafka
 
Building Event Driven (Micro)services with Apache Kafka
Building Event Driven (Micro)services with Apache KafkaBuilding Event Driven (Micro)services with Apache Kafka
Building Event Driven (Micro)services with Apache Kafka
 
Kafka summit apac session
Kafka summit apac sessionKafka summit apac session
Kafka summit apac session
 
Introduction to Stream Processing
Introduction to Stream ProcessingIntroduction to Stream Processing
Introduction to Stream Processing
 
A guide through the Azure Messaging services - Update Conference
A guide through the Azure Messaging services - Update ConferenceA guide through the Azure Messaging services - Update Conference
A guide through the Azure Messaging services - Update Conference
 
Building Event Driven (Micro)services with Apache Kafka
Building Event Driven (Micro)services with Apache KafkaBuilding Event Driven (Micro)services with Apache Kafka
Building Event Driven (Micro)services with Apache Kafka
 
Introduction to Stream Processing
Introduction to Stream ProcessingIntroduction to Stream Processing
Introduction to Stream Processing
 
Apache Kafka - Scalable Message-Processing and more !
Apache Kafka - Scalable Message-Processing and more !Apache Kafka - Scalable Message-Processing and more !
Apache Kafka - Scalable Message-Processing and more !
 
Reliable Data Intestion in BigData / IoT
Reliable Data Intestion in BigData / IoTReliable Data Intestion in BigData / IoT
Reliable Data Intestion in BigData / IoT
 
Introduction to Stream Processing
Introduction to Stream ProcessingIntroduction to Stream Processing
Introduction to Stream Processing
 
Ingesting and Processing IoT Data - using MQTT, Kafka Connect and KSQL
Ingesting and Processing IoT Data - using MQTT, Kafka Connect and KSQLIngesting and Processing IoT Data - using MQTT, Kafka Connect and KSQL
Ingesting and Processing IoT Data - using MQTT, Kafka Connect and KSQL
 
Building event-driven (Micro)Services with Apache Kafka
Building event-driven (Micro)Services with Apache Kafka Building event-driven (Micro)Services with Apache Kafka
Building event-driven (Micro)Services with Apache Kafka
 
Building Event-Driven (Micro) Services with Apache Kafka
Building Event-Driven (Micro) Services with Apache KafkaBuilding Event-Driven (Micro) Services with Apache Kafka
Building Event-Driven (Micro) Services with Apache Kafka
 
Introduction to Stream Processing
Introduction to Stream ProcessingIntroduction to Stream Processing
Introduction to Stream Processing
 

Similaire à Internet of Things (IoT) - in the cloud or rather on-premises?

Streaming Cyber Security into Graph: Accelerating Data into DataStax Graph an...
Streaming Cyber Security into Graph: Accelerating Data into DataStax Graph an...Streaming Cyber Security into Graph: Accelerating Data into DataStax Graph an...
Streaming Cyber Security into Graph: Accelerating Data into DataStax Graph an...
Keith Kraus
 

Similaire à Internet of Things (IoT) - in the cloud or rather on-premises? (20)

Internet of Things and Big Data
Internet of Things and Big DataInternet of Things and Big Data
Internet of Things and Big Data
 
Internet of Things IoT Guido Schmutz
Internet of Things IoT Guido SchmutzInternet of Things IoT Guido Schmutz
Internet of Things IoT Guido Schmutz
 
Internet of Things - Are traditional architectures good enough?
Internet of Things - Are traditional architectures good enough?Internet of Things - Are traditional architectures good enough?
Internet of Things - Are traditional architectures good enough?
 
Internet of Things (IoT)
Internet of Things (IoT)Internet of Things (IoT)
Internet of Things (IoT)
 
IoT Architecture - Are Traditional Architectures Good Enough or do we Need Ne...
IoT Architecture - Are Traditional Architectures Good Enough or do we Need Ne...IoT Architecture - Are Traditional Architectures Good Enough or do we Need Ne...
IoT Architecture - Are Traditional Architectures Good Enough or do we Need Ne...
 
Internet of Things (IoT) and Big Data
Internet of Things (IoT) and Big DataInternet of Things (IoT) and Big Data
Internet of Things (IoT) and Big Data
 
Iot cloud-or-onprem-170709204236
Iot cloud-or-onprem-170709204236Iot cloud-or-onprem-170709204236
Iot cloud-or-onprem-170709204236
 
IoT Architecture - are traditional architectures good enough?
IoT Architecture - are traditional architectures good enough?IoT Architecture - are traditional architectures good enough?
IoT Architecture - are traditional architectures good enough?
 
Exploring the Azure IoT Ecosystem
Exploring the Azure IoT EcosystemExploring the Azure IoT Ecosystem
Exploring the Azure IoT Ecosystem
 
IoT Masterclass ESGT Santarem - Connecting The Dots
IoT Masterclass ESGT Santarem -  Connecting The DotsIoT Masterclass ESGT Santarem -  Connecting The Dots
IoT Masterclass ESGT Santarem - Connecting The Dots
 
VoltDB and HPE Vertica Present: Building an IoT Architecture for Fast + Big Data
VoltDB and HPE Vertica Present: Building an IoT Architecture for Fast + Big DataVoltDB and HPE Vertica Present: Building an IoT Architecture for Fast + Big Data
VoltDB and HPE Vertica Present: Building an IoT Architecture for Fast + Big Data
 
IoTforReal Seminar slidedeck
IoTforReal Seminar slidedeckIoTforReal Seminar slidedeck
IoTforReal Seminar slidedeck
 
Industry4.0 IoT Vincent Thavonekham - Azure Day Ukraine
Industry4.0 IoT Vincent Thavonekham - Azure Day UkraineIndustry4.0 IoT Vincent Thavonekham - Azure Day Ukraine
Industry4.0 IoT Vincent Thavonekham - Azure Day Ukraine
 
7 12-2010 - UU - Microsoft Cloud Services - peter de haas -final
7 12-2010 - UU - Microsoft Cloud Services - peter de haas -final7 12-2010 - UU - Microsoft Cloud Services - peter de haas -final
7 12-2010 - UU - Microsoft Cloud Services - peter de haas -final
 
Phoenix Data Conference - Big Data Analytics for IoT 11/4/17
Phoenix Data Conference - Big Data Analytics for IoT 11/4/17Phoenix Data Conference - Big Data Analytics for IoT 11/4/17
Phoenix Data Conference - Big Data Analytics for IoT 11/4/17
 
AWS re:Invent 2016: IoT and Beyond: Building IoT Solutions for Exploring the ...
AWS re:Invent 2016: IoT and Beyond: Building IoT Solutions for Exploring the ...AWS re:Invent 2016: IoT and Beyond: Building IoT Solutions for Exploring the ...
AWS re:Invent 2016: IoT and Beyond: Building IoT Solutions for Exploring the ...
 
Streaming Cyber Security into Graph: Accelerating Data into DataStax Graph an...
Streaming Cyber Security into Graph: Accelerating Data into DataStax Graph an...Streaming Cyber Security into Graph: Accelerating Data into DataStax Graph an...
Streaming Cyber Security into Graph: Accelerating Data into DataStax Graph an...
 
Azure and Predix
Azure and PredixAzure and Predix
Azure and Predix
 
Building a reliable and scalable IoT platform with MongoDB and HiveMQ
Building a reliable and scalable IoT platform with MongoDB and HiveMQBuilding a reliable and scalable IoT platform with MongoDB and HiveMQ
Building a reliable and scalable IoT platform with MongoDB and HiveMQ
 
FIWARE Global Summit - Advanced ML/AI Techniques with FIWARE and Connected Io...
FIWARE Global Summit - Advanced ML/AI Techniques with FIWARE and Connected Io...FIWARE Global Summit - Advanced ML/AI Techniques with FIWARE and Connected Io...
FIWARE Global Summit - Advanced ML/AI Techniques with FIWARE and Connected Io...
 

Plus de Guido Schmutz

Kafka as your Data Lake - is it Feasible?
Kafka as your Data Lake - is it Feasible?Kafka as your Data Lake - is it Feasible?
Kafka as your Data Lake - is it Feasible?
Guido Schmutz
 
Location Analytics - Real-Time Geofencing using Apache Kafka
Location Analytics - Real-Time Geofencing using Apache KafkaLocation Analytics - Real-Time Geofencing using Apache Kafka
Location Analytics - Real-Time Geofencing using Apache Kafka
Guido Schmutz
 
Location Analytics Real-Time Geofencing using Kafka
Location Analytics Real-Time Geofencing using KafkaLocation Analytics Real-Time Geofencing using Kafka
Location Analytics Real-Time Geofencing using Kafka
Guido Schmutz
 
Streaming Visualisation
Streaming VisualisationStreaming Visualisation
Streaming Visualisation
Guido Schmutz
 
Solutions for bi-directional Integration between Oracle RDMBS & Apache Kafka
Solutions for bi-directional Integration between Oracle RDMBS & Apache KafkaSolutions for bi-directional Integration between Oracle RDMBS & Apache Kafka
Solutions for bi-directional Integration between Oracle RDMBS & Apache Kafka
Guido Schmutz
 
Streaming Visualization
Streaming VisualizationStreaming Visualization
Streaming Visualization
Guido Schmutz
 
Location Analytics - Real Time Geofencing using Apache Kafka
Location Analytics - Real Time Geofencing using Apache KafkaLocation Analytics - Real Time Geofencing using Apache Kafka
Location Analytics - Real Time Geofencing using Apache Kafka
Guido Schmutz
 

Plus de Guido Schmutz (20)

30 Minutes to the Analytics Platform with Infrastructure as Code
30 Minutes to the Analytics Platform with Infrastructure as Code30 Minutes to the Analytics Platform with Infrastructure as Code
30 Minutes to the Analytics Platform with Infrastructure as Code
 
Event Broker (Kafka) in a Modern Data Architecture
Event Broker (Kafka) in a Modern Data ArchitectureEvent Broker (Kafka) in a Modern Data Architecture
Event Broker (Kafka) in a Modern Data Architecture
 
Big Data, Data Lake, Fast Data - Dataserialiation-Formats
Big Data, Data Lake, Fast Data - Dataserialiation-FormatsBig Data, Data Lake, Fast Data - Dataserialiation-Formats
Big Data, Data Lake, Fast Data - Dataserialiation-Formats
 
ksqlDB - Stream Processing simplified!
ksqlDB - Stream Processing simplified!ksqlDB - Stream Processing simplified!
ksqlDB - Stream Processing simplified!
 
Kafka as your Data Lake - is it Feasible?
Kafka as your Data Lake - is it Feasible?Kafka as your Data Lake - is it Feasible?
Kafka as your Data Lake - is it Feasible?
 
Event Hub (i.e. Kafka) in Modern Data Architecture
Event Hub (i.e. Kafka) in Modern Data ArchitectureEvent Hub (i.e. Kafka) in Modern Data Architecture
Event Hub (i.e. Kafka) in Modern Data Architecture
 
Solutions for bi-directional integration between Oracle RDBMS & Apache Kafka
Solutions for bi-directional integration between Oracle RDBMS & Apache KafkaSolutions for bi-directional integration between Oracle RDBMS & Apache Kafka
Solutions for bi-directional integration between Oracle RDBMS & Apache Kafka
 
Location Analytics - Real-Time Geofencing using Apache Kafka
Location Analytics - Real-Time Geofencing using Apache KafkaLocation Analytics - Real-Time Geofencing using Apache Kafka
Location Analytics - Real-Time Geofencing using Apache Kafka
 
Solutions for bi-directional integration between Oracle RDBMS and Apache Kafka
Solutions for bi-directional integration between Oracle RDBMS and Apache KafkaSolutions for bi-directional integration between Oracle RDBMS and Apache Kafka
Solutions for bi-directional integration between Oracle RDBMS and Apache Kafka
 
What is Apache Kafka? Why is it so popular? Should I use it?
What is Apache Kafka? Why is it so popular? Should I use it?What is Apache Kafka? Why is it so popular? Should I use it?
What is Apache Kafka? Why is it so popular? Should I use it?
 
Solutions for bi-directional integration between Oracle RDBMS & Apache Kafka
Solutions for bi-directional integration between Oracle RDBMS & Apache KafkaSolutions for bi-directional integration between Oracle RDBMS & Apache Kafka
Solutions for bi-directional integration between Oracle RDBMS & Apache Kafka
 
Location Analytics Real-Time Geofencing using Kafka
Location Analytics Real-Time Geofencing using KafkaLocation Analytics Real-Time Geofencing using Kafka
Location Analytics Real-Time Geofencing using Kafka
 
Streaming Visualisation
Streaming VisualisationStreaming Visualisation
Streaming Visualisation
 
Kafka as an event store - is it good enough?
Kafka as an event store - is it good enough?Kafka as an event store - is it good enough?
Kafka as an event store - is it good enough?
 
Solutions for bi-directional Integration between Oracle RDMBS & Apache Kafka
Solutions for bi-directional Integration between Oracle RDMBS & Apache KafkaSolutions for bi-directional Integration between Oracle RDMBS & Apache Kafka
Solutions for bi-directional Integration between Oracle RDMBS & Apache Kafka
 
Fundamentals Big Data and AI Architecture
Fundamentals Big Data and AI ArchitectureFundamentals Big Data and AI Architecture
Fundamentals Big Data and AI Architecture
 
Location Analytics - Real-Time Geofencing using Kafka
Location Analytics - Real-Time Geofencing using Kafka Location Analytics - Real-Time Geofencing using Kafka
Location Analytics - Real-Time Geofencing using Kafka
 
Streaming Visualization
Streaming VisualizationStreaming Visualization
Streaming Visualization
 
Streaming Visualization
Streaming VisualizationStreaming Visualization
Streaming Visualization
 
Location Analytics - Real Time Geofencing using Apache Kafka
Location Analytics - Real Time Geofencing using Apache KafkaLocation Analytics - Real Time Geofencing using Apache Kafka
Location Analytics - Real Time Geofencing using Apache Kafka
 

Dernier

Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
amitlee9823
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
amitlee9823
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
amitlee9823
 
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
amitlee9823
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
amitlee9823
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
amitlee9823
 
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
amitlee9823
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men 🔝Thrissur🔝 Escor...
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men  🔝Thrissur🔝   Escor...➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men  🔝Thrissur🔝   Escor...
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men 🔝Thrissur🔝 Escor...
amitlee9823
 

Dernier (20)

Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
 
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics Program
 
Detecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning ApproachDetecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning Approach
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men 🔝Thrissur🔝 Escor...
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men  🔝Thrissur🔝   Escor...➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men  🔝Thrissur🔝   Escor...
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men 🔝Thrissur🔝 Escor...
 

Internet of Things (IoT) - in the cloud or rather on-premises?

  • 1. Internet of Things In der Cloud oder doch On-Premises? Guido Schmutz @gschmutz doag2017
  • 2. Guido Schmutz Working at Trivadis for more than 20 years Oracle ACE Director for Fusion Middleware and SOA Consultant, Trainer Software Architect for Java, Oracle, SOA and Big Data / Fast Data Head of Trivadis Architecture Board Technology Manager @ Trivadis More than 30 years of software development experience Contact: guido.schmutz@trivadis.com Blog: http://guidoschmutz.wordpress.com Slideshare: http://www.slideshare.net/gschmutz Twitter: gschmutz Internet of Things - In the cloud or on-premises
  • 3. Our company. Internet of Things - In the cloud or on-premises Trivadis is a market leader in IT consulting, system integration, solution engineering and the provision of IT services focusing on and technologies in Switzerland, Germany, Austria and Denmark. We offer our services in the following strategic business fields: Trivadis Services takes over the interacting operation of your IT systems. O P E R A T I O N
  • 4. COPENHAGEN MUNICH LAUSANNE BERN ZURICH BRUGG GENEVA HAMBURG DÜSSELDORF FRANKFURT STUTTGART FREIBURG BASEL VIENNA With over 600 specialists and IT experts in your region. Internet of Things - In the cloud or on-premises 14 Trivadis branches and more than 600 employees 200 Service Level Agreements Over 4,000 training participants Research and development budget: CHF 5.0 million Financially self-supporting and sustainably profitable Experience from more than 1,900 projects per year at over 800 customers
  • 5. Agenda 1. IoT Architecture & Building Blocks 2. IoT Reference Architecture 3. Cloud IoT Solutions 4. On-Premises IoT Solutions 5. Hybrid IoT Solutions Internet of Things - In the cloud or on-premises
  • 6. Internet of Things (IoT) Wave Internet of Things (IoT): Enabling communication between devices, people & processes to exchange useful information & knowledge that create value for humans Term first proposed by Kevin Ashton in 1999 Source: The Economist Source: Ericsson, June 2016 Internet of Things - In the cloud or on-premises
  • 7. IoT Architecture & Building Blocks Internet of Things - In the cloud or on-premises
  • 9. IoT World Forum Reference Model Source: https://www.iotwf.com/ Internet of Things - In the cloud or on-premises
  • 10. IoT World Forum Reference Model Source: https://www.iotwf.com/ Internet of Things - In the cloud or on-premises
  • 11. Sensor vs. Actuators 1) Physical Devices & Controllers Source: cisco Internet of Things - In the cloud or on-premises
  • 12. Smart Objects 1) Physical Devices & Controllers Source: cisco Internet of Things - In the cloud or on-premises
  • 14. Access Technologies and Distances 2) Connectivity Source: cisco Internet of Things - In the cloud or on-premises
  • 15. Traditional IT Computing Model Standard model Endpoint like computer, notebooks, tablets … connect to a core network communication between endpoints data center or cloud backend where an application is running 3 layered connectivity architecture 3) Edge Computing Source: cisco Internet of Things - In the cloud or on-premises
  • 16. IT Model, with IoT Requirements • Additional Fog Layer between Devices and Core Network • supports for filter/aggregation in edge/fog layer • supports lower latency action / reaction => direct feedback loop 3) Edge Computing Source: cisco Internet of Things - In the cloud or on-premises
  • 17. Streaming Analytics a.k.a • Complex Event Processing • Event Processing • Stream Processing “Data in Motion” 3) Edge Computing 4) Data Accumulation 5) Application Internet of Things - In the cloud or on-premises Stream Analytics Event Hub Event Hub Event Hub Data Flow Reference Data Stream Processor Location Social Click stream Sensor Data Weather Data Mobile Apps Billing & Ordering CRM / Profile Marketing Campaigns Actionable Events
  • 18. Server-Less Run code “without” servers => only specify functions Pay only for the compute time you consume => save money Triggered by events or called from API’s • store an object into an object/blob storage system (S3) • updates to a NoSQL database (trigger) • arrival of an IoT message (event) Makes it easy to • perform real-time processing • build scalable back-end services • glue and choreograph systems Functions can be written in various languages, such as • Java / C# • Python • Node.js Might have higher latency (due to function being loaded at call-time) 3) Edge Computing 4) Data Accumulation 5) Data Abstraction Internet of Things - In the cloud or on-premises
  • 19. Data Storage Key Value Store Wide-column store Document store Graph store Key Value K1 V1 K2 V2 K3 V3 Document { k1: v1, k2: v2, k3: [v1, v2, v3] } Rowkey CK1 RK1 V1 CK2 V2 CK3 V3 CK4 V4 … … CK1 RK2 V1 CK4 V4 CK6 V6 … … … … … … CK3 V3 Internet of Things - In the cloud or on-premises 5) Data Abstraction
  • 20. Data Storage Internet of Things - In the cloud or on-premises 5) Data Abstraction Object Storage / Key Value Store Wide-column store Document store Graph store
  • 21. IoT Reference Architecture Internet of Things - In the cloud or on-premises
  • 22. API / Service Integration IoT Service IoT Logical Reference Architecture Low Power IoT Device Sensor Actuator IoT Gateway Enterprise Apps Process Mgmt Big Data / BI Service UIBL Object Analytics / ML HTTP/REST KAFKA MQTT AMQP HTTP BLE ZigBee WIFI Wired Message Integration Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service SOAP HTTP/REST IP Capable IoT Device Sensor Actuator DB Existing IoT Device Sensor Actuator MQTT AMQP HTTP/REST MQTT AMQP HTTP/REST Sensor Edge Cloud On-PremActuator Cloud On-PremCloud On-Prem
  • 23. API / Service Integration IoT Service IoT Logical Reference Architecture Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP Sensor Edge Cloud On-PremActuator Cloud On-PremCloud On-Prem
  • 24. API / Service Integration IoT Service IoT Logical Reference Architecture Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP Physical Devices & Controllers Connectivity Edge Computing Data Accumulation Data Abstraction Application Collaboration & Processes
  • 25. Cloud IoT Solutions Internet of Things - In the cloud or on-premises
  • 26. API / Service Integration IoT Service Oracle Cloud Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP Event Hub CS IoT CS Stream Analytics Big Data CS Stream Analytics NoSQL CS Big Data Discovery CS Big Data Preparation CS Edge Analytics IoT CS Gateway SOA CS Process CS Integration CSMessaging CS Mobile CS Container CS Application Container CS BI CS Dataflow ML NoSQL Device Mgmt Service CS Field Service CS Internet of Things - In the cloud or on-premises
  • 27. API / Service Integration IoT Service Amazon IoT Platform Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP Rules Engine Lambda S3 Greengrass S3 Dynamo DB Dynamo DB Message Broker Thing Shadow Thing Registry AWS IoT Platform EWR Kinesis FirehoseSQS EC2 Container Service EC2 Container Registry SnowmobileSnowball Edge Snowball Polly ML Lex Rekognition Elasticsearch Kinesis Analytics Kinesis Streams SNSEmail PinpointAPI Gateway Mobile Hub Mobile SDK Cognito Lambda Lambda EC2 Auto Scaling Rules Engine Lambda Athena Athena
  • 28. API / Service Integration IoT Service Microsoft Azure Cloud Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP IoT Edge Stream Analytics Document DB IoT Gateway IoTHub Event Hub Functions Service Bus HD Insight Storage Storage Machine Learning Document DB DataLake BizTalk Services Notification Hub Power BI Stream Analytics API Management IoT Suite Internet of Things - In the cloud or on-premises
  • 29. IoT on-premises Internet of Things - In the cloud or on-premises
  • 30. API / Service Integration IoT Service IoT on-premises – Oracle Cloud Machine Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP Event Hub CS IoT CS Stream Analytics Big Data CS Stream Analytics NoSQL CS Big Data Discovery CS Big Data Preparation CS Edge Analytics IoT CS Gateway SOA CS Process CS Integration CSMessaging CS Mobile CS Container CS Application Container CS BI CS Dataflow ML NoSQL Device Mgmt Service CS Field Service CS Internet of Things - In the cloud or on-premises
  • 31. API / Service Integration IoT Service IoT on-premises – Open Source Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP Internet of Things - In the cloud or on-premises
  • 32. Hybrid IoT Solution Internet of Things - In the cloud or on-premises
  • 33. API / Service Integration IoT Service Hybrid IoT Solutions Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP Cloud On-PremisesFogEdge
  • 34. API / Service Integration IoT Service Hybrid IoT Solutions Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP Cloud On-PremisesFogEdge
  • 35. Internet of Things - In the cloud or on-premises Technology on its own won't help you. You need to know how to use it properly.
  • 36. Trivadis @ DOAG 2017 #opencompany Booth: 3rd Floor – next to the escalator We share our Know how! Just come across, Live-Presentations and documents archive T-Shirts, Contest and much more We look forward to your visit Internet of Things - In the cloud or on-premises