Dances with bits - industrial data analytics made easy!

pragmatic
industries
GmbH
Der mit den Bits tanzt
Industriedatenananlyse leicht gemacht
Wer sind wir?
PRAGMATIC
INDUSTRIES
GMBH
Dr. Julian Feinauer
@jfeinauer2
- Gegründet 2016
- Gründer und Geschäftsführer
- Sitz in Kirchheim unter Teck
- Standort in Magdeburg
- Maschinendatenanalyse
- Digitalisierung
- Industrie 4.0
- Aktuell 18 Mitarbeiter
- Gestartet in 2015
- Seit 2018 Open Source
- Seit 2019 Teilprojekt von
PLC4X
- Integration läuft gerade
ReCap: Building IoT 2019
The Industrial Internet of Things
The Industrial Internet of Things
PLCs
Sensors
Actors
The Industrial Internet of Things
PLCs
Sensors
Actors
Hundreds of internal variables
• 10-100 Sensors
• Scaling
• Data types
• 10-100 Actors
• Different technologies
• Metadata is important
The Industrial Internet of Things
PLCs
Sensors
Actors
• No discrete Events
• Timeseries!
• Events have to be extracted
based on
• ... absolute values (thresholds)
• ... (bit-)triggers / value changes
• ... derivatives
• ...
• è Stream Processing at
the Edge!
Stream Processing at the Edge
(Classic-)Definition
“A data stream can be seen as a
continuous and potentially infinite
stochastic process in which events occur
independently from another”
Streaming is easy!
(Classic-)Definition
So, whats the problem? Provide Value!
Digital Cockpit
è Mit dem Digital Cockpit von pragmatic industries lassen sich einfach
und schnell Daten aus Steuerungen auslesen, aufbereiten und
visualisieren. Die Kommunikation basiert komplett auf Apache PLC4X.
But where is the Data?
A simple Excercise
• Monitor Productivity, i.e., Parts produced
– Read out the counter every x seconds
– If value changed, store the new value in the DB
– Update UI
• Boundary Conditions
– Has to work
– Really has to Work
– Tough Conditions
• What could possibly go wrong?
– Is there a Counter?
– Custom Code for checking if value changed
– Unexpected shutdowns
– Connection losses
Is there a Counter? Lets assume yes!
Connection Building takes too much time!
Improved Version
Sadly, we have no counter...
• BUT... we have a bit indicating that a cycle is running
• So we can detect positive flanks of the bit!
We are not satisfied, still...
We still have issues here...
• What if disconnects occur?
• How do we handle parallel
access from other app
parts?
• Connection Pooling?
• Rate Limiting?
• Circuit Breaker?
Does that feel right to you?
Where is the framework for the heavy lifting?
CRUNCH to the rescue, together with PLC4X
„The aim of CRUNCH is to make it easy and declarative
to perform analytics on timeseries datasets with a focus to
data from machines and industrial applications.“
Currently: https://github.com/pragmaticminds/crunch
Soon: Part of PLC4X (plc4x.apache.org)
CRUNCH Overview
PLC4XAPI
S7
AB-ETH
Modbus/T
CP
...
S7
AB-ETH
Modbus
Siemens S7
Siemens HMI
Allen-Bradley
Modbus
Device
CRUNCH Events
What is an Evaluation Function in CRUNCH?
• A CRUNCH Context provides a Pipeline with shared input and output
• EvaluationFunction is a simple mapping of one input to zero or more
Events
• Late Binding of Types (“Shemaless“)
• Channel Arithmetics possible
• Many extensions of EvaluationFunction exist
– LambdaEvaluationFunction
– TriggeredEvaluationFunction
– WindowedEvaluationFunction
– MultiStepEvaluationFunction
Lambda Evaluation Function
Triggered Evaluation Function
Triggered Evaluation Function - Definition
We have (static) Bibliothek Methods for
common Strategies, Suppliers,
Handlers and Filters
Triggered Evaluation Function
More Complex Trigger
WindowedEvaluationFunctions
Provide a Window to work on
WindowedEvaluationFunctions - Example
MultiStepEvaluationFunction
Need some Brainfuck?
Process 1 Process 2 Process 3 Process 4
Event
MultiStepEvaluationFunction - Architecture
Process 1 Process 2 Process 3 Process 4
EvalFun 1 EvalFun 2 EvalFun 3 EvalFun 4
Event 2
Event 3
Event 4Event 1
ResultMultiStep-EF
MultiStepEvaluationFunction
MultiStepEvaluationFunction
Short summary
• CRUNCH solves all problems you have (and you didnt know that they exist!)
• Declarative approach makes „signal processing“ easier
• CRUNCH can also handle PLC4X connections for you with refined strategies
– Connection pooling
– Automatic reconecction
– Rate Limiting
– Circuit Breaking
• So you only need to focus on WHAT your machine does and WHAT
customer wants or needs
• I dont even need to sell it to you as ist already FREE
• We are happy for everybody joining our little community
pragmatic
industries
GmbH
Thank you for your attention
j.feinauer@pragmaticminds.de or dev@plc4x.apache.org
1 of 35

Recommended

Massive Streaming Analytics with Spark Streaming by
Massive Streaming Analytics with Spark StreamingMassive Streaming Analytics with Spark Streaming
Massive Streaming Analytics with Spark StreamingPaolo Platter
471 views16 slides
Using InfluxDB for Full Observability of a SaaS Platform by Aleksandr Tavgen,... by
Using InfluxDB for Full Observability of a SaaS Platform by Aleksandr Tavgen,...Using InfluxDB for Full Observability of a SaaS Platform by Aleksandr Tavgen,...
Using InfluxDB for Full Observability of a SaaS Platform by Aleksandr Tavgen,...InfluxData
358 views51 slides
ECTR IoT MisterX & IPS Live Demo by
ECTR IoT MisterX & IPS Live DemoECTR IoT MisterX & IPS Live Demo
ECTR IoT MisterX & IPS Live DemoSergey Seleznev
109 views15 slides
A Cloud Native Walkthrough: Infrastructure + Operations by
A Cloud Native Walkthrough: Infrastructure + OperationsA Cloud Native Walkthrough: Infrastructure + Operations
A Cloud Native Walkthrough: Infrastructure + OperationsFrancisco Arturo Viveros
131 views18 slides
Fall in Love with Graphs and Metrics using Grafana by
Fall in Love with Graphs and Metrics using GrafanaFall in Love with Graphs and Metrics using Grafana
Fall in Love with Graphs and Metrics using Grafanatorkelo
11.5K views46 slides
Bangalore Open Weather network - Open data meet 2016, Bangalore, India by
Bangalore Open Weather network - Open data meet 2016, Bangalore, IndiaBangalore Open Weather network - Open data meet 2016, Bangalore, India
Bangalore Open Weather network - Open data meet 2016, Bangalore, IndiaYuktix Technologies Pvt Ltd
392 views20 slides

More Related Content

What's hot

Weavework Flagger Demo- AWS Container Day 2019 Barcelona by
Weavework Flagger Demo- AWS Container Day 2019 BarcelonaWeavework Flagger Demo- AWS Container Day 2019 Barcelona
Weavework Flagger Demo- AWS Container Day 2019 BarcelonaAmazon Web Services
1.9K views13 slides
Using OPC-UA to Extract IIoT Time Series Data from PLC and SCADA Systems by
Using OPC-UA to Extract IIoT Time Series Data from PLC and SCADA SystemsUsing OPC-UA to Extract IIoT Time Series Data from PLC and SCADA Systems
Using OPC-UA to Extract IIoT Time Series Data from PLC and SCADA SystemsInfluxData
607 views58 slides
Android Clean Architecture with Kotlin and RxJava by
Android Clean Architecture with Kotlin and RxJavaAndroid Clean Architecture with Kotlin and RxJava
Android Clean Architecture with Kotlin and RxJavaAdrián Santalla Romero de Ávila
806 views29 slides
A Consul Service Mesh Integration Case Study with Presto by
A Consul Service Mesh Integration Case Study with PrestoA Consul Service Mesh Integration Case Study with Presto
A Consul Service Mesh Integration Case Study with PrestoFrancisco Arturo Viveros
2.2K views24 slides
DevOpsDays Amsterdam 2016 workshop by
DevOpsDays Amsterdam 2016 workshopDevOpsDays Amsterdam 2016 workshop
DevOpsDays Amsterdam 2016 workshopArnold Van Wijnbergen
308 views17 slides
Threat intelligence solution by
Threat intelligence solutionThreat intelligence solution
Threat intelligence solutionARUN REDDY M
99 views14 slides

What's hot(19)

Weavework Flagger Demo- AWS Container Day 2019 Barcelona by Amazon Web Services
Weavework Flagger Demo- AWS Container Day 2019 BarcelonaWeavework Flagger Demo- AWS Container Day 2019 Barcelona
Weavework Flagger Demo- AWS Container Day 2019 Barcelona
Amazon Web Services1.9K views
Using OPC-UA to Extract IIoT Time Series Data from PLC and SCADA Systems by InfluxData
Using OPC-UA to Extract IIoT Time Series Data from PLC and SCADA SystemsUsing OPC-UA to Extract IIoT Time Series Data from PLC and SCADA Systems
Using OPC-UA to Extract IIoT Time Series Data from PLC and SCADA Systems
InfluxData607 views
Threat intelligence solution by ARUN REDDY M
Threat intelligence solutionThreat intelligence solution
Threat intelligence solution
ARUN REDDY M99 views
Timothy Spann [StreamNative] | Using FLaNK with InfluxDB for EdgeAI IoT at Sc... by InfluxData
Timothy Spann [StreamNative] | Using FLaNK with InfluxDB for EdgeAI IoT at Sc...Timothy Spann [StreamNative] | Using FLaNK with InfluxDB for EdgeAI IoT at Sc...
Timothy Spann [StreamNative] | Using FLaNK with InfluxDB for EdgeAI IoT at Sc...
InfluxData250 views
Towards Scalable Validation of Low-Code System Models: Mapping EVL to VIATRA ... by IncQuery Labs
Towards Scalable Validation of Low-Code System Models: Mapping EVL to VIATRA ...Towards Scalable Validation of Low-Code System Models: Mapping EVL to VIATRA ...
Towards Scalable Validation of Low-Code System Models: Mapping EVL to VIATRA ...
IncQuery Labs193 views
HOP! Airlines Jets to Real Time by confluent
HOP! Airlines Jets to Real TimeHOP! Airlines Jets to Real Time
HOP! Airlines Jets to Real Time
confluent792 views
Effortless HVAC simulation using ApacheHVAC by IES VE
Effortless HVAC simulation using ApacheHVACEffortless HVAC simulation using ApacheHVAC
Effortless HVAC simulation using ApacheHVAC
IES VE711 views
Monitoring by strikr .
MonitoringMonitoring
Monitoring
strikr .119 views
Real-time DeepLearning on IoT Sensor Data by Romeo Kienzler
Real-time DeepLearning on IoT Sensor DataReal-time DeepLearning on IoT Sensor Data
Real-time DeepLearning on IoT Sensor Data
Romeo Kienzler757 views
Elastic APM: Amping up your logs and metrics for the full picture by Elasticsearch
Elastic APM: Amping up your logs and metrics for the full pictureElastic APM: Amping up your logs and metrics for the full picture
Elastic APM: Amping up your logs and metrics for the full picture
Elasticsearch816 views
Martin Moucka [Red Hat] | How Red Hat Uses gNMI, Telegraf and InfluxDB to Gai... by InfluxData
Martin Moucka [Red Hat] | How Red Hat Uses gNMI, Telegraf and InfluxDB to Gai...Martin Moucka [Red Hat] | How Red Hat Uses gNMI, Telegraf and InfluxDB to Gai...
Martin Moucka [Red Hat] | How Red Hat Uses gNMI, Telegraf and InfluxDB to Gai...
InfluxData198 views
Spark Summit EU: IBM Keynote by sparktc
Spark Summit EU: IBM KeynoteSpark Summit EU: IBM Keynote
Spark Summit EU: IBM Keynote
sparktc3.4K views
Intuit continuous performance testing for code camp temp by Ramakrishna Kollipara
Intuit continuous performance testing for code camp tempIntuit continuous performance testing for code camp temp
Intuit continuous performance testing for code camp temp
Gain Deep Visibility into APIs and Integrations with Anypoint Monitoring by InfluxData
Gain Deep Visibility into APIs and Integrations with Anypoint MonitoringGain Deep Visibility into APIs and Integrations with Anypoint Monitoring
Gain Deep Visibility into APIs and Integrations with Anypoint Monitoring
InfluxData683 views
Integrate 2017 unlock azure hybrid integration with biz talk - ws by Wagner Silveira
Integrate 2017   unlock azure hybrid integration with biz talk - wsIntegrate 2017   unlock azure hybrid integration with biz talk - ws
Integrate 2017 unlock azure hybrid integration with biz talk - ws
Wagner Silveira460 views

Similar to Dances with bits - industrial data analytics made easy!

SCM Transformation Challenges and How to Overcome Them by
SCM Transformation Challenges and How to Overcome ThemSCM Transformation Challenges and How to Overcome Them
SCM Transformation Challenges and How to Overcome ThemCompuware
173 views20 slides
The Diabolical Developers Guide to Performance Tuning by
The Diabolical Developers Guide to Performance TuningThe Diabolical Developers Guide to Performance Tuning
The Diabolical Developers Guide to Performance TuningjClarity
359 views66 slides
The differing ways to monitor and instrument by
The differing ways to monitor and instrumentThe differing ways to monitor and instrument
The differing ways to monitor and instrumentJonah Kowall
992 views35 slides
[WSO2Con EU 2017] Deriving Insights for Your Digital Business with Analytics by
[WSO2Con EU 2017] Deriving Insights for Your Digital Business with Analytics[WSO2Con EU 2017] Deriving Insights for Your Digital Business with Analytics
[WSO2Con EU 2017] Deriving Insights for Your Digital Business with AnalyticsWSO2
462 views31 slides
OSMC 2023 | Journey to observability: tracking every function execution in pr... by
OSMC 2023 | Journey to observability: tracking every function execution in pr...OSMC 2023 | Journey to observability: tracking every function execution in pr...
OSMC 2023 | Journey to observability: tracking every function execution in pr...NETWAYS
14 views16 slides
Building a Utilities Portal with Magnolia 5 & SAP by
Building a Utilities Portal with Magnolia 5 & SAPBuilding a Utilities Portal with Magnolia 5 & SAP
Building a Utilities Portal with Magnolia 5 & SAPMagnolia
640 views43 slides

Similar to Dances with bits - industrial data analytics made easy!(20)

SCM Transformation Challenges and How to Overcome Them by Compuware
SCM Transformation Challenges and How to Overcome ThemSCM Transformation Challenges and How to Overcome Them
SCM Transformation Challenges and How to Overcome Them
Compuware173 views
The Diabolical Developers Guide to Performance Tuning by jClarity
The Diabolical Developers Guide to Performance TuningThe Diabolical Developers Guide to Performance Tuning
The Diabolical Developers Guide to Performance Tuning
jClarity359 views
The differing ways to monitor and instrument by Jonah Kowall
The differing ways to monitor and instrumentThe differing ways to monitor and instrument
The differing ways to monitor and instrument
Jonah Kowall992 views
[WSO2Con EU 2017] Deriving Insights for Your Digital Business with Analytics by WSO2
[WSO2Con EU 2017] Deriving Insights for Your Digital Business with Analytics[WSO2Con EU 2017] Deriving Insights for Your Digital Business with Analytics
[WSO2Con EU 2017] Deriving Insights for Your Digital Business with Analytics
WSO2462 views
OSMC 2023 | Journey to observability: tracking every function execution in pr... by NETWAYS
OSMC 2023 | Journey to observability: tracking every function execution in pr...OSMC 2023 | Journey to observability: tracking every function execution in pr...
OSMC 2023 | Journey to observability: tracking every function execution in pr...
NETWAYS14 views
Building a Utilities Portal with Magnolia 5 & SAP by Magnolia
Building a Utilities Portal with Magnolia 5 & SAPBuilding a Utilities Portal with Magnolia 5 & SAP
Building a Utilities Portal with Magnolia 5 & SAP
Magnolia640 views
Monitoring Large-Scale Apache Spark Clusters at Databricks by Anyscale
Monitoring Large-Scale Apache Spark Clusters at DatabricksMonitoring Large-Scale Apache Spark Clusters at Databricks
Monitoring Large-Scale Apache Spark Clusters at Databricks
Anyscale2.6K views
How to Migrate Applications Off a Mainframe by VMware Tanzu
How to Migrate Applications Off a MainframeHow to Migrate Applications Off a Mainframe
How to Migrate Applications Off a Mainframe
VMware Tanzu6.2K views
Jeremy Edberg (MinOps ) - How to build a solid infrastructure for a startup t... by Startupfest
Jeremy Edberg (MinOps ) - How to build a solid infrastructure for a startup t...Jeremy Edberg (MinOps ) - How to build a solid infrastructure for a startup t...
Jeremy Edberg (MinOps ) - How to build a solid infrastructure for a startup t...
Startupfest258 views
Single Source of Truth for Network Automation by Andy Davidson
Single Source of Truth for Network AutomationSingle Source of Truth for Network Automation
Single Source of Truth for Network Automation
Andy Davidson113 views
Network Automation Journey, A systems engineer NetOps perspective by Walid Shaari
Network Automation Journey, A systems engineer NetOps perspectiveNetwork Automation Journey, A systems engineer NetOps perspective
Network Automation Journey, A systems engineer NetOps perspective
Walid Shaari1.5K views
Monitoring Containerized Micro-Services In Azure by Alex Bulankou
Monitoring Containerized Micro-Services In AzureMonitoring Containerized Micro-Services In Azure
Monitoring Containerized Micro-Services In Azure
Alex Bulankou431 views
Von der Zustandsüberwachung zur vorausschauenden Wartung by Peter Schleinitz
Von der Zustandsüberwachung zur vorausschauenden WartungVon der Zustandsüberwachung zur vorausschauenden Wartung
Von der Zustandsüberwachung zur vorausschauenden Wartung
Peter Schleinitz95 views
Devoxx university - Kafka de haut en bas by Florent Ramiere
Devoxx university - Kafka de haut en basDevoxx university - Kafka de haut en bas
Devoxx university - Kafka de haut en bas
Florent Ramiere1.9K views
PAD-3126 - Evolving the DevOps Organization around IBM PureApplication System... by Hendrik van Run
PAD-3126 - Evolving the DevOps Organization around IBM PureApplication System...PAD-3126 - Evolving the DevOps Organization around IBM PureApplication System...
PAD-3126 - Evolving the DevOps Organization around IBM PureApplication System...
Hendrik van Run42 views
Operationalizing analytics to scale by Looker
Operationalizing analytics to scaleOperationalizing analytics to scale
Operationalizing analytics to scale
Looker1.4K views
Fast Data at ING – the why, what and how of the streaming analytics platform ... by Bas Geerdink
Fast Data at ING – the why, what and how of the streaming analytics platform ...Fast Data at ING – the why, what and how of the streaming analytics platform ...
Fast Data at ING – the why, what and how of the streaming analytics platform ...
Bas Geerdink1.3K views
Consolidating MLOps at One of Europe’s Biggest Airports by Databricks
Consolidating MLOps at One of Europe’s Biggest AirportsConsolidating MLOps at One of Europe’s Biggest Airports
Consolidating MLOps at One of Europe’s Biggest Airports
Databricks328 views
Develop in ludicrous mode with azure serverless by Lalit Kale
Develop in ludicrous mode with azure serverlessDevelop in ludicrous mode with azure serverless
Develop in ludicrous mode with azure serverless
Lalit Kale266 views

Recently uploaded

Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha... by
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...ShapeBlue
180 views18 slides
Why and How CloudStack at weSystems - Stephan Bienek - weSystems by
Why and How CloudStack at weSystems - Stephan Bienek - weSystemsWhy and How CloudStack at weSystems - Stephan Bienek - weSystems
Why and How CloudStack at weSystems - Stephan Bienek - weSystemsShapeBlue
238 views13 slides
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue by
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlueShapeBlue
147 views23 slides
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ... by
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...ShapeBlue
166 views28 slides
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N... by
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...James Anderson
160 views32 slides
NTGapps NTG LowCode Platform by
NTGapps NTG LowCode Platform NTGapps NTG LowCode Platform
NTGapps NTG LowCode Platform Mustafa Kuğu
423 views30 slides

Recently uploaded(20)

Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha... by ShapeBlue
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
ShapeBlue180 views
Why and How CloudStack at weSystems - Stephan Bienek - weSystems by ShapeBlue
Why and How CloudStack at weSystems - Stephan Bienek - weSystemsWhy and How CloudStack at weSystems - Stephan Bienek - weSystems
Why and How CloudStack at weSystems - Stephan Bienek - weSystems
ShapeBlue238 views
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue by ShapeBlue
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue
ShapeBlue147 views
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ... by ShapeBlue
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
ShapeBlue166 views
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N... by James Anderson
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
James Anderson160 views
NTGapps NTG LowCode Platform by Mustafa Kuğu
NTGapps NTG LowCode Platform NTGapps NTG LowCode Platform
NTGapps NTG LowCode Platform
Mustafa Kuğu423 views
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T by ShapeBlue
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&TCloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T
ShapeBlue152 views
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or... by ShapeBlue
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
ShapeBlue198 views
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava... by ShapeBlue
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
ShapeBlue145 views
The Role of Patterns in the Era of Large Language Models by Yunyao Li
The Role of Patterns in the Era of Large Language ModelsThe Role of Patterns in the Era of Large Language Models
The Role of Patterns in the Era of Large Language Models
Yunyao Li85 views
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue by ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlueCloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
ShapeBlue135 views
DRBD Deep Dive - Philipp Reisner - LINBIT by ShapeBlue
DRBD Deep Dive - Philipp Reisner - LINBITDRBD Deep Dive - Philipp Reisner - LINBIT
DRBD Deep Dive - Philipp Reisner - LINBIT
ShapeBlue180 views
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue by ShapeBlue
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlueWhat’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
ShapeBlue263 views
Business Analyst Series 2023 - Week 4 Session 8 by DianaGray10
Business Analyst Series 2023 -  Week 4 Session 8Business Analyst Series 2023 -  Week 4 Session 8
Business Analyst Series 2023 - Week 4 Session 8
DianaGray10123 views
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti... by ShapeBlue
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...
ShapeBlue139 views
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ... by ShapeBlue
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
ShapeBlue184 views
Future of AR - Facebook Presentation by Rob McCarty
Future of AR - Facebook PresentationFuture of AR - Facebook Presentation
Future of AR - Facebook Presentation
Rob McCarty64 views
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue by ShapeBlue
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlueMigrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue
ShapeBlue218 views
Webinar : Desperately Seeking Transformation - Part 2: Insights from leading... by The Digital Insurer
Webinar : Desperately Seeking Transformation - Part 2:  Insights from leading...Webinar : Desperately Seeking Transformation - Part 2:  Insights from leading...
Webinar : Desperately Seeking Transformation - Part 2: Insights from leading...
Business Analyst Series 2023 - Week 4 Session 7 by DianaGray10
Business Analyst Series 2023 -  Week 4 Session 7Business Analyst Series 2023 -  Week 4 Session 7
Business Analyst Series 2023 - Week 4 Session 7
DianaGray10139 views

Dances with bits - industrial data analytics made easy!