SlideShare a Scribd company logo
Craig Hobbs, Solution Engineer, InfluxData
Building IoT Data Streams with
NiFi & InfluxDB
© 2019 InfluxData. All rights reserved.2
About Me
○ Craig Hobbs on Linkedin
○ @chobbs10 on Twitter
“I fight for the users”
Solution Architect, InfluxData
© 2019 InfluxData. All rights reserved.3
Agenda
• The IoT Challenge
• OPC-Based Data
• NiFi + Influx Solution
• Walk-Through of Basic Setup
• Q/A
© 2019 InfluxData. All rights reserved.4
“The World of IoT is Time Series Data”
Sensor data is all time-stamped to help you
understand how your processes and equipment are
doing over time to help further innovation and
improvement.
© 2019 InfluxData. All rights reserved.5
The IoT/IIoT Challenge
No incentive for HW vendors to provide an open communication
framework or interoperability creating vendor lock-in.
At the same time, value contained within these systems is massive,
and it’s only getting more important for enterprises to utilize this
data in process improvement, analytic models, business
automation, and performance visibility.
© 2019 InfluxData. All rights reserved.6
What is OPC UA
Based Data?
© 2019 InfluxData. All rights reserved.7
OPC UA
A “Clumsy” Definition
OPC Unified Architecture (OPC UA) is a
machine to machine communication
protocol for industrial automation focused
on communicating with industrial
equipment and systems for data collection
and control.
© 2019 InfluxData. All rights reserved.8
© 2019 InfluxData. All rights reserved.9
Why Industries use OPC UA ?
OPC UA was to provide a path forward from the original OPC
communications model that would better meet the emerging
needs of industrial automation.
By removing the barrier because of incompatibilities and
proprietary communication interfaces between different
suppliers' automation hardware and software, OPU UA makes
multi-vendor interoperability and "plug and play" connectivity a
reality.
© 2019 InfluxData. All rights reserved.10
But there are still big challenges
Even with OPC UA , existing systems that collect these data
streams were still very clunky with no real-time processing
capabilities.
The operational systems still rely on sampling or “lossy data”
approximation and limit access of the data to the local operator’s
machine.
© 2019 InfluxData. All rights reserved.11
What is
Apache NiFi?
© 2019 InfluxData. All rights reserved.12
Hello NIFI
NiFi is a Apache Software project
designed to automate the flow of data
between systems.
● Written in Java
● Flow-based programming model
● Extensible plug-in-play environment
● Drag-Drop UI, warm deploy
© 2019 InfluxData. All rights reserved.13
What is the
InfluxDB Platform?
© 2019 InfluxData. All rights reserved.14
InfluxDB Platform
● InfluxDB: Database and storage
engine purpose-built to handle
time series data:
● Chronograf: Visualization tool
with pre-canned dashboards
with the standard baseline for
metrics and event monitoring.
● OPC Unified Access data
ingest: InfluxDB actively
supports a number of open
source OPC-UA stacks that are
available to help collect data
from your PLCs.
© 2019 InfluxData. All rights reserved.15
Why NiFi and InfluxDB?
By combining the two platforms industries can establish reliable
collection streams and that make data easily accessible.
This solution enables the enterprise to securely collect, process,
monitor and share data from their facilities across all business units
supporting a wide range of business-based use-cases.
© 2019 InfluxData. All rights reserved.16
● Reliable data-stream processing
● Enterprise wide reporting and monitoring
● Ingestion of large volumes
● Data shaping for enterprise consumption
● Real-time queries on large datasets
● Storage optimizations and compression
We work well
together I know,
right!
NiFi + InfluxDB
Better Together
© 2019 InfluxData. All rights reserved.17
Other advantages of bringing these together
• Scalability
• High-Availability
• Security
• Open Source
• Community Support
• No Development or Coding
• Real-Time Collection
• Flexible Deployment
• Data integration
• No Vendor Lock-in
© 2019 InfluxData. All rights reserved.18
Basic Setup
NIFI and InfluxDB / Better Togetherp
© 2019 InfluxData. All rights reserved.19
NiFi + InfluxDB Data Collection
© 2019 InfluxData. All rights reserved.20
Demo Time!
© 2019 InfluxData. All rights reserved.21
The finally collection flow of processors and controllers enables a data stream solution that reliable
and supports large data ingest volumes.
Basic NiFi Data Collection Processor Flow
© 2019 InfluxData. All rights reserved.22
Data Exploration, Visualizations , and Alerts
Chronograf -User interface and
visualization engine makes it easy to
monitoring and alerting for your
infrastructure.
Kapacitor - Real-time data
processing for both stream and
batch data for InfluxDB. Kapacitor
lets you plug in your own custom
logic or user-defined functions to
process alerts with dynamic
thresholds, match metrics for
patterns, compute statistical
anomalies, and perform specific
actions based on these alerts,
Integration with HipChat, OpsGenie,
Alerta, Sensu, PagerDuty, Slack and
more.
© 2019 InfluxData. All rights reserved.23
Summary Review Thoughts...
Then check out the super-power
team of NiFi<>InfluxDB
So, if you are limited by the analytics capabilities of your traditional
automation systems and are looking to further leverage your big
data platform to securely collect, observe, and act-on across your
enterprise
© 2019 InfluxData. All rights reserved.24
Learning Resources and Open Source Tools
How to Bring Your Data Infrastructure into the Industry 4.0 Age
● https://www.influxdata.com/resources/how-to-bring-your-data-infrastructure-into-the-
industry-4-0-age/
NiFi Service & Processor bundle from the Tempus IIoT framework
● https://github.com/hashmapinc/nifi-opcua-bundle
FacExposing InfluxDB data over OPC-UA
● https://www.factry.io/blog/exposing-influxdb-data-opcua/
InfluxDB Processors For Apache NiFi
● https://github.com/influxdata/nifi-influxdb-bundle
Twitter: @chobbs10
Email: craig@influxdata.com
© 2019 InfluxData. All rights reserved.26
Resources:
© 2019 InfluxData. All rights reserved.27
Begin by downloading the following NiFi Service &
Processor bundle from the Tempus IIoT framework
for industrial data ingestion and analysis. These
processors and the associated controller service allow
NiFi access to OPC UA servers in a read-only fashion.
You will find 2 processors in the Tempus bundle,
GetOPCNodeList and GetOPCData. GetNodeIds
allows access to the tags that are currently in the OPC
UA server. GetOPCData takes a list of tags and
queries the OPC UA server for the values.
Get started with the NiFi-OPCUA bundle
© 2019 InfluxData. All rights reserved.28
Add the GetOPCNodeList processor to the canvas and configure it by right-clicking on the processor
and clicking configure from the context menu.
Add the GetOPCNodeList processor
Click on the SCHEDULING tab and set the timer to something like 5-10 seconds, as below. Otherwise
you will just slam your OPC server with requests to enumerate the address space.
© 2019 InfluxData. All rights reserved.29
Configuring the GetOPCNodeList processor
Next, configure the processor filter so it will only return the
node-list tag items you’re interested in fetching. Use the
Node Filter Property to define a pipe(|) delimited regular
express list of nodes.
ex. Node Filer: Density|Porosity|Pressure|RPM|Speed|Temp|Torque
© 2019 InfluxData. All rights reserved.30
Configuring the GetOPCNodeList processor
Next, configure the Properties by clicking on the
PROPERTIES tab. Create a new controller service by
clicking in the box to the right of the OPC UA Service
property and clicking on Create a new service from the
drop down as shown below.
When you are done configuring the processor as per
the table above, click on the little arrow to the right of
the controller service (shown below). This will allow you
to configure the controller service.
© 2019 InfluxData. All rights reserved.31
After clicking Yes, you will be take to the Configure Controller Service modal box. Click on the
PROPERTIES tab. and configure it as per the image below, replacing the Endpoint URL with your own
opc.tcp//{ipaddress}:{port} endpoint.
Configuring the controller service
© 2019 InfluxData. All rights reserved.32
Add the GetOPCData processor
Head back to the NiFi canvas now, and right-click on
the GetOPCData processor and select Configure from
the context menu to configure the processor.
© 2019 InfluxData. All rights reserved.33
Configure the GetOPCData processor
You can now finish the configuration of the processor
properties. Please review the property description to
custom configure based on your environment.
NOTE: You will want to use the same controller service
instance as created for the GetOPCNodeList processor.
© 2019 InfluxData. All rights reserved.34
Connect the GetOPCData GetOPCNodeList
processor
We are now ready to get the Node List. You can view
the list using the NiFi modal with the flow files
currently in the queue.
The output data from the GetOPCData processor will
produces CSV style data (minus the header) in the
format of tag name, time stamp, value and status.
The file should show the root of the data as being
collected as define by your Node Filter in the
GetOPCNodeList processor.
© 2019 InfluxData. All rights reserved.35
Create a relationship by dragging your mouse from
the GetOPCNodeList processor to the GetOPCData
processor and ticking the Success box.
Now your flow should look like the one here:
Connect GetOPCNodeList & GetOPCData
© 2019 InfluxData. All rights reserved.36
Now it's time to connect the InfluxDB processor to
ingest the OPC data records. To provide the best
possible ingest performance, InfluxDB has created a
new processor that is based on NiFi Record Design.
Getting started:
Download and install the InfluxDB Processors. Copy
the appropriate nar file into the lib directory of your
NiFi installation ($NiFi_HOME/lib) and restart NiFi.
https://github.com/influxdata/nifi-influxdb-bundle
InfluxDB record processor for Apache NiFi
© 2019 InfluxData. All rights reserved.37
Head back to the NiFi canvas and add the
PutInfluxDatabasesRecord processor. Connect it to
the previous GetOPCData processor.
Right click to configure the processor and select the
PROPERTIES tab. You will want to define a new
Record Reader, Controller Service, and Content
Properties to write the content of the records into
InfluxDB database.
Add the PutInfluxDatabasesRecord processor
© 2019 InfluxData. All rights reserved.38
From the service configuration window, define your
InfluxDB database, URL and access credentials.
This will create a shareable connection service for
all NiFi processors.
You can optionally add in a processor for logging
and retries. Now your flow should look like the one
here:
Configure the PutInfluxDatabasesRecord processor
© 2019 InfluxData. All rights reserved.39
Create a relationship by dragging your mouse from the GetOPCData processor to the
PutInfluxDatabaseRecord processor and ticking the Success box. Finally, flow of processors and
controllers enables a data stream solution that reliable and supports large data ingest volumes.
Basic NiFi data collection processor flow

More Related Content

What's hot

OSS NA 2019 - Demo Booth deck overview of Egeria
OSS NA 2019 - Demo Booth deck overview of EgeriaOSS NA 2019 - Demo Booth deck overview of Egeria
OSS NA 2019 - Demo Booth deck overview of EgeriaODPi
 
Real time stock processing with apache nifi, apache flink and apache kafka
Real time stock processing with apache nifi, apache flink and apache kafkaReal time stock processing with apache nifi, apache flink and apache kafka
Real time stock processing with apache nifi, apache flink and apache kafkaTimothy Spann
 
Domain Driven Data: Apache Kafka® and the Data Mesh
Domain Driven Data: Apache Kafka® and the Data MeshDomain Driven Data: Apache Kafka® and the Data Mesh
Domain Driven Data: Apache Kafka® and the Data Meshconfluent
 
Growing a Better Data Lake Together
Growing a Better Data Lake TogetherGrowing a Better Data Lake Together
Growing a Better Data Lake TogetherDataWorks Summit
 
Apache Solr-Webinar
Apache Solr-WebinarApache Solr-Webinar
Apache Solr-WebinarEdureka!
 
Apache Pinot Case Study: Building Distributed Analytics Systems Using Apache ...
Apache Pinot Case Study: Building Distributed Analytics Systems Using Apache ...Apache Pinot Case Study: Building Distributed Analytics Systems Using Apache ...
Apache Pinot Case Study: Building Distributed Analytics Systems Using Apache ...HostedbyConfluent
 
When NOT to use Apache Kafka?
When NOT to use Apache Kafka?When NOT to use Apache Kafka?
When NOT to use Apache Kafka?Kai Wähner
 
Social Media Analytics with Amazon QuickSight (ANT370) - AWS re:Invent 2018
Social Media Analytics with Amazon QuickSight (ANT370) - AWS re:Invent 2018Social Media Analytics with Amazon QuickSight (ANT370) - AWS re:Invent 2018
Social Media Analytics with Amazon QuickSight (ANT370) - AWS re:Invent 2018Amazon Web Services
 
Analyzing Petabyte Scale Financial Data with Apache Pinot and Apache Kafka | ...
Analyzing Petabyte Scale Financial Data with Apache Pinot and Apache Kafka | ...Analyzing Petabyte Scale Financial Data with Apache Pinot and Apache Kafka | ...
Analyzing Petabyte Scale Financial Data with Apache Pinot and Apache Kafka | ...HostedbyConfluent
 
Introduction to Stream Processing
Introduction to Stream ProcessingIntroduction to Stream Processing
Introduction to Stream ProcessingGuido Schmutz
 
Data Lakes - The Key to a Scalable Data Architecture
Data Lakes - The Key to a Scalable Data ArchitectureData Lakes - The Key to a Scalable Data Architecture
Data Lakes - The Key to a Scalable Data ArchitectureZaloni
 
The Heart of the Data Mesh Beats in Real-Time with Apache Kafka
The Heart of the Data Mesh Beats in Real-Time with Apache KafkaThe Heart of the Data Mesh Beats in Real-Time with Apache Kafka
The Heart of the Data Mesh Beats in Real-Time with Apache KafkaKai Wähner
 
Solr for Indexing and Searching Logs
Solr for Indexing and Searching LogsSolr for Indexing and Searching Logs
Solr for Indexing and Searching LogsSematext Group, Inc.
 
Universal metrics with Apache Beam
Universal metrics with Apache BeamUniversal metrics with Apache Beam
Universal metrics with Apache BeamEtienne Chauchot
 
Building a Streaming Pipeline on Kubernetes Using Kafka Connect, KSQLDB & Apa...
Building a Streaming Pipeline on Kubernetes Using Kafka Connect, KSQLDB & Apa...Building a Streaming Pipeline on Kubernetes Using Kafka Connect, KSQLDB & Apa...
Building a Streaming Pipeline on Kubernetes Using Kafka Connect, KSQLDB & Apa...HostedbyConfluent
 
Data ingestion and distribution with apache NiFi
Data ingestion and distribution with apache NiFiData ingestion and distribution with apache NiFi
Data ingestion and distribution with apache NiFiLev Brailovskiy
 
Microsoft Azure Big Data Analytics
Microsoft Azure Big Data AnalyticsMicrosoft Azure Big Data Analytics
Microsoft Azure Big Data AnalyticsMark Kromer
 
Introduction to Apache NiFi 1.11.4
Introduction to Apache NiFi 1.11.4Introduction to Apache NiFi 1.11.4
Introduction to Apache NiFi 1.11.4Timothy Spann
 
Workshop - Build a Graph Solution
Workshop - Build a Graph SolutionWorkshop - Build a Graph Solution
Workshop - Build a Graph SolutionNeo4j
 
Pinot: Realtime OLAP for 530 Million Users - Sigmod 2018
Pinot: Realtime OLAP for 530 Million Users - Sigmod 2018Pinot: Realtime OLAP for 530 Million Users - Sigmod 2018
Pinot: Realtime OLAP for 530 Million Users - Sigmod 2018Seunghyun Lee
 

What's hot (20)

OSS NA 2019 - Demo Booth deck overview of Egeria
OSS NA 2019 - Demo Booth deck overview of EgeriaOSS NA 2019 - Demo Booth deck overview of Egeria
OSS NA 2019 - Demo Booth deck overview of Egeria
 
Real time stock processing with apache nifi, apache flink and apache kafka
Real time stock processing with apache nifi, apache flink and apache kafkaReal time stock processing with apache nifi, apache flink and apache kafka
Real time stock processing with apache nifi, apache flink and apache kafka
 
Domain Driven Data: Apache Kafka® and the Data Mesh
Domain Driven Data: Apache Kafka® and the Data MeshDomain Driven Data: Apache Kafka® and the Data Mesh
Domain Driven Data: Apache Kafka® and the Data Mesh
 
Growing a Better Data Lake Together
Growing a Better Data Lake TogetherGrowing a Better Data Lake Together
Growing a Better Data Lake Together
 
Apache Solr-Webinar
Apache Solr-WebinarApache Solr-Webinar
Apache Solr-Webinar
 
Apache Pinot Case Study: Building Distributed Analytics Systems Using Apache ...
Apache Pinot Case Study: Building Distributed Analytics Systems Using Apache ...Apache Pinot Case Study: Building Distributed Analytics Systems Using Apache ...
Apache Pinot Case Study: Building Distributed Analytics Systems Using Apache ...
 
When NOT to use Apache Kafka?
When NOT to use Apache Kafka?When NOT to use Apache Kafka?
When NOT to use Apache Kafka?
 
Social Media Analytics with Amazon QuickSight (ANT370) - AWS re:Invent 2018
Social Media Analytics with Amazon QuickSight (ANT370) - AWS re:Invent 2018Social Media Analytics with Amazon QuickSight (ANT370) - AWS re:Invent 2018
Social Media Analytics with Amazon QuickSight (ANT370) - AWS re:Invent 2018
 
Analyzing Petabyte Scale Financial Data with Apache Pinot and Apache Kafka | ...
Analyzing Petabyte Scale Financial Data with Apache Pinot and Apache Kafka | ...Analyzing Petabyte Scale Financial Data with Apache Pinot and Apache Kafka | ...
Analyzing Petabyte Scale Financial Data with Apache Pinot and Apache Kafka | ...
 
Introduction to Stream Processing
Introduction to Stream ProcessingIntroduction to Stream Processing
Introduction to Stream Processing
 
Data Lakes - The Key to a Scalable Data Architecture
Data Lakes - The Key to a Scalable Data ArchitectureData Lakes - The Key to a Scalable Data Architecture
Data Lakes - The Key to a Scalable Data Architecture
 
The Heart of the Data Mesh Beats in Real-Time with Apache Kafka
The Heart of the Data Mesh Beats in Real-Time with Apache KafkaThe Heart of the Data Mesh Beats in Real-Time with Apache Kafka
The Heart of the Data Mesh Beats in Real-Time with Apache Kafka
 
Solr for Indexing and Searching Logs
Solr for Indexing and Searching LogsSolr for Indexing and Searching Logs
Solr for Indexing and Searching Logs
 
Universal metrics with Apache Beam
Universal metrics with Apache BeamUniversal metrics with Apache Beam
Universal metrics with Apache Beam
 
Building a Streaming Pipeline on Kubernetes Using Kafka Connect, KSQLDB & Apa...
Building a Streaming Pipeline on Kubernetes Using Kafka Connect, KSQLDB & Apa...Building a Streaming Pipeline on Kubernetes Using Kafka Connect, KSQLDB & Apa...
Building a Streaming Pipeline on Kubernetes Using Kafka Connect, KSQLDB & Apa...
 
Data ingestion and distribution with apache NiFi
Data ingestion and distribution with apache NiFiData ingestion and distribution with apache NiFi
Data ingestion and distribution with apache NiFi
 
Microsoft Azure Big Data Analytics
Microsoft Azure Big Data AnalyticsMicrosoft Azure Big Data Analytics
Microsoft Azure Big Data Analytics
 
Introduction to Apache NiFi 1.11.4
Introduction to Apache NiFi 1.11.4Introduction to Apache NiFi 1.11.4
Introduction to Apache NiFi 1.11.4
 
Workshop - Build a Graph Solution
Workshop - Build a Graph SolutionWorkshop - Build a Graph Solution
Workshop - Build a Graph Solution
 
Pinot: Realtime OLAP for 530 Million Users - Sigmod 2018
Pinot: Realtime OLAP for 530 Million Users - Sigmod 2018Pinot: Realtime OLAP for 530 Million Users - Sigmod 2018
Pinot: Realtime OLAP for 530 Million Users - Sigmod 2018
 

Similar to Building Your Data Streams for all the IoT

InfluxData Architecture for IoT | Noah Crowley | InfluxData
InfluxData Architecture for IoT | Noah Crowley | InfluxDataInfluxData Architecture for IoT | Noah Crowley | InfluxData
InfluxData Architecture for IoT | Noah Crowley | InfluxDataInfluxData
 
Why Open Source Works for DevOps Monitoring
Why Open Source Works for DevOps MonitoringWhy Open Source Works for DevOps Monitoring
Why Open Source Works for DevOps MonitoringDevOps.com
 
How to Use Telegraf and Its Plugin Ecosystem
How to Use Telegraf and Its Plugin EcosystemHow to Use Telegraf and Its Plugin Ecosystem
How to Use Telegraf and Its Plugin EcosystemInfluxData
 
InfluxDB Community Office Hours September 2020
InfluxDB Community Office Hours September 2020 InfluxDB Community Office Hours September 2020
InfluxDB Community Office Hours September 2020 InfluxData
 
Intro to InfluxDB 2.0 and Your First Flux Query by Sonia Gupta
Intro to InfluxDB 2.0 and Your First Flux Query by Sonia GuptaIntro to InfluxDB 2.0 and Your First Flux Query by Sonia Gupta
Intro to InfluxDB 2.0 and Your First Flux Query by Sonia GuptaInfluxData
 
3 Reasons to Select Time Series Platforms for Cloud Native Applications Monit...
3 Reasons to Select Time Series Platforms for Cloud Native Applications Monit...3 Reasons to Select Time Series Platforms for Cloud Native Applications Monit...
3 Reasons to Select Time Series Platforms for Cloud Native Applications Monit...DevOps.com
 
Getting Started: Intro to Telegraf - July 2021
Getting Started: Intro to Telegraf - July 2021Getting Started: Intro to Telegraf - July 2021
Getting Started: Intro to Telegraf - July 2021InfluxData
 
IoT Edge Data Processing with NVidia Jetson Nano oct 3 2019
IoT  Edge Data Processing with NVidia Jetson Nano oct 3 2019IoT  Edge Data Processing with NVidia Jetson Nano oct 3 2019
IoT Edge Data Processing with NVidia Jetson Nano oct 3 2019Timothy Spann
 
Why You Should NOT Be Using an RDBS for Time-stamped Data
 Why You Should NOT Be Using an RDBS for Time-stamped Data Why You Should NOT Be Using an RDBS for Time-stamped Data
Why You Should NOT Be Using an RDBS for Time-stamped DataDevOps.com
 
Why You Should NOT Be Using an RDBMS for Time-stamped Data
Why You Should NOT Be Using an RDBMS for Time-stamped DataWhy You Should NOT Be Using an RDBMS for Time-stamped Data
Why You Should NOT Be Using an RDBMS for Time-stamped DataDevOps.com
 
Introduction to Apache NiFi 1.10
Introduction to Apache NiFi 1.10Introduction to Apache NiFi 1.10
Introduction to Apache NiFi 1.10Timothy Spann
 
Vasilis Papavasiliou [Mist.io] | Integrating Telegraf, InfluxDB and Mist to M...
Vasilis Papavasiliou [Mist.io] | Integrating Telegraf, InfluxDB and Mist to M...Vasilis Papavasiliou [Mist.io] | Integrating Telegraf, InfluxDB and Mist to M...
Vasilis Papavasiliou [Mist.io] | Integrating Telegraf, InfluxDB and Mist to M...InfluxData
 
How to Gain a Competitive Edge with an Open Source, Purpose-built Time Series...
How to Gain a Competitive Edge with an Open Source, Purpose-built Time Series...How to Gain a Competitive Edge with an Open Source, Purpose-built Time Series...
How to Gain a Competitive Edge with an Open Source, Purpose-built Time Series...DevOps.com
 
Tim Hall [InfluxData] | InfluxDB Roadmap | InfluxDays Virtual Experience NA 2020
Tim Hall [InfluxData] | InfluxDB Roadmap | InfluxDays Virtual Experience NA 2020Tim Hall [InfluxData] | InfluxDB Roadmap | InfluxDays Virtual Experience NA 2020
Tim Hall [InfluxData] | InfluxDB Roadmap | InfluxDays Virtual Experience NA 2020InfluxData
 
Maximizing Real-Time Data Processing with Apache Kafka and InfluxDB: A Compre...
Maximizing Real-Time Data Processing with Apache Kafka and InfluxDB: A Compre...Maximizing Real-Time Data Processing with Apache Kafka and InfluxDB: A Compre...
Maximizing Real-Time Data Processing with Apache Kafka and InfluxDB: A Compre...HostedbyConfluent
 
Z Data Tools and APIs Overview
Z Data Tools and APIs OverviewZ Data Tools and APIs Overview
Z Data Tools and APIs OverviewHCLSoftware
 
Introducing Cloudera DataFlow (CDF) 2.13.19
Introducing Cloudera DataFlow (CDF) 2.13.19Introducing Cloudera DataFlow (CDF) 2.13.19
Introducing Cloudera DataFlow (CDF) 2.13.19Cloudera, Inc.
 
Openconfig
OpenconfigOpenconfig
OpenconfigAPNIC
 
IRJET- Analysis of Boston’s Crime Data using Apache Pig
IRJET- Analysis of Boston’s Crime Data using Apache PigIRJET- Analysis of Boston’s Crime Data using Apache Pig
IRJET- Analysis of Boston’s Crime Data using Apache PigIRJET Journal
 
BGP FlowSpec experience and future developments
BGP FlowSpec experience and future developmentsBGP FlowSpec experience and future developments
BGP FlowSpec experience and future developmentsPavel Odintsov
 

Similar to Building Your Data Streams for all the IoT (20)

InfluxData Architecture for IoT | Noah Crowley | InfluxData
InfluxData Architecture for IoT | Noah Crowley | InfluxDataInfluxData Architecture for IoT | Noah Crowley | InfluxData
InfluxData Architecture for IoT | Noah Crowley | InfluxData
 
Why Open Source Works for DevOps Monitoring
Why Open Source Works for DevOps MonitoringWhy Open Source Works for DevOps Monitoring
Why Open Source Works for DevOps Monitoring
 
How to Use Telegraf and Its Plugin Ecosystem
How to Use Telegraf and Its Plugin EcosystemHow to Use Telegraf and Its Plugin Ecosystem
How to Use Telegraf and Its Plugin Ecosystem
 
InfluxDB Community Office Hours September 2020
InfluxDB Community Office Hours September 2020 InfluxDB Community Office Hours September 2020
InfluxDB Community Office Hours September 2020
 
Intro to InfluxDB 2.0 and Your First Flux Query by Sonia Gupta
Intro to InfluxDB 2.0 and Your First Flux Query by Sonia GuptaIntro to InfluxDB 2.0 and Your First Flux Query by Sonia Gupta
Intro to InfluxDB 2.0 and Your First Flux Query by Sonia Gupta
 
3 Reasons to Select Time Series Platforms for Cloud Native Applications Monit...
3 Reasons to Select Time Series Platforms for Cloud Native Applications Monit...3 Reasons to Select Time Series Platforms for Cloud Native Applications Monit...
3 Reasons to Select Time Series Platforms for Cloud Native Applications Monit...
 
Getting Started: Intro to Telegraf - July 2021
Getting Started: Intro to Telegraf - July 2021Getting Started: Intro to Telegraf - July 2021
Getting Started: Intro to Telegraf - July 2021
 
IoT Edge Data Processing with NVidia Jetson Nano oct 3 2019
IoT  Edge Data Processing with NVidia Jetson Nano oct 3 2019IoT  Edge Data Processing with NVidia Jetson Nano oct 3 2019
IoT Edge Data Processing with NVidia Jetson Nano oct 3 2019
 
Why You Should NOT Be Using an RDBS for Time-stamped Data
 Why You Should NOT Be Using an RDBS for Time-stamped Data Why You Should NOT Be Using an RDBS for Time-stamped Data
Why You Should NOT Be Using an RDBS for Time-stamped Data
 
Why You Should NOT Be Using an RDBMS for Time-stamped Data
Why You Should NOT Be Using an RDBMS for Time-stamped DataWhy You Should NOT Be Using an RDBMS for Time-stamped Data
Why You Should NOT Be Using an RDBMS for Time-stamped Data
 
Introduction to Apache NiFi 1.10
Introduction to Apache NiFi 1.10Introduction to Apache NiFi 1.10
Introduction to Apache NiFi 1.10
 
Vasilis Papavasiliou [Mist.io] | Integrating Telegraf, InfluxDB and Mist to M...
Vasilis Papavasiliou [Mist.io] | Integrating Telegraf, InfluxDB and Mist to M...Vasilis Papavasiliou [Mist.io] | Integrating Telegraf, InfluxDB and Mist to M...
Vasilis Papavasiliou [Mist.io] | Integrating Telegraf, InfluxDB and Mist to M...
 
How to Gain a Competitive Edge with an Open Source, Purpose-built Time Series...
How to Gain a Competitive Edge with an Open Source, Purpose-built Time Series...How to Gain a Competitive Edge with an Open Source, Purpose-built Time Series...
How to Gain a Competitive Edge with an Open Source, Purpose-built Time Series...
 
Tim Hall [InfluxData] | InfluxDB Roadmap | InfluxDays Virtual Experience NA 2020
Tim Hall [InfluxData] | InfluxDB Roadmap | InfluxDays Virtual Experience NA 2020Tim Hall [InfluxData] | InfluxDB Roadmap | InfluxDays Virtual Experience NA 2020
Tim Hall [InfluxData] | InfluxDB Roadmap | InfluxDays Virtual Experience NA 2020
 
Maximizing Real-Time Data Processing with Apache Kafka and InfluxDB: A Compre...
Maximizing Real-Time Data Processing with Apache Kafka and InfluxDB: A Compre...Maximizing Real-Time Data Processing with Apache Kafka and InfluxDB: A Compre...
Maximizing Real-Time Data Processing with Apache Kafka and InfluxDB: A Compre...
 
Z Data Tools and APIs Overview
Z Data Tools and APIs OverviewZ Data Tools and APIs Overview
Z Data Tools and APIs Overview
 
Introducing Cloudera DataFlow (CDF) 2.13.19
Introducing Cloudera DataFlow (CDF) 2.13.19Introducing Cloudera DataFlow (CDF) 2.13.19
Introducing Cloudera DataFlow (CDF) 2.13.19
 
Openconfig
OpenconfigOpenconfig
Openconfig
 
IRJET- Analysis of Boston’s Crime Data using Apache Pig
IRJET- Analysis of Boston’s Crime Data using Apache PigIRJET- Analysis of Boston’s Crime Data using Apache Pig
IRJET- Analysis of Boston’s Crime Data using Apache Pig
 
BGP FlowSpec experience and future developments
BGP FlowSpec experience and future developmentsBGP FlowSpec experience and future developments
BGP FlowSpec experience and future developments
 

More from DevOps.com

Modernizing on IBM Z Made Easier With Open Source Software
Modernizing on IBM Z Made Easier With Open Source SoftwareModernizing on IBM Z Made Easier With Open Source Software
Modernizing on IBM Z Made Easier With Open Source SoftwareDevOps.com
 
Comparing Microsoft SQL Server 2019 Performance Across Various Kubernetes Pla...
Comparing Microsoft SQL Server 2019 Performance Across Various Kubernetes Pla...Comparing Microsoft SQL Server 2019 Performance Across Various Kubernetes Pla...
Comparing Microsoft SQL Server 2019 Performance Across Various Kubernetes Pla...DevOps.com
 
Comparing Microsoft SQL Server 2019 Performance Across Various Kubernetes Pla...
Comparing Microsoft SQL Server 2019 Performance Across Various Kubernetes Pla...Comparing Microsoft SQL Server 2019 Performance Across Various Kubernetes Pla...
Comparing Microsoft SQL Server 2019 Performance Across Various Kubernetes Pla...DevOps.com
 
Next Generation Vulnerability Assessment Using Datadog and Snyk
Next Generation Vulnerability Assessment Using Datadog and SnykNext Generation Vulnerability Assessment Using Datadog and Snyk
Next Generation Vulnerability Assessment Using Datadog and SnykDevOps.com
 
Vulnerability Discovery in the Cloud
Vulnerability Discovery in the CloudVulnerability Discovery in the Cloud
Vulnerability Discovery in the CloudDevOps.com
 
2021 Open Source Governance: Top Ten Trends and Predictions
2021 Open Source Governance: Top Ten Trends and Predictions2021 Open Source Governance: Top Ten Trends and Predictions
2021 Open Source Governance: Top Ten Trends and PredictionsDevOps.com
 
A New Year’s Ransomware Resolution
A New Year’s Ransomware ResolutionA New Year’s Ransomware Resolution
A New Year’s Ransomware ResolutionDevOps.com
 
Getting Started with Runtime Security on Azure Kubernetes Service (AKS)
Getting Started with Runtime Security on Azure Kubernetes Service (AKS)Getting Started with Runtime Security on Azure Kubernetes Service (AKS)
Getting Started with Runtime Security on Azure Kubernetes Service (AKS)DevOps.com
 
Don't Panic! Effective Incident Response
Don't Panic! Effective Incident ResponseDon't Panic! Effective Incident Response
Don't Panic! Effective Incident ResponseDevOps.com
 
Creating a Culture of Chaos: Chaos Engineering Is Not Just Tools, It's Culture
Creating a Culture of Chaos: Chaos Engineering Is Not Just Tools, It's CultureCreating a Culture of Chaos: Chaos Engineering Is Not Just Tools, It's Culture
Creating a Culture of Chaos: Chaos Engineering Is Not Just Tools, It's CultureDevOps.com
 
Role Based Access Controls (RBAC) for SSH and Kubernetes Access with Teleport
Role Based Access Controls (RBAC) for SSH and Kubernetes Access with TeleportRole Based Access Controls (RBAC) for SSH and Kubernetes Access with Teleport
Role Based Access Controls (RBAC) for SSH and Kubernetes Access with TeleportDevOps.com
 
Monitoring Serverless Applications with Datadog
Monitoring Serverless Applications with DatadogMonitoring Serverless Applications with Datadog
Monitoring Serverless Applications with DatadogDevOps.com
 
Deliver your App Anywhere … Publicly or Privately
Deliver your App Anywhere … Publicly or PrivatelyDeliver your App Anywhere … Publicly or Privately
Deliver your App Anywhere … Publicly or PrivatelyDevOps.com
 
Securing medical apps in the age of covid final
Securing medical apps in the age of covid finalSecuring medical apps in the age of covid final
Securing medical apps in the age of covid finalDevOps.com
 
How to Build a Healthy On-Call Culture
How to Build a Healthy On-Call CultureHow to Build a Healthy On-Call Culture
How to Build a Healthy On-Call CultureDevOps.com
 
The Evolving Role of the Developer in 2021
The Evolving Role of the Developer in 2021The Evolving Role of the Developer in 2021
The Evolving Role of the Developer in 2021DevOps.com
 
Service Mesh: Two Big Words But Do You Need It?
Service Mesh: Two Big Words But Do You Need It?Service Mesh: Two Big Words But Do You Need It?
Service Mesh: Two Big Words But Do You Need It?DevOps.com
 
Secure Data Sharing in OpenShift Environments
Secure Data Sharing in OpenShift EnvironmentsSecure Data Sharing in OpenShift Environments
Secure Data Sharing in OpenShift EnvironmentsDevOps.com
 
How to Govern Identities and Access in Cloud Infrastructure: AppsFlyer Case S...
How to Govern Identities and Access in Cloud Infrastructure: AppsFlyer Case S...How to Govern Identities and Access in Cloud Infrastructure: AppsFlyer Case S...
How to Govern Identities and Access in Cloud Infrastructure: AppsFlyer Case S...DevOps.com
 
Elevate Your Enterprise Python and R AI, ML Software Strategy with Anaconda T...
Elevate Your Enterprise Python and R AI, ML Software Strategy with Anaconda T...Elevate Your Enterprise Python and R AI, ML Software Strategy with Anaconda T...
Elevate Your Enterprise Python and R AI, ML Software Strategy with Anaconda T...DevOps.com
 

More from DevOps.com (20)

Modernizing on IBM Z Made Easier With Open Source Software
Modernizing on IBM Z Made Easier With Open Source SoftwareModernizing on IBM Z Made Easier With Open Source Software
Modernizing on IBM Z Made Easier With Open Source Software
 
Comparing Microsoft SQL Server 2019 Performance Across Various Kubernetes Pla...
Comparing Microsoft SQL Server 2019 Performance Across Various Kubernetes Pla...Comparing Microsoft SQL Server 2019 Performance Across Various Kubernetes Pla...
Comparing Microsoft SQL Server 2019 Performance Across Various Kubernetes Pla...
 
Comparing Microsoft SQL Server 2019 Performance Across Various Kubernetes Pla...
Comparing Microsoft SQL Server 2019 Performance Across Various Kubernetes Pla...Comparing Microsoft SQL Server 2019 Performance Across Various Kubernetes Pla...
Comparing Microsoft SQL Server 2019 Performance Across Various Kubernetes Pla...
 
Next Generation Vulnerability Assessment Using Datadog and Snyk
Next Generation Vulnerability Assessment Using Datadog and SnykNext Generation Vulnerability Assessment Using Datadog and Snyk
Next Generation Vulnerability Assessment Using Datadog and Snyk
 
Vulnerability Discovery in the Cloud
Vulnerability Discovery in the CloudVulnerability Discovery in the Cloud
Vulnerability Discovery in the Cloud
 
2021 Open Source Governance: Top Ten Trends and Predictions
2021 Open Source Governance: Top Ten Trends and Predictions2021 Open Source Governance: Top Ten Trends and Predictions
2021 Open Source Governance: Top Ten Trends and Predictions
 
A New Year’s Ransomware Resolution
A New Year’s Ransomware ResolutionA New Year’s Ransomware Resolution
A New Year’s Ransomware Resolution
 
Getting Started with Runtime Security on Azure Kubernetes Service (AKS)
Getting Started with Runtime Security on Azure Kubernetes Service (AKS)Getting Started with Runtime Security on Azure Kubernetes Service (AKS)
Getting Started with Runtime Security on Azure Kubernetes Service (AKS)
 
Don't Panic! Effective Incident Response
Don't Panic! Effective Incident ResponseDon't Panic! Effective Incident Response
Don't Panic! Effective Incident Response
 
Creating a Culture of Chaos: Chaos Engineering Is Not Just Tools, It's Culture
Creating a Culture of Chaos: Chaos Engineering Is Not Just Tools, It's CultureCreating a Culture of Chaos: Chaos Engineering Is Not Just Tools, It's Culture
Creating a Culture of Chaos: Chaos Engineering Is Not Just Tools, It's Culture
 
Role Based Access Controls (RBAC) for SSH and Kubernetes Access with Teleport
Role Based Access Controls (RBAC) for SSH and Kubernetes Access with TeleportRole Based Access Controls (RBAC) for SSH and Kubernetes Access with Teleport
Role Based Access Controls (RBAC) for SSH and Kubernetes Access with Teleport
 
Monitoring Serverless Applications with Datadog
Monitoring Serverless Applications with DatadogMonitoring Serverless Applications with Datadog
Monitoring Serverless Applications with Datadog
 
Deliver your App Anywhere … Publicly or Privately
Deliver your App Anywhere … Publicly or PrivatelyDeliver your App Anywhere … Publicly or Privately
Deliver your App Anywhere … Publicly or Privately
 
Securing medical apps in the age of covid final
Securing medical apps in the age of covid finalSecuring medical apps in the age of covid final
Securing medical apps in the age of covid final
 
How to Build a Healthy On-Call Culture
How to Build a Healthy On-Call CultureHow to Build a Healthy On-Call Culture
How to Build a Healthy On-Call Culture
 
The Evolving Role of the Developer in 2021
The Evolving Role of the Developer in 2021The Evolving Role of the Developer in 2021
The Evolving Role of the Developer in 2021
 
Service Mesh: Two Big Words But Do You Need It?
Service Mesh: Two Big Words But Do You Need It?Service Mesh: Two Big Words But Do You Need It?
Service Mesh: Two Big Words But Do You Need It?
 
Secure Data Sharing in OpenShift Environments
Secure Data Sharing in OpenShift EnvironmentsSecure Data Sharing in OpenShift Environments
Secure Data Sharing in OpenShift Environments
 
How to Govern Identities and Access in Cloud Infrastructure: AppsFlyer Case S...
How to Govern Identities and Access in Cloud Infrastructure: AppsFlyer Case S...How to Govern Identities and Access in Cloud Infrastructure: AppsFlyer Case S...
How to Govern Identities and Access in Cloud Infrastructure: AppsFlyer Case S...
 
Elevate Your Enterprise Python and R AI, ML Software Strategy with Anaconda T...
Elevate Your Enterprise Python and R AI, ML Software Strategy with Anaconda T...Elevate Your Enterprise Python and R AI, ML Software Strategy with Anaconda T...
Elevate Your Enterprise Python and R AI, ML Software Strategy with Anaconda T...
 

Recently uploaded

FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...Product School
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxAbida Shariff
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf91mobiles
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Alison B. Lowndes
 
КАТЕРИНА АБЗЯТОВА «Ефективне планування тестування ключові аспекти та практ...
КАТЕРИНА АБЗЯТОВА  «Ефективне планування тестування  ключові аспекти та практ...КАТЕРИНА АБЗЯТОВА  «Ефективне планування тестування  ключові аспекти та практ...
КАТЕРИНА АБЗЯТОВА «Ефективне планування тестування ключові аспекти та практ...QADay
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor TurskyiFwdays
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsVlad Stirbu
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingThijs Feryn
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Jeffrey Haguewood
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Product School
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...Elena Simperl
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...Sri Ambati
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewPrayukth K V
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsPaul Groth
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaRTTS
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Ramesh Iyer
 

Recently uploaded (20)

FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
КАТЕРИНА АБЗЯТОВА «Ефективне планування тестування ключові аспекти та практ...
КАТЕРИНА АБЗЯТОВА  «Ефективне планування тестування  ключові аспекти та практ...КАТЕРИНА АБЗЯТОВА  «Ефективне планування тестування  ключові аспекти та практ...
КАТЕРИНА АБЗЯТОВА «Ефективне планування тестування ключові аспекти та практ...
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Ransomware Mallox [EN].pdf
Ransomware         Mallox       [EN].pdfRansomware         Mallox       [EN].pdf
Ransomware Mallox [EN].pdf
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 

Building Your Data Streams for all the IoT

  • 1. Craig Hobbs, Solution Engineer, InfluxData Building IoT Data Streams with NiFi & InfluxDB
  • 2. © 2019 InfluxData. All rights reserved.2 About Me ○ Craig Hobbs on Linkedin ○ @chobbs10 on Twitter “I fight for the users” Solution Architect, InfluxData
  • 3. © 2019 InfluxData. All rights reserved.3 Agenda • The IoT Challenge • OPC-Based Data • NiFi + Influx Solution • Walk-Through of Basic Setup • Q/A
  • 4. © 2019 InfluxData. All rights reserved.4 “The World of IoT is Time Series Data” Sensor data is all time-stamped to help you understand how your processes and equipment are doing over time to help further innovation and improvement.
  • 5. © 2019 InfluxData. All rights reserved.5 The IoT/IIoT Challenge No incentive for HW vendors to provide an open communication framework or interoperability creating vendor lock-in. At the same time, value contained within these systems is massive, and it’s only getting more important for enterprises to utilize this data in process improvement, analytic models, business automation, and performance visibility.
  • 6. © 2019 InfluxData. All rights reserved.6 What is OPC UA Based Data?
  • 7. © 2019 InfluxData. All rights reserved.7 OPC UA A “Clumsy” Definition OPC Unified Architecture (OPC UA) is a machine to machine communication protocol for industrial automation focused on communicating with industrial equipment and systems for data collection and control.
  • 8. © 2019 InfluxData. All rights reserved.8
  • 9. © 2019 InfluxData. All rights reserved.9 Why Industries use OPC UA ? OPC UA was to provide a path forward from the original OPC communications model that would better meet the emerging needs of industrial automation. By removing the barrier because of incompatibilities and proprietary communication interfaces between different suppliers' automation hardware and software, OPU UA makes multi-vendor interoperability and "plug and play" connectivity a reality.
  • 10. © 2019 InfluxData. All rights reserved.10 But there are still big challenges Even with OPC UA , existing systems that collect these data streams were still very clunky with no real-time processing capabilities. The operational systems still rely on sampling or “lossy data” approximation and limit access of the data to the local operator’s machine.
  • 11. © 2019 InfluxData. All rights reserved.11 What is Apache NiFi?
  • 12. © 2019 InfluxData. All rights reserved.12 Hello NIFI NiFi is a Apache Software project designed to automate the flow of data between systems. ● Written in Java ● Flow-based programming model ● Extensible plug-in-play environment ● Drag-Drop UI, warm deploy
  • 13. © 2019 InfluxData. All rights reserved.13 What is the InfluxDB Platform?
  • 14. © 2019 InfluxData. All rights reserved.14 InfluxDB Platform ● InfluxDB: Database and storage engine purpose-built to handle time series data: ● Chronograf: Visualization tool with pre-canned dashboards with the standard baseline for metrics and event monitoring. ● OPC Unified Access data ingest: InfluxDB actively supports a number of open source OPC-UA stacks that are available to help collect data from your PLCs.
  • 15. © 2019 InfluxData. All rights reserved.15 Why NiFi and InfluxDB? By combining the two platforms industries can establish reliable collection streams and that make data easily accessible. This solution enables the enterprise to securely collect, process, monitor and share data from their facilities across all business units supporting a wide range of business-based use-cases.
  • 16. © 2019 InfluxData. All rights reserved.16 ● Reliable data-stream processing ● Enterprise wide reporting and monitoring ● Ingestion of large volumes ● Data shaping for enterprise consumption ● Real-time queries on large datasets ● Storage optimizations and compression We work well together I know, right! NiFi + InfluxDB Better Together
  • 17. © 2019 InfluxData. All rights reserved.17 Other advantages of bringing these together • Scalability • High-Availability • Security • Open Source • Community Support • No Development or Coding • Real-Time Collection • Flexible Deployment • Data integration • No Vendor Lock-in
  • 18. © 2019 InfluxData. All rights reserved.18 Basic Setup NIFI and InfluxDB / Better Togetherp
  • 19. © 2019 InfluxData. All rights reserved.19 NiFi + InfluxDB Data Collection
  • 20. © 2019 InfluxData. All rights reserved.20 Demo Time!
  • 21. © 2019 InfluxData. All rights reserved.21 The finally collection flow of processors and controllers enables a data stream solution that reliable and supports large data ingest volumes. Basic NiFi Data Collection Processor Flow
  • 22. © 2019 InfluxData. All rights reserved.22 Data Exploration, Visualizations , and Alerts Chronograf -User interface and visualization engine makes it easy to monitoring and alerting for your infrastructure. Kapacitor - Real-time data processing for both stream and batch data for InfluxDB. Kapacitor lets you plug in your own custom logic or user-defined functions to process alerts with dynamic thresholds, match metrics for patterns, compute statistical anomalies, and perform specific actions based on these alerts, Integration with HipChat, OpsGenie, Alerta, Sensu, PagerDuty, Slack and more.
  • 23. © 2019 InfluxData. All rights reserved.23 Summary Review Thoughts... Then check out the super-power team of NiFi<>InfluxDB So, if you are limited by the analytics capabilities of your traditional automation systems and are looking to further leverage your big data platform to securely collect, observe, and act-on across your enterprise
  • 24. © 2019 InfluxData. All rights reserved.24 Learning Resources and Open Source Tools How to Bring Your Data Infrastructure into the Industry 4.0 Age ● https://www.influxdata.com/resources/how-to-bring-your-data-infrastructure-into-the- industry-4-0-age/ NiFi Service & Processor bundle from the Tempus IIoT framework ● https://github.com/hashmapinc/nifi-opcua-bundle FacExposing InfluxDB data over OPC-UA ● https://www.factry.io/blog/exposing-influxdb-data-opcua/ InfluxDB Processors For Apache NiFi ● https://github.com/influxdata/nifi-influxdb-bundle
  • 26. © 2019 InfluxData. All rights reserved.26 Resources:
  • 27. © 2019 InfluxData. All rights reserved.27 Begin by downloading the following NiFi Service & Processor bundle from the Tempus IIoT framework for industrial data ingestion and analysis. These processors and the associated controller service allow NiFi access to OPC UA servers in a read-only fashion. You will find 2 processors in the Tempus bundle, GetOPCNodeList and GetOPCData. GetNodeIds allows access to the tags that are currently in the OPC UA server. GetOPCData takes a list of tags and queries the OPC UA server for the values. Get started with the NiFi-OPCUA bundle
  • 28. © 2019 InfluxData. All rights reserved.28 Add the GetOPCNodeList processor to the canvas and configure it by right-clicking on the processor and clicking configure from the context menu. Add the GetOPCNodeList processor Click on the SCHEDULING tab and set the timer to something like 5-10 seconds, as below. Otherwise you will just slam your OPC server with requests to enumerate the address space.
  • 29. © 2019 InfluxData. All rights reserved.29 Configuring the GetOPCNodeList processor Next, configure the processor filter so it will only return the node-list tag items you’re interested in fetching. Use the Node Filter Property to define a pipe(|) delimited regular express list of nodes. ex. Node Filer: Density|Porosity|Pressure|RPM|Speed|Temp|Torque
  • 30. © 2019 InfluxData. All rights reserved.30 Configuring the GetOPCNodeList processor Next, configure the Properties by clicking on the PROPERTIES tab. Create a new controller service by clicking in the box to the right of the OPC UA Service property and clicking on Create a new service from the drop down as shown below. When you are done configuring the processor as per the table above, click on the little arrow to the right of the controller service (shown below). This will allow you to configure the controller service.
  • 31. © 2019 InfluxData. All rights reserved.31 After clicking Yes, you will be take to the Configure Controller Service modal box. Click on the PROPERTIES tab. and configure it as per the image below, replacing the Endpoint URL with your own opc.tcp//{ipaddress}:{port} endpoint. Configuring the controller service
  • 32. © 2019 InfluxData. All rights reserved.32 Add the GetOPCData processor Head back to the NiFi canvas now, and right-click on the GetOPCData processor and select Configure from the context menu to configure the processor.
  • 33. © 2019 InfluxData. All rights reserved.33 Configure the GetOPCData processor You can now finish the configuration of the processor properties. Please review the property description to custom configure based on your environment. NOTE: You will want to use the same controller service instance as created for the GetOPCNodeList processor.
  • 34. © 2019 InfluxData. All rights reserved.34 Connect the GetOPCData GetOPCNodeList processor We are now ready to get the Node List. You can view the list using the NiFi modal with the flow files currently in the queue. The output data from the GetOPCData processor will produces CSV style data (minus the header) in the format of tag name, time stamp, value and status. The file should show the root of the data as being collected as define by your Node Filter in the GetOPCNodeList processor.
  • 35. © 2019 InfluxData. All rights reserved.35 Create a relationship by dragging your mouse from the GetOPCNodeList processor to the GetOPCData processor and ticking the Success box. Now your flow should look like the one here: Connect GetOPCNodeList & GetOPCData
  • 36. © 2019 InfluxData. All rights reserved.36 Now it's time to connect the InfluxDB processor to ingest the OPC data records. To provide the best possible ingest performance, InfluxDB has created a new processor that is based on NiFi Record Design. Getting started: Download and install the InfluxDB Processors. Copy the appropriate nar file into the lib directory of your NiFi installation ($NiFi_HOME/lib) and restart NiFi. https://github.com/influxdata/nifi-influxdb-bundle InfluxDB record processor for Apache NiFi
  • 37. © 2019 InfluxData. All rights reserved.37 Head back to the NiFi canvas and add the PutInfluxDatabasesRecord processor. Connect it to the previous GetOPCData processor. Right click to configure the processor and select the PROPERTIES tab. You will want to define a new Record Reader, Controller Service, and Content Properties to write the content of the records into InfluxDB database. Add the PutInfluxDatabasesRecord processor
  • 38. © 2019 InfluxData. All rights reserved.38 From the service configuration window, define your InfluxDB database, URL and access credentials. This will create a shareable connection service for all NiFi processors. You can optionally add in a processor for logging and retries. Now your flow should look like the one here: Configure the PutInfluxDatabasesRecord processor
  • 39. © 2019 InfluxData. All rights reserved.39 Create a relationship by dragging your mouse from the GetOPCData processor to the PutInfluxDatabaseRecord processor and ticking the Success box. Finally, flow of processors and controllers enables a data stream solution that reliable and supports large data ingest volumes. Basic NiFi data collection processor flow