SlideShare a Scribd company logo
© 2015 IBM Corporation
IBM	
  Analy*cs	
  
IBM	
  Internet	
  of	
  Things	
  -­‐	
  Architecture	
  and	
  
Capabili*es	
  
Kevin	
  Brown	
  –	
  Informix	
  CTO,	
  IoT	
  Solu7ons	
  and	
  Services	
  
August	
  17,	
  2015	
  
Agenda
•  IoT Architectural Components Overview
•  Informix for the Intelligent Gateway
•  Informix for the Cloud
•  IoT Partners and Platforms
2
3
IoT Architectural Components
Overview
4
Internet of Things Topography
Streams
Deep Analytics Zone
Device/Sensors
Smart Gateways
Sensor Analytics Zone
4
Simplified IoT Data Flow
Sensor Data History
Sensors
In-memory Analytics
Predictive
Analytics
Publish /
Subscribe
Cloud
Infrastructure
Real-time Analytics
Real-time Analytics Operational Analytics
Big Data
Analytics
(no gateway)
(Gateways)
HDFS / Hadoop
Big Data
Analytics
MessageSight
/ MQTT
Gateways for
local analytics
InfoSphere
Streams
Informix / Cloudant /
IOT Foundation
Service / TimeSeries
Service
Informix Warehouse
Accelerator / DashDB
PMQ / SPSS /
Cognos
Softlayer / BluMix
Watson / DashDB /
BigSQL
Informix /
Node-Red
•  Gateways can reduce the cost of the backend cloud
•  Reduces cloud storage by filtering/aggregating/analyzing data locally
•  Reduces cloud CPU requirements by precomputing values
•  Reduces latency since actions can be taken immediately
•  Intelligent gateways can detect and respond to local events as they
happen rather than waiting for transfer to the cloud
•  Some users are not comfortable putting all their data in the cloud
•  Gateways allow customers to capture and get value from their sensors
without sending data to the cloud
•  Protocol Consolidation
•  Cloud does not need to implement the 100’s of IoT protocols
Over time more and more of the processing will move from the cloud
to gateway devices
How Do Gateways Help IoT Solutions?
6
What are the Requirements for a Gateway Database?
•  The database management system must:
▪  Have a small install footprint, less than 100 MB
▪  Run with low memory requirements – less than 256 MB
▪  Use lossless compression or other techniques to minimize
storage space
▪  Have built-in support for common types of IoT data like time series
and spatial/GIS data
▪  Simple application development supporting both NoSQL and SQL
▪  Driverless, easy access to the data
▪  Require absolutely no administration
▪  Ideally should be able to network multiple gateways together to
create a single distributed database
7
The database must be powerful enough to ingest, process and
analyze data in real-time
IBM Informix: The Ideal Database for Gateways
Simple to use
▪  Hands-Free operation – No administration
▪  Supports popular interfaces such as REST and Mongo as well
as ODBC/JDBC
▪  Handles SQL and JSON data in the same database
Performance
▪  One of a kind support for Time Series and Spatial data
▪  Stream data continuously into the database
▪  Run analytics as data arrives
▪  Dynamically add and update analytics when needed
▪  Storage is typically 1/3 the size compared to other vendors
Invisible
Agile
8
Informix is the only database management system
perfectly suited to run in Gateways
Sensor Data is Time Series Data
•  What is a Time Series?
▪  A logically connected set of records ordered by time
•  What are the Key Strengths of Informix TimeSeries?
▪  Much less space required
• Typically about 1/3 the space required by other vendors
▪  Queries run orders of magnitude faster
• Unique optimized storage means codes paths are shorter and more
data fits in memory
▪  Purpose built streaming data loader for sensor data
• Automatically run analytic and/or aggregate functions on new data
▪  Can store structured (SQL) or unstructured (JSON) data for quick
application development
• REST/ODBC/JDBC/JSON interfaces available
▪  100’s of functions predefined
• Programming APIs available to create your own analytics
9
Traditional Table Approach
Informix TimeSeries Approach
Meter_ID Time KWH Voltage ColN
1 1-1-11 12:00 Value 1 Value 2 ……… Value N
2 1-1-11 12:00 Value 1 Value 2 ……… Value N
3 1-1-11 12:00 Value 1 Value 2 ……… Value N
… … … … ……… …
1 1-1-11 12:15 Value 1 Value 2 ……… Value N
2 1-1-11 12:15 Value 1 Value 2 ……… Value N
3 1-1-11 12:15 Value 1 Value 2 ……… Value N
… … … … ……… …
Meter_ID Series
1 [(1-1-11 12:00, value 1, value 2,…, value N), (1-1-11 12:15, value 1, value 2, …, value N), …]
2 [(1-1-11 12:00, value 1, value 2,…, value N), (1-1-11 12:15, value 1, value 2, …, value N), …]
3 [(1-1-11 12:00, value 1, value 2,…, value N), (1-1-11 12:15, value 1, value 2, …, value N), …]
4 [(1-1-11 12:00, value 1, value 2,…, value N), (1-1-11 12:15, value 1, value 2, …, value N), …]
…
Traditional Sensor data storage vs Informix TimeSeries
Storage
10
IoT Requirements for SpatioTemporal Data
•  Many IoT applications have a spatial
component to them
▪  Vehicles, cell phones, even pets…
tracking is common
•  In these cases both location and
time is important
▪  Show me the vehicles that have
passed by location X in the last
hour
▪  Where has my car been over the last
few hours?
•  Informix allows you to combine Time
series and Spatial data in the same
query
11
12
Both Structured and Unstructured Data is
Common in IoT Environments
JSON
Collection
SQL Driver
NoSQL Driver
SQL Data
Join Data
•  Informix can store SQL and JSON data in the same database
•  Write programs using SQL drivers or Mongo/NoSQL drivers
•  SQL data automatically transformed into JSON documents when needed
•  NoSQL data automatically transformed into SQL when needed
Embedded Device
or Database
server
Horizontal
Scale-out
with Shards
Informix Data Access Options
13
MongoDB
Client
REST Client
SQLI Client
DRDA Client
Informix
DBMS
Informix NoSQL
Listener
Informix
•  NoSQL ↔ SQL Translation
•  REST, MongoDB Protocol
Support
•  SQLI, DRDA Protocol Support
•  Relational, Collection, Time
Series, and Spatial Data
Support
Spatial
Time Series
JSON Collection
Relational Table
A	
  REST	
  client	
  is	
  any	
  
program	
  capable	
  of	
  
making	
  a	
  HTTP	
  request	
  
Informix Data Access Options
14
MongoDB
Client
REST Client
SQLI Client
DRDA Client
Informix
DBMS
Informix NoSQL
Listener
Informix
•  NoSQL ↔ SQL Translation
•  REST, MongoDB Protocol
Support
•  SQLI, DRDA Protocol
Support
•  Relational, Collection, Time
Series, and Spatial Data
Support
Spatial
Time Series
JSON Collection
Relational Table
You	
  can	
  use	
  all	
  the	
  client	
  
drivers	
  that	
  are	
  available	
  
for	
  MongoDB	
  with	
  the	
  
NoSQL	
  Listener	
  
•  Rapid Development
•  Simple use with JSON
•  Simple REST
•  Simple MQTT and other adapters
•  Contributor Nodes – simple to use other services
15
Use Node-Red for Quick Gateway App. Development
Node-RED
16
IBM IoT Smart Gateway Kit
1.  Login as installing user.
▪  Ex: pi
2.  mkdir iot-gateway-kit-depend
3.  Run git clone https://github.com/ibm-iot/iot-gateway-kit.git
4.  cd iot-gateway-kit
5.  Run ./iot_install
17
IBM IoT Smart Gateway Kit
•  The iot-gateway-kit will install the following:
▪  Node.js
▪  Node-red
▪  Timeseries nodes
▪  Bluetooth node.js application sample
18
Smart Gateway Kit – TI Sensor Tag
19
1.  IoT gateway Kit
Designed using node-
red/node.js to work with
the TI Sensor Tag"
2.  Stores data in the
Timeseries database"
3.  Aggregate data and
push to the cloud"
4.  IoT Foundation or other."
IoT Developers - Get Started!
•  Gateway starter - https://ibm.biz/BdXr2W
•  Code samples - https://ibm.biz/BdX4QV
•  Github - https://github.com/IBM-IoT/
20
Informix on Docker Hub
https://registry.hub.docker.com/u/ibmcom/informix-innovator-c/
•  IBM Informix Innovator-C
•  12.10.FC4
21
Docker Hub
$docker pull ibmcom/informix-innovator-c!
22
Informix for the Cloud and
Operational Zone
23
What are the IoT Requirements for the Cloud?
•  Requirements - similar to gateways (but for different reasons):
•  Potentially 1000’s of servers means zero administration is a must
•  Data volume adds up very quickly so low storage overhead is required
•  Data flows into the cloud continuously and must be processed in real-time
•  Must be able to handle time series, spatial, and NoSQL data natively
•  Additional requirements
•  Must be able to scale-out
•  Must be available as a service
The database must be able to ingest, process and analyze
data in real-time
24
Why use Informix in the “Operational Zone”?
Simple to use
•  Hands-Free operation
•  Supports REST and Mongo APIs as well as ODBC/JDBC
•  Stores SQL and JSON database in the same database
Highly Available
•  Close to zero down time
•  Partition or Hash your data across servers in the cloud
•  Dynamically add/remove additional servers
Performance
•  Continuous High Performance Analytics
•  Specialized support for Time Series and Spatial data
Invisible
Agile
Resilient
25
Shards: Scale-out your Database across Servers or
Gateways
•  Distribute data among servers by
range or hash partitioning
•  Each shard can have an associated
secondary server for high
availability
•  Run queries across all shards or
a subset of the shards
•  Only shards that could qualify are
searched
•  Shards are searched in parallel
•  Ignores shards that are offline
Shards in a
Cloud
26
IoT Analytics - Operational and
Big Data Analytics
•  Operational Analytics
•  Needed when results are required in (near) real-time
•  Real-time monitoring, situational detection, correlation of events, e.g.
•  Dynamic advertising based on customer movement
•  Real-time equipment failure prediction
•  Operational analytics are required in gateways as well as the cloud
•  Gateways need to aggregate, filter, monitor for conditions
•  Analytics must run efficiently while new data is being loaded
•  Must be able to dynamically add and update analytics in the cloud
and gateways
•  Big Data analytics are required when you have the time to do
“Deeper/Wider” analysis
•  Latency between data arrival and results not an issue
•  Efficient ETL process from the operational repository is a must
27
TCP/IP
Bulk Loader
SQL Queries (from apps)
Informix Warehouse Accelerator
Compressed
DB partition
Query
Processor
Data Warehouse
Informix SQL
Query Router Results
Informix Warehouse Accelerator:
•  Connects to Informix via TCP/IP & DRDA
•  Analyzes, compresses, and loads to memory
•  Copy of (portion of) warehouse
•  Processes routed SQL query and
•  returns answer to Informix
Use Informix Warehouse Accelerator for
Mixed Operational/Analytic Workloads
Informix:
•  Routes SQL queries to accelerator
•  User need not change SQL or apps.
•  Can always run query in Informix
•  Too short an est. execution time
28
TimeSeries Service on BlueMix
Every IoT deployment will need to store time series data and possibly spatial data
•  Provides REST, JSON, ODBC/JDBC based services to:
•  Store, retrieve, and join time series, spatial, relational, and NoSQL data
•  Built-in time series analytics
•  Multi-tenancy support
•  Scales out automatically as needed
•  No Administration needed
IoT Foundation Service on BlueMix
BlueMix Cloud Services
•  Quickly and simply add new sensors
•  Interface for continuously loading sensor data
•  Adapters for MQTT and MessageSight
IoT Partners &
Performance
29
IBM Informix and Intel Deliver Leading Edge Solutions for IoT
	
  
▪  Informix	
  support	
  for	
  Intel’s	
  
new	
  Quark	
  processor,	
  now	
  
suppor*ng	
  Intel	
  family,	
  from	
  
Quark	
  to	
  Xeon.	
  	
  
▪  Quark	
  port	
  in	
  the	
  free	
  
Informix	
  Developer	
  Edi*on	
  
▪  Informix	
  Developer	
  Edi*on	
  
available	
  as	
  part	
  of	
  standard	
  
Intel	
  Gateway	
  developer	
  SDK	
  
Combining	
  IBM	
  and	
  Intel’s	
  strength	
  at	
  the	
  Edge,	
  Gateway	
  and	
  in	
  the	
  Cloud	
  provides	
  
an	
  intelligent,	
  e2e	
  IoT	
  solu7on	
  for	
  rapid	
  7me	
  to	
  market.	
  	
  
Intel® Quark™ SoC / Intel®
Atom™ / Intel® Xeon™
Windriver
McAfee Security
Supports OSGI/TR69
Informix Database
30
Benchmark: Informix vs SQLite
31
Tests on Intel Quark Informix SQLite
Data loading – high-speed performance
(records per second)
950 / 1050
secs
(DK100 / DK50)1
700 secs
(Average)2
Storage space that is required for 1 day of data 275 MB 1200 MB
Aggregation query (seconds) 2 secs 4-25 secs
Moving average (seconds) 25 secs 2592003 secs
Missing interval search (seconds) 2 secs 14-30 secs
1.  The two figures for data loading with Informix reflect a slight difference in performance between the
DK100 and DK50. DK100 had more running components causing a drop in performance vs DK50
2.  Data loading with SQLite had significant variations in load performance as the database size
increased.
3.  The moving average result for SQLite is a projected figure that is based on a partial result after 10
minutes.
32
Metric Competitor Informix
Daily processing time
Maximum number of cores used
11 hours
62
5 hour 50 min
32
Maximum amount of memory used 192GB 192GB
Size of database per month of data 15TB 5TB
# Records processed each day 2.88 Billion 2.88 Billion
Billing determinants creation (1/21 of
the total meter population)
51,322 ~2 million reads
per second
TimeSeries Meter Data Management Benchmark
- 30 million smart meters sending data every 15 minutes
- 2.88 billion records inserted each day
- Workload: data Ingestion, data cleanup, and a daily billing cycle
Summary
•  IBM Informix - best fit for IoT architecture
•  IoT gateway
•  IoT cloud analytics
•  Supported on a wide array of platforms
•  Best in class embeddability
•  Native support for sensor data - TimeSeries & Spatial data
•  Native support for unstructured (JSON) data
•  Ease of application development - REST access
•  High availability and dynamic scaling
33
34
Kevin Brown – kbrown3@us.ibm.com

More Related Content

What's hot

LSTM Tutorial
LSTM TutorialLSTM Tutorial
LSTM Tutorial
Ralph Schlosser
 
Recommender systems: Content-based and collaborative filtering
Recommender systems: Content-based and collaborative filteringRecommender systems: Content-based and collaborative filtering
Recommender systems: Content-based and collaborative filtering
Viet-Trung TRAN
 
Deep learning presentation
Deep learning presentationDeep learning presentation
Deep learning presentation
Tunde Ajose-Ismail
 
Use of data science in recommendation system
Use of data science in  recommendation systemUse of data science in  recommendation system
Use of data science in recommendation system
AkashPatil334
 
ELEMENTS OF TRANSPORT PROTOCOL
ELEMENTS OF TRANSPORT PROTOCOLELEMENTS OF TRANSPORT PROTOCOL
ELEMENTS OF TRANSPORT PROTOCOL
Shashank Rustagi
 
Movie Recommendation System.pptx
Movie Recommendation System.pptxMovie Recommendation System.pptx
Movie Recommendation System.pptx
randominfo
 
Music Recommendation 2018
Music Recommendation 2018Music Recommendation 2018
Music Recommendation 2018
Fabien Gouyon
 
Cnn
CnnCnn
Object classification using CNN & VGG16 Model (Keras and Tensorflow)
Object classification using CNN & VGG16 Model (Keras and Tensorflow) Object classification using CNN & VGG16 Model (Keras and Tensorflow)
Object classification using CNN & VGG16 Model (Keras and Tensorflow)
Lalit Jain
 
Computational Learning Theory
Computational Learning TheoryComputational Learning Theory
Computational Learning Theorybutest
 
Fault tolerance in distributed systems
Fault tolerance in distributed systemsFault tolerance in distributed systems
Fault tolerance in distributed systemssumitjain2013
 
ppt on machine learning to deep learning (1).pptx
ppt on machine learning to deep learning (1).pptxppt on machine learning to deep learning (1).pptx
ppt on machine learning to deep learning (1).pptx
AnweshaGarima
 
PPT4: Frameworks & Libraries of Machine Learning & Deep Learning
PPT4: Frameworks & Libraries of Machine Learning & Deep Learning PPT4: Frameworks & Libraries of Machine Learning & Deep Learning
PPT4: Frameworks & Libraries of Machine Learning & Deep Learning
akira-ai
 
Cloud storage
Cloud storageCloud storage
Cloud storage
Will Williams
 
Face recognition attendance system
Face recognition attendance systemFace recognition attendance system
Face recognition attendance system
Naomi Kulkarni
 
[PR12] You Only Look Once (YOLO): Unified Real-Time Object Detection
[PR12] You Only Look Once (YOLO): Unified Real-Time Object Detection[PR12] You Only Look Once (YOLO): Unified Real-Time Object Detection
[PR12] You Only Look Once (YOLO): Unified Real-Time Object Detection
Taegyun Jeon
 
Introduction to OpenCV
Introduction to OpenCVIntroduction to OpenCV
Introduction to OpenCV
Luigi De Russis
 
ARDUINO AND ITS PIN CONFIGURATION
 ARDUINO AND ITS PIN  CONFIGURATION ARDUINO AND ITS PIN  CONFIGURATION
ARDUINO AND ITS PIN CONFIGURATION
soma saikiran
 

What's hot (20)

LSTM Tutorial
LSTM TutorialLSTM Tutorial
LSTM Tutorial
 
Recommender systems: Content-based and collaborative filtering
Recommender systems: Content-based and collaborative filteringRecommender systems: Content-based and collaborative filtering
Recommender systems: Content-based and collaborative filtering
 
Deep learning presentation
Deep learning presentationDeep learning presentation
Deep learning presentation
 
Use of data science in recommendation system
Use of data science in  recommendation systemUse of data science in  recommendation system
Use of data science in recommendation system
 
ELEMENTS OF TRANSPORT PROTOCOL
ELEMENTS OF TRANSPORT PROTOCOLELEMENTS OF TRANSPORT PROTOCOL
ELEMENTS OF TRANSPORT PROTOCOL
 
Movie Recommendation System.pptx
Movie Recommendation System.pptxMovie Recommendation System.pptx
Movie Recommendation System.pptx
 
Music Recommendation 2018
Music Recommendation 2018Music Recommendation 2018
Music Recommendation 2018
 
Cnn
CnnCnn
Cnn
 
Object classification using CNN & VGG16 Model (Keras and Tensorflow)
Object classification using CNN & VGG16 Model (Keras and Tensorflow) Object classification using CNN & VGG16 Model (Keras and Tensorflow)
Object classification using CNN & VGG16 Model (Keras and Tensorflow)
 
Computational Learning Theory
Computational Learning TheoryComputational Learning Theory
Computational Learning Theory
 
Fault tolerance in distributed systems
Fault tolerance in distributed systemsFault tolerance in distributed systems
Fault tolerance in distributed systems
 
ppt on machine learning to deep learning (1).pptx
ppt on machine learning to deep learning (1).pptxppt on machine learning to deep learning (1).pptx
ppt on machine learning to deep learning (1).pptx
 
PPT4: Frameworks & Libraries of Machine Learning & Deep Learning
PPT4: Frameworks & Libraries of Machine Learning & Deep Learning PPT4: Frameworks & Libraries of Machine Learning & Deep Learning
PPT4: Frameworks & Libraries of Machine Learning & Deep Learning
 
Introduction to stm32-part2
Introduction to stm32-part2Introduction to stm32-part2
Introduction to stm32-part2
 
Cloud storage
Cloud storageCloud storage
Cloud storage
 
Face recognition attendance system
Face recognition attendance systemFace recognition attendance system
Face recognition attendance system
 
[PR12] You Only Look Once (YOLO): Unified Real-Time Object Detection
[PR12] You Only Look Once (YOLO): Unified Real-Time Object Detection[PR12] You Only Look Once (YOLO): Unified Real-Time Object Detection
[PR12] You Only Look Once (YOLO): Unified Real-Time Object Detection
 
Introduction to OpenCV
Introduction to OpenCVIntroduction to OpenCV
Introduction to OpenCV
 
ARDUINO AND ITS PIN CONFIGURATION
 ARDUINO AND ITS PIN  CONFIGURATION ARDUINO AND ITS PIN  CONFIGURATION
ARDUINO AND ITS PIN CONFIGURATION
 
Presentation of Visual Tracking
Presentation of Visual TrackingPresentation of Visual Tracking
Presentation of Visual Tracking
 

Viewers also liked

A Reference Architecture for IoT
A Reference Architecture for IoT A Reference Architecture for IoT
A Reference Architecture for IoT WSO2
 
IoT architecture
IoT architectureIoT architecture
IoT architecture
Sumit Sharma
 
Ibm_IoT_Architecture_and_Capabilities
Ibm_IoT_Architecture_and_CapabilitiesIbm_IoT_Architecture_and_Capabilities
Ibm_IoT_Architecture_and_Capabilities
IBM_Info_Management
 
A reference architecture for the internet of things
A reference architecture for the internet of thingsA reference architecture for the internet of things
A reference architecture for the internet of things
Charles Gibbons
 
IoT Cloud architecture
IoT Cloud architectureIoT Cloud architecture
IoT Cloud architectureMachinePulse
 
Security best practices for informix
Security best practices for informixSecurity best practices for informix
Security best practices for informix
IBM_Info_Management
 
Building Chrome Extensions
Building Chrome ExtensionsBuilding Chrome Extensions
Building Chrome ExtensionsRon Reiter
 
Rapid private cloud with oracle vm and oracle openstack for oracle linux
Rapid private cloud with oracle vm and oracle openstack for oracle linuxRapid private cloud with oracle vm and oracle openstack for oracle linux
Rapid private cloud with oracle vm and oracle openstack for oracle linux
OTN Systems Hub
 
Case study: integrating azure with google app engine
Case study: integrating azure with google app engine Case study: integrating azure with google app engine
Case study: integrating azure with google app engine Miguel Scotter
 
Chrome extensions
Chrome extensions Chrome extensions
Chrome extensions
Ahmad Tahhan
 
IoT introduction 2015
IoT introduction 2015IoT introduction 2015
IoT introduction 2015
Richard Chang
 
IBM IoT Architecture and Capabilities at the Edge and Cloud
IBM IoT Architecture and Capabilities at the Edge and Cloud IBM IoT Architecture and Capabilities at the Edge and Cloud
IBM IoT Architecture and Capabilities at the Edge and Cloud
Pradeep Natarajan
 
Watson how it works?
Watson how it works?Watson how it works?
Watson how it works?
Ana Alves Sequeira
 
Embodied Cognition with Pproject Intu
Embodied Cognition with Pproject IntuEmbodied Cognition with Pproject Intu
Embodied Cognition with Pproject Intu
diannepatricia
 
World of Watson 2016 - Put your Analytics on Cloud 9
World of Watson 2016 - Put your Analytics on Cloud 9World of Watson 2016 - Put your Analytics on Cloud 9
World of Watson 2016 - Put your Analytics on Cloud 9
Keith Redman
 
Integrating IBM Watson IoT Platform IBM Blockchain Lab
Integrating IBM Watson IoT Platform IBM Blockchain LabIntegrating IBM Watson IoT Platform IBM Blockchain Lab
Integrating IBM Watson IoT Platform IBM Blockchain Lab
Rahul Gupta
 
Watson System
Watson SystemWatson System
Watson System
Pratik Kumar
 
IBM Watson Innovation Day Foster City
IBM Watson Innovation Day Foster City  IBM Watson Innovation Day Foster City
IBM Watson Innovation Day Foster City
IBM Watson
 
Watson and Open Source Tools
Watson and Open Source ToolsWatson and Open Source Tools
Watson and Open Source Tools
Boulder Java User's Group
 
IBM Watson Developer Cloud Vision Services
IBM Watson Developer Cloud Vision ServicesIBM Watson Developer Cloud Vision Services
IBM Watson Developer Cloud Vision Services
IBM Watson
 

Viewers also liked (20)

A Reference Architecture for IoT
A Reference Architecture for IoT A Reference Architecture for IoT
A Reference Architecture for IoT
 
IoT architecture
IoT architectureIoT architecture
IoT architecture
 
Ibm_IoT_Architecture_and_Capabilities
Ibm_IoT_Architecture_and_CapabilitiesIbm_IoT_Architecture_and_Capabilities
Ibm_IoT_Architecture_and_Capabilities
 
A reference architecture for the internet of things
A reference architecture for the internet of thingsA reference architecture for the internet of things
A reference architecture for the internet of things
 
IoT Cloud architecture
IoT Cloud architectureIoT Cloud architecture
IoT Cloud architecture
 
Security best practices for informix
Security best practices for informixSecurity best practices for informix
Security best practices for informix
 
Building Chrome Extensions
Building Chrome ExtensionsBuilding Chrome Extensions
Building Chrome Extensions
 
Rapid private cloud with oracle vm and oracle openstack for oracle linux
Rapid private cloud with oracle vm and oracle openstack for oracle linuxRapid private cloud with oracle vm and oracle openstack for oracle linux
Rapid private cloud with oracle vm and oracle openstack for oracle linux
 
Case study: integrating azure with google app engine
Case study: integrating azure with google app engine Case study: integrating azure with google app engine
Case study: integrating azure with google app engine
 
Chrome extensions
Chrome extensions Chrome extensions
Chrome extensions
 
IoT introduction 2015
IoT introduction 2015IoT introduction 2015
IoT introduction 2015
 
IBM IoT Architecture and Capabilities at the Edge and Cloud
IBM IoT Architecture and Capabilities at the Edge and Cloud IBM IoT Architecture and Capabilities at the Edge and Cloud
IBM IoT Architecture and Capabilities at the Edge and Cloud
 
Watson how it works?
Watson how it works?Watson how it works?
Watson how it works?
 
Embodied Cognition with Pproject Intu
Embodied Cognition with Pproject IntuEmbodied Cognition with Pproject Intu
Embodied Cognition with Pproject Intu
 
World of Watson 2016 - Put your Analytics on Cloud 9
World of Watson 2016 - Put your Analytics on Cloud 9World of Watson 2016 - Put your Analytics on Cloud 9
World of Watson 2016 - Put your Analytics on Cloud 9
 
Integrating IBM Watson IoT Platform IBM Blockchain Lab
Integrating IBM Watson IoT Platform IBM Blockchain LabIntegrating IBM Watson IoT Platform IBM Blockchain Lab
Integrating IBM Watson IoT Platform IBM Blockchain Lab
 
Watson System
Watson SystemWatson System
Watson System
 
IBM Watson Innovation Day Foster City
IBM Watson Innovation Day Foster City  IBM Watson Innovation Day Foster City
IBM Watson Innovation Day Foster City
 
Watson and Open Source Tools
Watson and Open Source ToolsWatson and Open Source Tools
Watson and Open Source Tools
 
IBM Watson Developer Cloud Vision Services
IBM Watson Developer Cloud Vision ServicesIBM Watson Developer Cloud Vision Services
IBM Watson Developer Cloud Vision Services
 

Similar to IBM Internet-of-Things architecture and capabilities

Why Gateways are Important in Your IoT Architecture
Why Gateways are Important in Your IoT ArchitectureWhy Gateways are Important in Your IoT Architecture
Why Gateways are Important in Your IoT Architecture
IBM Analytics
 
Io t world_2016_iot_smart_gateways_moe
Io t world_2016_iot_smart_gateways_moeIo t world_2016_iot_smart_gateways_moe
Io t world_2016_iot_smart_gateways_moe
Shawn Moe
 
Informix - The Ideal Database for IoT
Informix - The Ideal Database for IoTInformix - The Ideal Database for IoT
Informix - The Ideal Database for IoT
Pradeep Natarajan
 
Oracle big data appliance and solutions
Oracle big data appliance and solutionsOracle big data appliance and solutions
Oracle big data appliance and solutions
solarisyougood
 
How to create custom dashboards in Elastic Search / Kibana with Performance V...
How to create custom dashboards in Elastic Search / Kibana with Performance V...How to create custom dashboards in Elastic Search / Kibana with Performance V...
How to create custom dashboards in Elastic Search / Kibana with Performance V...
PerformanceVision (previously SecurActive)
 
Using Familiar BI Tools and Hadoop to Analyze Enterprise Networks
Using Familiar BI Tools and Hadoop to Analyze Enterprise NetworksUsing Familiar BI Tools and Hadoop to Analyze Enterprise Networks
Using Familiar BI Tools and Hadoop to Analyze Enterprise Networks
DataWorks Summit
 
Using Familiar BI Tools and Hadoop to Analyze Enterprise Networks
Using Familiar BI Tools and Hadoop to Analyze Enterprise NetworksUsing Familiar BI Tools and Hadoop to Analyze Enterprise Networks
Using Familiar BI Tools and Hadoop to Analyze Enterprise Networks
MapR Technologies
 
Discover MongoDB Atlas and MongoDB Stitch - DEM02-S - Mexico City AWS Summit
Discover MongoDB Atlas and MongoDB Stitch - DEM02-S - Mexico City AWS SummitDiscover MongoDB Atlas and MongoDB Stitch - DEM02-S - Mexico City AWS Summit
Discover MongoDB Atlas and MongoDB Stitch - DEM02-S - Mexico City AWS Summit
Amazon Web Services
 
Data Analytics Service Company and Its Ruby Usage
Data Analytics Service Company and Its Ruby UsageData Analytics Service Company and Its Ruby Usage
Data Analytics Service Company and Its Ruby Usage
SATOSHI TAGOMORI
 
Modernizing Global Shared Data Analytics Platform and our Alluxio Journey
Modernizing Global Shared Data Analytics Platform and our Alluxio JourneyModernizing Global Shared Data Analytics Platform and our Alluxio Journey
Modernizing Global Shared Data Analytics Platform and our Alluxio Journey
Alluxio, Inc.
 
Big Data Analytics on the Cloud Oracle Applications AWS Redshift & Tableau
Big Data Analytics on the Cloud Oracle Applications AWS Redshift & TableauBig Data Analytics on the Cloud Oracle Applications AWS Redshift & Tableau
Big Data Analytics on the Cloud Oracle Applications AWS Redshift & Tableau
Sam Palani
 
MongoDB 4.0 새로운 기능 소개
MongoDB 4.0 새로운 기능 소개MongoDB 4.0 새로운 기능 소개
MongoDB 4.0 새로운 기능 소개
Ha-Yang(White) Moon
 
Brk3288 sql server v.next with support on linux, windows and containers was...
Brk3288 sql server v.next with support on linux, windows and containers   was...Brk3288 sql server v.next with support on linux, windows and containers   was...
Brk3288 sql server v.next with support on linux, windows and containers was...
Bob Ward
 
IoT databases - review and challenges - IoT, Hardware & Robotics meetup - onl...
IoT databases - review and challenges - IoT, Hardware & Robotics meetup - onl...IoT databases - review and challenges - IoT, Hardware & Robotics meetup - onl...
IoT databases - review and challenges - IoT, Hardware & Robotics meetup - onl...
Marcin Bielak
 
What's New in Apache Hive 3.0 - Tokyo
What's New in Apache Hive 3.0 - TokyoWhat's New in Apache Hive 3.0 - Tokyo
What's New in Apache Hive 3.0 - Tokyo
DataWorks Summit
 
What's New in Apache Hive 3.0?
What's New in Apache Hive 3.0?What's New in Apache Hive 3.0?
What's New in Apache Hive 3.0?
DataWorks Summit
 
Building Your Data Warehouse with Amazon Redshift
Building Your Data Warehouse with Amazon RedshiftBuilding Your Data Warehouse with Amazon Redshift
Building Your Data Warehouse with Amazon Redshift
Amazon Web Services
 
Presto @ Zalando - Big Data Tech Warsaw 2020
Presto @ Zalando - Big Data Tech Warsaw 2020Presto @ Zalando - Big Data Tech Warsaw 2020
Presto @ Zalando - Big Data Tech Warsaw 2020
Piotr Findeisen
 
Azure Cosmos DB: Features, Practical Use and Optimization "
Azure Cosmos DB: Features, Practical Use and Optimization "Azure Cosmos DB: Features, Practical Use and Optimization "
Azure Cosmos DB: Features, Practical Use and Optimization "
GlobalLogic Ukraine
 
Serverless SQL
Serverless SQLServerless SQL
Serverless SQL
Torsten Steinbach
 

Similar to IBM Internet-of-Things architecture and capabilities (20)

Why Gateways are Important in Your IoT Architecture
Why Gateways are Important in Your IoT ArchitectureWhy Gateways are Important in Your IoT Architecture
Why Gateways are Important in Your IoT Architecture
 
Io t world_2016_iot_smart_gateways_moe
Io t world_2016_iot_smart_gateways_moeIo t world_2016_iot_smart_gateways_moe
Io t world_2016_iot_smart_gateways_moe
 
Informix - The Ideal Database for IoT
Informix - The Ideal Database for IoTInformix - The Ideal Database for IoT
Informix - The Ideal Database for IoT
 
Oracle big data appliance and solutions
Oracle big data appliance and solutionsOracle big data appliance and solutions
Oracle big data appliance and solutions
 
How to create custom dashboards in Elastic Search / Kibana with Performance V...
How to create custom dashboards in Elastic Search / Kibana with Performance V...How to create custom dashboards in Elastic Search / Kibana with Performance V...
How to create custom dashboards in Elastic Search / Kibana with Performance V...
 
Using Familiar BI Tools and Hadoop to Analyze Enterprise Networks
Using Familiar BI Tools and Hadoop to Analyze Enterprise NetworksUsing Familiar BI Tools and Hadoop to Analyze Enterprise Networks
Using Familiar BI Tools and Hadoop to Analyze Enterprise Networks
 
Using Familiar BI Tools and Hadoop to Analyze Enterprise Networks
Using Familiar BI Tools and Hadoop to Analyze Enterprise NetworksUsing Familiar BI Tools and Hadoop to Analyze Enterprise Networks
Using Familiar BI Tools and Hadoop to Analyze Enterprise Networks
 
Discover MongoDB Atlas and MongoDB Stitch - DEM02-S - Mexico City AWS Summit
Discover MongoDB Atlas and MongoDB Stitch - DEM02-S - Mexico City AWS SummitDiscover MongoDB Atlas and MongoDB Stitch - DEM02-S - Mexico City AWS Summit
Discover MongoDB Atlas and MongoDB Stitch - DEM02-S - Mexico City AWS Summit
 
Data Analytics Service Company and Its Ruby Usage
Data Analytics Service Company and Its Ruby UsageData Analytics Service Company and Its Ruby Usage
Data Analytics Service Company and Its Ruby Usage
 
Modernizing Global Shared Data Analytics Platform and our Alluxio Journey
Modernizing Global Shared Data Analytics Platform and our Alluxio JourneyModernizing Global Shared Data Analytics Platform and our Alluxio Journey
Modernizing Global Shared Data Analytics Platform and our Alluxio Journey
 
Big Data Analytics on the Cloud Oracle Applications AWS Redshift & Tableau
Big Data Analytics on the Cloud Oracle Applications AWS Redshift & TableauBig Data Analytics on the Cloud Oracle Applications AWS Redshift & Tableau
Big Data Analytics on the Cloud Oracle Applications AWS Redshift & Tableau
 
MongoDB 4.0 새로운 기능 소개
MongoDB 4.0 새로운 기능 소개MongoDB 4.0 새로운 기능 소개
MongoDB 4.0 새로운 기능 소개
 
Brk3288 sql server v.next with support on linux, windows and containers was...
Brk3288 sql server v.next with support on linux, windows and containers   was...Brk3288 sql server v.next with support on linux, windows and containers   was...
Brk3288 sql server v.next with support on linux, windows and containers was...
 
IoT databases - review and challenges - IoT, Hardware & Robotics meetup - onl...
IoT databases - review and challenges - IoT, Hardware & Robotics meetup - onl...IoT databases - review and challenges - IoT, Hardware & Robotics meetup - onl...
IoT databases - review and challenges - IoT, Hardware & Robotics meetup - onl...
 
What's New in Apache Hive 3.0 - Tokyo
What's New in Apache Hive 3.0 - TokyoWhat's New in Apache Hive 3.0 - Tokyo
What's New in Apache Hive 3.0 - Tokyo
 
What's New in Apache Hive 3.0?
What's New in Apache Hive 3.0?What's New in Apache Hive 3.0?
What's New in Apache Hive 3.0?
 
Building Your Data Warehouse with Amazon Redshift
Building Your Data Warehouse with Amazon RedshiftBuilding Your Data Warehouse with Amazon Redshift
Building Your Data Warehouse with Amazon Redshift
 
Presto @ Zalando - Big Data Tech Warsaw 2020
Presto @ Zalando - Big Data Tech Warsaw 2020Presto @ Zalando - Big Data Tech Warsaw 2020
Presto @ Zalando - Big Data Tech Warsaw 2020
 
Azure Cosmos DB: Features, Practical Use and Optimization "
Azure Cosmos DB: Features, Practical Use and Optimization "Azure Cosmos DB: Features, Practical Use and Optimization "
Azure Cosmos DB: Features, Practical Use and Optimization "
 
Serverless SQL
Serverless SQLServerless SQL
Serverless SQL
 

More from IBM_Info_Management

World of Watson - DB2 for Linux, UNIX and Windows Roadmap
World of Watson - DB2 for Linux, UNIX and Windows RoadmapWorld of Watson - DB2 for Linux, UNIX and Windows Roadmap
World of Watson - DB2 for Linux, UNIX and Windows Roadmap
IBM_Info_Management
 
Choosing the right platform for your Internet -of-Things solution
Choosing the right platform for your Internet -of-Things solutionChoosing the right platform for your Internet -of-Things solution
Choosing the right platform for your Internet -of-Things solution
IBM_Info_Management
 
Leveraging compute power at the edge - M2M solutions with Informix in the IoT...
Leveraging compute power at the edge - M2M solutions with Informix in the IoT...Leveraging compute power at the edge - M2M solutions with Informix in the IoT...
Leveraging compute power at the edge - M2M solutions with Informix in the IoT...
IBM_Info_Management
 
Informix on ARM and informix Timeseries - producing an Internet-of-Things sol...
Informix on ARM and informix Timeseries - producing an Internet-of-Things sol...Informix on ARM and informix Timeseries - producing an Internet-of-Things sol...
Informix on ARM and informix Timeseries - producing an Internet-of-Things sol...
IBM_Info_Management
 
Highly successful performance tuning of an informix database
Highly successful performance tuning of an informix databaseHighly successful performance tuning of an informix database
Highly successful performance tuning of an informix database
IBM_Info_Management
 
Developing hybrid applications with informix
Developing hybrid applications with informixDeveloping hybrid applications with informix
Developing hybrid applications with informix
IBM_Info_Management
 
Always on high availability best practices for informix
Always on high availability best practices for informixAlways on high availability best practices for informix
Always on high availability best practices for informix
IBM_Info_Management
 
End-to-end solution demonstration: From concept to delivery-Intel/IBM
End-to-end solution demonstration: From concept to delivery-Intel/IBMEnd-to-end solution demonstration: From concept to delivery-Intel/IBM
End-to-end solution demonstration: From concept to delivery-Intel/IBM
IBM_Info_Management
 
Business value Drivers for IoT Solutions
Business value Drivers for IoT SolutionsBusiness value Drivers for IoT Solutions
Business value Drivers for IoT Solutions
IBM_Info_Management
 

More from IBM_Info_Management (9)

World of Watson - DB2 for Linux, UNIX and Windows Roadmap
World of Watson - DB2 for Linux, UNIX and Windows RoadmapWorld of Watson - DB2 for Linux, UNIX and Windows Roadmap
World of Watson - DB2 for Linux, UNIX and Windows Roadmap
 
Choosing the right platform for your Internet -of-Things solution
Choosing the right platform for your Internet -of-Things solutionChoosing the right platform for your Internet -of-Things solution
Choosing the right platform for your Internet -of-Things solution
 
Leveraging compute power at the edge - M2M solutions with Informix in the IoT...
Leveraging compute power at the edge - M2M solutions with Informix in the IoT...Leveraging compute power at the edge - M2M solutions with Informix in the IoT...
Leveraging compute power at the edge - M2M solutions with Informix in the IoT...
 
Informix on ARM and informix Timeseries - producing an Internet-of-Things sol...
Informix on ARM and informix Timeseries - producing an Internet-of-Things sol...Informix on ARM and informix Timeseries - producing an Internet-of-Things sol...
Informix on ARM and informix Timeseries - producing an Internet-of-Things sol...
 
Highly successful performance tuning of an informix database
Highly successful performance tuning of an informix databaseHighly successful performance tuning of an informix database
Highly successful performance tuning of an informix database
 
Developing hybrid applications with informix
Developing hybrid applications with informixDeveloping hybrid applications with informix
Developing hybrid applications with informix
 
Always on high availability best practices for informix
Always on high availability best practices for informixAlways on high availability best practices for informix
Always on high availability best practices for informix
 
End-to-end solution demonstration: From concept to delivery-Intel/IBM
End-to-end solution demonstration: From concept to delivery-Intel/IBMEnd-to-end solution demonstration: From concept to delivery-Intel/IBM
End-to-end solution demonstration: From concept to delivery-Intel/IBM
 
Business value Drivers for IoT Solutions
Business value Drivers for IoT SolutionsBusiness value Drivers for IoT Solutions
Business value Drivers for IoT Solutions
 

Recently uploaded

20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Zilliz
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 

Recently uploaded (20)

20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 

IBM Internet-of-Things architecture and capabilities

  • 1. © 2015 IBM Corporation IBM  Analy*cs   IBM  Internet  of  Things  -­‐  Architecture  and   Capabili*es   Kevin  Brown  –  Informix  CTO,  IoT  Solu7ons  and  Services   August  17,  2015  
  • 2. Agenda •  IoT Architectural Components Overview •  Informix for the Intelligent Gateway •  Informix for the Cloud •  IoT Partners and Platforms 2
  • 4. 4 Internet of Things Topography Streams Deep Analytics Zone Device/Sensors Smart Gateways Sensor Analytics Zone 4
  • 5. Simplified IoT Data Flow Sensor Data History Sensors In-memory Analytics Predictive Analytics Publish / Subscribe Cloud Infrastructure Real-time Analytics Real-time Analytics Operational Analytics Big Data Analytics (no gateway) (Gateways) HDFS / Hadoop Big Data Analytics MessageSight / MQTT Gateways for local analytics InfoSphere Streams Informix / Cloudant / IOT Foundation Service / TimeSeries Service Informix Warehouse Accelerator / DashDB PMQ / SPSS / Cognos Softlayer / BluMix Watson / DashDB / BigSQL Informix / Node-Red
  • 6. •  Gateways can reduce the cost of the backend cloud •  Reduces cloud storage by filtering/aggregating/analyzing data locally •  Reduces cloud CPU requirements by precomputing values •  Reduces latency since actions can be taken immediately •  Intelligent gateways can detect and respond to local events as they happen rather than waiting for transfer to the cloud •  Some users are not comfortable putting all their data in the cloud •  Gateways allow customers to capture and get value from their sensors without sending data to the cloud •  Protocol Consolidation •  Cloud does not need to implement the 100’s of IoT protocols Over time more and more of the processing will move from the cloud to gateway devices How Do Gateways Help IoT Solutions? 6
  • 7. What are the Requirements for a Gateway Database? •  The database management system must: ▪  Have a small install footprint, less than 100 MB ▪  Run with low memory requirements – less than 256 MB ▪  Use lossless compression or other techniques to minimize storage space ▪  Have built-in support for common types of IoT data like time series and spatial/GIS data ▪  Simple application development supporting both NoSQL and SQL ▪  Driverless, easy access to the data ▪  Require absolutely no administration ▪  Ideally should be able to network multiple gateways together to create a single distributed database 7 The database must be powerful enough to ingest, process and analyze data in real-time
  • 8. IBM Informix: The Ideal Database for Gateways Simple to use ▪  Hands-Free operation – No administration ▪  Supports popular interfaces such as REST and Mongo as well as ODBC/JDBC ▪  Handles SQL and JSON data in the same database Performance ▪  One of a kind support for Time Series and Spatial data ▪  Stream data continuously into the database ▪  Run analytics as data arrives ▪  Dynamically add and update analytics when needed ▪  Storage is typically 1/3 the size compared to other vendors Invisible Agile 8 Informix is the only database management system perfectly suited to run in Gateways
  • 9. Sensor Data is Time Series Data •  What is a Time Series? ▪  A logically connected set of records ordered by time •  What are the Key Strengths of Informix TimeSeries? ▪  Much less space required • Typically about 1/3 the space required by other vendors ▪  Queries run orders of magnitude faster • Unique optimized storage means codes paths are shorter and more data fits in memory ▪  Purpose built streaming data loader for sensor data • Automatically run analytic and/or aggregate functions on new data ▪  Can store structured (SQL) or unstructured (JSON) data for quick application development • REST/ODBC/JDBC/JSON interfaces available ▪  100’s of functions predefined • Programming APIs available to create your own analytics 9
  • 10. Traditional Table Approach Informix TimeSeries Approach Meter_ID Time KWH Voltage ColN 1 1-1-11 12:00 Value 1 Value 2 ……… Value N 2 1-1-11 12:00 Value 1 Value 2 ……… Value N 3 1-1-11 12:00 Value 1 Value 2 ……… Value N … … … … ……… … 1 1-1-11 12:15 Value 1 Value 2 ……… Value N 2 1-1-11 12:15 Value 1 Value 2 ……… Value N 3 1-1-11 12:15 Value 1 Value 2 ……… Value N … … … … ……… … Meter_ID Series 1 [(1-1-11 12:00, value 1, value 2,…, value N), (1-1-11 12:15, value 1, value 2, …, value N), …] 2 [(1-1-11 12:00, value 1, value 2,…, value N), (1-1-11 12:15, value 1, value 2, …, value N), …] 3 [(1-1-11 12:00, value 1, value 2,…, value N), (1-1-11 12:15, value 1, value 2, …, value N), …] 4 [(1-1-11 12:00, value 1, value 2,…, value N), (1-1-11 12:15, value 1, value 2, …, value N), …] … Traditional Sensor data storage vs Informix TimeSeries Storage 10
  • 11. IoT Requirements for SpatioTemporal Data •  Many IoT applications have a spatial component to them ▪  Vehicles, cell phones, even pets… tracking is common •  In these cases both location and time is important ▪  Show me the vehicles that have passed by location X in the last hour ▪  Where has my car been over the last few hours? •  Informix allows you to combine Time series and Spatial data in the same query 11
  • 12. 12 Both Structured and Unstructured Data is Common in IoT Environments JSON Collection SQL Driver NoSQL Driver SQL Data Join Data •  Informix can store SQL and JSON data in the same database •  Write programs using SQL drivers or Mongo/NoSQL drivers •  SQL data automatically transformed into JSON documents when needed •  NoSQL data automatically transformed into SQL when needed Embedded Device or Database server Horizontal Scale-out with Shards
  • 13. Informix Data Access Options 13 MongoDB Client REST Client SQLI Client DRDA Client Informix DBMS Informix NoSQL Listener Informix •  NoSQL ↔ SQL Translation •  REST, MongoDB Protocol Support •  SQLI, DRDA Protocol Support •  Relational, Collection, Time Series, and Spatial Data Support Spatial Time Series JSON Collection Relational Table A  REST  client  is  any   program  capable  of   making  a  HTTP  request  
  • 14. Informix Data Access Options 14 MongoDB Client REST Client SQLI Client DRDA Client Informix DBMS Informix NoSQL Listener Informix •  NoSQL ↔ SQL Translation •  REST, MongoDB Protocol Support •  SQLI, DRDA Protocol Support •  Relational, Collection, Time Series, and Spatial Data Support Spatial Time Series JSON Collection Relational Table You  can  use  all  the  client   drivers  that  are  available   for  MongoDB  with  the   NoSQL  Listener  
  • 15. •  Rapid Development •  Simple use with JSON •  Simple REST •  Simple MQTT and other adapters •  Contributor Nodes – simple to use other services 15 Use Node-Red for Quick Gateway App. Development
  • 17. IBM IoT Smart Gateway Kit 1.  Login as installing user. ▪  Ex: pi 2.  mkdir iot-gateway-kit-depend 3.  Run git clone https://github.com/ibm-iot/iot-gateway-kit.git 4.  cd iot-gateway-kit 5.  Run ./iot_install 17
  • 18. IBM IoT Smart Gateway Kit •  The iot-gateway-kit will install the following: ▪  Node.js ▪  Node-red ▪  Timeseries nodes ▪  Bluetooth node.js application sample 18
  • 19. Smart Gateway Kit – TI Sensor Tag 19 1.  IoT gateway Kit Designed using node- red/node.js to work with the TI Sensor Tag" 2.  Stores data in the Timeseries database" 3.  Aggregate data and push to the cloud" 4.  IoT Foundation or other."
  • 20. IoT Developers - Get Started! •  Gateway starter - https://ibm.biz/BdXr2W •  Code samples - https://ibm.biz/BdX4QV •  Github - https://github.com/IBM-IoT/ 20
  • 21. Informix on Docker Hub https://registry.hub.docker.com/u/ibmcom/informix-innovator-c/ •  IBM Informix Innovator-C •  12.10.FC4 21 Docker Hub $docker pull ibmcom/informix-innovator-c!
  • 22. 22 Informix for the Cloud and Operational Zone
  • 23. 23 What are the IoT Requirements for the Cloud? •  Requirements - similar to gateways (but for different reasons): •  Potentially 1000’s of servers means zero administration is a must •  Data volume adds up very quickly so low storage overhead is required •  Data flows into the cloud continuously and must be processed in real-time •  Must be able to handle time series, spatial, and NoSQL data natively •  Additional requirements •  Must be able to scale-out •  Must be available as a service The database must be able to ingest, process and analyze data in real-time
  • 24. 24 Why use Informix in the “Operational Zone”? Simple to use •  Hands-Free operation •  Supports REST and Mongo APIs as well as ODBC/JDBC •  Stores SQL and JSON database in the same database Highly Available •  Close to zero down time •  Partition or Hash your data across servers in the cloud •  Dynamically add/remove additional servers Performance •  Continuous High Performance Analytics •  Specialized support for Time Series and Spatial data Invisible Agile Resilient
  • 25. 25 Shards: Scale-out your Database across Servers or Gateways •  Distribute data among servers by range or hash partitioning •  Each shard can have an associated secondary server for high availability •  Run queries across all shards or a subset of the shards •  Only shards that could qualify are searched •  Shards are searched in parallel •  Ignores shards that are offline Shards in a Cloud
  • 26. 26 IoT Analytics - Operational and Big Data Analytics •  Operational Analytics •  Needed when results are required in (near) real-time •  Real-time monitoring, situational detection, correlation of events, e.g. •  Dynamic advertising based on customer movement •  Real-time equipment failure prediction •  Operational analytics are required in gateways as well as the cloud •  Gateways need to aggregate, filter, monitor for conditions •  Analytics must run efficiently while new data is being loaded •  Must be able to dynamically add and update analytics in the cloud and gateways •  Big Data analytics are required when you have the time to do “Deeper/Wider” analysis •  Latency between data arrival and results not an issue •  Efficient ETL process from the operational repository is a must
  • 27. 27 TCP/IP Bulk Loader SQL Queries (from apps) Informix Warehouse Accelerator Compressed DB partition Query Processor Data Warehouse Informix SQL Query Router Results Informix Warehouse Accelerator: •  Connects to Informix via TCP/IP & DRDA •  Analyzes, compresses, and loads to memory •  Copy of (portion of) warehouse •  Processes routed SQL query and •  returns answer to Informix Use Informix Warehouse Accelerator for Mixed Operational/Analytic Workloads Informix: •  Routes SQL queries to accelerator •  User need not change SQL or apps. •  Can always run query in Informix •  Too short an est. execution time
  • 28. 28 TimeSeries Service on BlueMix Every IoT deployment will need to store time series data and possibly spatial data •  Provides REST, JSON, ODBC/JDBC based services to: •  Store, retrieve, and join time series, spatial, relational, and NoSQL data •  Built-in time series analytics •  Multi-tenancy support •  Scales out automatically as needed •  No Administration needed IoT Foundation Service on BlueMix BlueMix Cloud Services •  Quickly and simply add new sensors •  Interface for continuously loading sensor data •  Adapters for MQTT and MessageSight
  • 30. IBM Informix and Intel Deliver Leading Edge Solutions for IoT   ▪  Informix  support  for  Intel’s   new  Quark  processor,  now   suppor*ng  Intel  family,  from   Quark  to  Xeon.     ▪  Quark  port  in  the  free   Informix  Developer  Edi*on   ▪  Informix  Developer  Edi*on   available  as  part  of  standard   Intel  Gateway  developer  SDK   Combining  IBM  and  Intel’s  strength  at  the  Edge,  Gateway  and  in  the  Cloud  provides   an  intelligent,  e2e  IoT  solu7on  for  rapid  7me  to  market.     Intel® Quark™ SoC / Intel® Atom™ / Intel® Xeon™ Windriver McAfee Security Supports OSGI/TR69 Informix Database 30
  • 31. Benchmark: Informix vs SQLite 31 Tests on Intel Quark Informix SQLite Data loading – high-speed performance (records per second) 950 / 1050 secs (DK100 / DK50)1 700 secs (Average)2 Storage space that is required for 1 day of data 275 MB 1200 MB Aggregation query (seconds) 2 secs 4-25 secs Moving average (seconds) 25 secs 2592003 secs Missing interval search (seconds) 2 secs 14-30 secs 1.  The two figures for data loading with Informix reflect a slight difference in performance between the DK100 and DK50. DK100 had more running components causing a drop in performance vs DK50 2.  Data loading with SQLite had significant variations in load performance as the database size increased. 3.  The moving average result for SQLite is a projected figure that is based on a partial result after 10 minutes.
  • 32. 32 Metric Competitor Informix Daily processing time Maximum number of cores used 11 hours 62 5 hour 50 min 32 Maximum amount of memory used 192GB 192GB Size of database per month of data 15TB 5TB # Records processed each day 2.88 Billion 2.88 Billion Billing determinants creation (1/21 of the total meter population) 51,322 ~2 million reads per second TimeSeries Meter Data Management Benchmark - 30 million smart meters sending data every 15 minutes - 2.88 billion records inserted each day - Workload: data Ingestion, data cleanup, and a daily billing cycle
  • 33. Summary •  IBM Informix - best fit for IoT architecture •  IoT gateway •  IoT cloud analytics •  Supported on a wide array of platforms •  Best in class embeddability •  Native support for sensor data - TimeSeries & Spatial data •  Native support for unstructured (JSON) data •  Ease of application development - REST access •  High availability and dynamic scaling 33
  • 34. 34 Kevin Brown – kbrown3@us.ibm.com