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 (16)

PDF
C1111-8P Datasheet
Mark Tsui
 
PPTX
Sistemas gestores de base de datos (sgbd)
Henry Cumbicus Rivera
 
PDF
Redhat Linux server administration industrial training report.
AlokGupta336
 
PPTX
Presentation1.ppt
SalehMostafa15
 
PPTX
Disk and File System Management in Linux
Henry Osborne
 
PPTX
Secure SHell
Çağrı Çakır
 
PDF
Classification of computer networks
Remon Chandra Howlader
 
PPTX
Estandares y protocolos.pptx
Ram Vazquez
 
PDF
VMware NSX 101: What, Why & How
Aniekan Akpaffiong
 
PPTX
Network Security - Fortinet, Dublin June 2017
Novosco
 
PPTX
Sistema operativo linux 2016
seaxx atencio
 
PPTX
Programación de aplicaciones móviles
GREINDER MARCHENA & LIZ VASQUEZ
 
PDF
Load Balancing-as-a-Service (LBaaS) with octavia in openstack
Yashar Esmaildokht
 
PPTX
Fortinet Corporate Overview Deck.pptx
ArianeSpano
 
PPTX
Why do People Prefer Using Open Source Software?
david rom
 
PDF
Week 3: Virtual Private Cloud, On Premise, IaaS, PaaS, SaaS - DSA 441 Cloud C...
Ferdin Joe John Joseph PhD
 
C1111-8P Datasheet
Mark Tsui
 
Sistemas gestores de base de datos (sgbd)
Henry Cumbicus Rivera
 
Redhat Linux server administration industrial training report.
AlokGupta336
 
Presentation1.ppt
SalehMostafa15
 
Disk and File System Management in Linux
Henry Osborne
 
Secure SHell
Çağrı Çakır
 
Classification of computer networks
Remon Chandra Howlader
 
Estandares y protocolos.pptx
Ram Vazquez
 
VMware NSX 101: What, Why & How
Aniekan Akpaffiong
 
Network Security - Fortinet, Dublin June 2017
Novosco
 
Sistema operativo linux 2016
seaxx atencio
 
Programación de aplicaciones móviles
GREINDER MARCHENA & LIZ VASQUEZ
 
Load Balancing-as-a-Service (LBaaS) with octavia in openstack
Yashar Esmaildokht
 
Fortinet Corporate Overview Deck.pptx
ArianeSpano
 
Why do People Prefer Using Open Source Software?
david rom
 
Week 3: Virtual Private Cloud, On Premise, IaaS, PaaS, SaaS - DSA 441 Cloud C...
Ferdin Joe John Joseph PhD
 

Viewers also liked (20)

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

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

PDF
Why Gateways are Important in Your IoT Architecture
IBM Analytics
 
PDF
Io t world_2016_iot_smart_gateways_moe
Shawn Moe
 
PPTX
Informix - The Ideal Database for IoT
Pradeep Natarajan
 
PPTX
Oracle big data appliance and solutions
solarisyougood
 
PDF
How to create custom dashboards in Elastic Search / Kibana with Performance V...
PerformanceVision (previously SecurActive)
 
PPTX
Using Familiar BI Tools and Hadoop to Analyze Enterprise Networks
DataWorks Summit
 
PPTX
Using Familiar BI Tools and Hadoop to Analyze Enterprise Networks
MapR Technologies
 
PDF
Data Analytics Service Company and Its Ruby Usage
SATOSHI TAGOMORI
 
PDF
Modernizing Global Shared Data Analytics Platform and our Alluxio Journey
Alluxio, Inc.
 
PPTX
Big Data Analytics on the Cloud Oracle Applications AWS Redshift & Tableau
Sam Palani
 
PDF
MongoDB 4.0 새로운 기능 소개
Ha-Yang(White) Moon
 
PPTX
Brk3288 sql server v.next with support on linux, windows and containers was...
Bob Ward
 
PDF
IoT databases - review and challenges - IoT, Hardware & Robotics meetup - onl...
Marcin Bielak
 
PDF
What's New in Apache Hive 3.0 - Tokyo
DataWorks Summit
 
PDF
What's New in Apache Hive 3.0?
DataWorks Summit
 
PPTX
Lecture 5- Data Collection and Storage.pptx
Brianc34
 
PDF
Presto @ Zalando - Big Data Tech Warsaw 2020
Piotr Findeisen
 
PPTX
Azure Cosmos DB: Features, Practical Use and Optimization "
GlobalLogic Ukraine
 
PDF
Serverless SQL
Torsten Steinbach
 
PPTX
Setting Up InfluxDB for IoT by David G Simmons
InfluxData
 
Why Gateways are Important in Your IoT Architecture
IBM Analytics
 
Io t world_2016_iot_smart_gateways_moe
Shawn Moe
 
Informix - The Ideal Database for IoT
Pradeep Natarajan
 
Oracle big data appliance and solutions
solarisyougood
 
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
DataWorks Summit
 
Using Familiar BI Tools and Hadoop to Analyze Enterprise Networks
MapR Technologies
 
Data Analytics Service Company and Its Ruby Usage
SATOSHI TAGOMORI
 
Modernizing Global Shared Data Analytics Platform and our Alluxio Journey
Alluxio, Inc.
 
Big Data Analytics on the Cloud Oracle Applications AWS Redshift & Tableau
Sam Palani
 
MongoDB 4.0 새로운 기능 소개
Ha-Yang(White) Moon
 
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...
Marcin Bielak
 
What's New in Apache Hive 3.0 - Tokyo
DataWorks Summit
 
What's New in Apache Hive 3.0?
DataWorks Summit
 
Lecture 5- Data Collection and Storage.pptx
Brianc34
 
Presto @ Zalando - Big Data Tech Warsaw 2020
Piotr Findeisen
 
Azure Cosmos DB: Features, Practical Use and Optimization "
GlobalLogic Ukraine
 
Serverless SQL
Torsten Steinbach
 
Setting Up InfluxDB for IoT by David G Simmons
InfluxData
 
Ad

More from IBM_Info_Management (9)

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

Recently uploaded (20)

PDF
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
PDF
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
PDF
Python basic programing language for automation
DanialHabibi2
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
Python basic programing language for automation
DanialHabibi2
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 

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