Running Kafka and Spark on Raspberry PI with Azure and some .net magic

Marco Parenzan
Marco ParenzanSenior Solutions Architect @ beanTech, Microsoft MVP
1
TOPIC
Running Kafka and Spark on Raspberry PI
with Azure and some .NET magic
Marco Parenzan
2
Thanks to our partners
Senior Solution Architect in beanTech
Microsoft Azure MVP
Community Lead 1nn0va // Pordenone
1nn0va After Hour (ogni martedì sera alle 21)
https://www.youtube.com/c/Community1nn0va
Linkedin: https://www.linkedin.com/in/marcoparenzan/
Marco Parenzan
Marco Parenzan
marco_parenzan
marcoparenzan
marcoparenzan
Marco Parenzan
@cloudgen_verona
#CloudGen2021
6
.NET for data(science)
• .NET Spark
• .NET Interactive (notebooks)
• Azure Synapse Analytics
• ML.NET…
All good for IoT scenarios!
7
.NET for ARM/edge
.NET (Core)
Jeff Geerling (You Tube)
8
More ARM
““Questo matrimonio
non s’ha da fare…”
“ Sì….può….fareeeee!
11
Edge Scenario
IoT Edge…quale è lo scenario equivalente OpenSource?
Non voglio usare i container…voglio sfruttare una rete di rpi
12
Apache Kafka and Apache Spark
13
VNET
The complete vision
Edge00
PI3B+
Device(GPIO)
Edge01
PI400/4
Kafka
Edge02
PI4/4
Spark
Edge99
IoTHub
Nano00
ESP32WROOM
Device//GPIO
TP-LINK
MR6400 4G
Edge03
PI3B+
(MQTT Broker)
VPN
Private Network?
Azure
Edge
192.168.2.100
192.168.2.101 192.168.2.102 192.168.2.103
14
15
16
17
Enabled SSH and VNC
DHCP with MAC
reservation
Issues:
- networking: PI does not
broadcast its name out
of the box(?!?!?!)
- Samba/NFS/…
- Reaching (issues with
Windows 10)
18
Install .NET 6.0 on Raspberry PI
Download
https://dotnet.microsoft.com/download/dotnet/thank-
you/sdk-6.0.100-rc.1-linux-arm32-binaries
sudo mkdir -p $HOME/.dotnet
sudo tar zxf dotnet-sdk-3.1.100-linux-arm.tar.gz -C
$HOME/.dotnet
echo 'export DOTNET_ROOT=$HOME/.dotnet' >> ~/.bashrc
echo 'export PATH=$PATH:$HOME/.dotnet' >> ~/.bashrc
source ~/.bashrc
• On edge00 and edge03
(edge02 has 3.1 for .net
spark)
https://docs.microsoft.com/en-us/dotnet/iot/deployment
19
Visual Studio Code
It works!
• And install VSCode
(https://code.visualstudio.com/docs/setup/raspberry-pi)
• sudo apt update
• sudo apt install code
• But...
20
Minimal Visual Studio 2019 for NanoFramework in the 2022 era
21
No Containers?
• Not using containers
• More simple manipulation of config files
• Images not ready for ARM
22
The scenario
WordCount as a Sample (WCaaS )
Wordsignal, command, event (vote?)
19 can become «event1»..»event9»
In device terms: a button on digital input for each «word»
23
Edge00: PI3B+ device gw
Produce events
Send to Kafka
Issues:
• Kafka written in Java
• But std .NET package uses native libkafka (C++) from
Confluent that is available only for x86
• Require rebuilding (not found a ready rebuild)
• Used a native implementation (not maintained)
• Not tested on ARM
• Not clean working
• MQTT listener on kafka does not exist (only plugins
controlled by kafka)
24
Edge01: PI400 Kafka
Collect events events with Kafka
Install OpenJDK11
Issues
• Consumes lot of memory (required PI4)
• Issues with configuration (listeners, also on WSL)
• Complicated configuration (SASL-SCRAM, certificate
store)Industrial scenario (tampering)
25
Edge02: PI4 Spark
Works on PI3 (even if too slow!)
Aggregating events
Install OpenJDK8 for 2.4.8 (not 11)
Issues
• Issues(?) with 3.x (not really tested)
• Alignment between .net spark with spark
• Problems with watermarking that is fundamental on
streaming
26
Edge03:
• Handle processed data and route to the cloud
• Planned installing an MQTT broker (Mosquitto?)
• Installed .NET 6
• Monitor files on a shared folder on edge02
• sudo mkdir /mnt/data
• sudo apt-get install sshfs
• sudo sshfs -o allow_other,default_permissions
pi@edge02.local:/home/pi/data /mnt/data
• Issues
• <empty>?
• Broker not tested
Running Kafka and Spark on Raspberry PI with Azure and some .net magic
28
29
Minus/Issues
• PI3 is slowOnly PI4+
• PI4 is slow for desktop
• Kafka is difficult to configure
• Spark has a complicated processing/execution model
• In general documentation is sparse and not homogeneus
(PI/Kafka/Spark)
30
Plus
• .NET 6 works fine
• Also Java works fine Kafka and Spark
• PI4 is powerful
• It can be a potential platform for Kafka and Spark on edge
31
Some links
https://github.com/dotnet/spark
https://docs.microsoft.com/en-
us/dotnet/spark/tutorials/get-started?tabs=linux
https://code.visualstudio.com/docs/setup/raspberry-pi
https://dotnet.microsoft.com/download/dotnet/thank-
you/sdk-3.1.413-linux-arm32-binaries
https://github.com/dotnet/spark/releases
https://docs.microsoft.com/en-us/dotnet/iot/deployment
https://mvnrepository.com/artifact/org.apache.spark/spark-
streaming_2.12/3.0.1
Thank you
Any questions?
marcoparenzan marco_parenzan marcoparenzan
https://github.com/marcoparenzan/kafka-spark-on-pi-with-dotnet
1 de 32

Recomendados

20140708 - Jeremy Edberg: How Netflix Delivers Software por
20140708 - Jeremy Edberg: How Netflix Delivers Software20140708 - Jeremy Edberg: How Netflix Delivers Software
20140708 - Jeremy Edberg: How Netflix Delivers SoftwareDevOps Chicago
17.6K vistas110 diapositivas
Provisioning Servers Made Easy por
Provisioning Servers Made EasyProvisioning Servers Made Easy
Provisioning Servers Made EasyAll Things Open
493 vistas61 diapositivas
Netflix oss season 2 episode 1 - meetup Lightning talks por
Netflix oss   season 2 episode 1 - meetup Lightning talksNetflix oss   season 2 episode 1 - meetup Lightning talks
Netflix oss season 2 episode 1 - meetup Lightning talksRuslan Meshenberg
107.5K vistas108 diapositivas
Mistral and StackStorm por
Mistral and StackStormMistral and StackStorm
Mistral and StackStormDmitri Zimine
1.6K vistas24 diapositivas
Hot to build continuously processing for 24/7 real-time data streaming platform? por
Hot to build continuously processing for 24/7 real-time data streaming platform?Hot to build continuously processing for 24/7 real-time data streaming platform?
Hot to build continuously processing for 24/7 real-time data streaming platform?GetInData
262 vistas32 diapositivas
StackStorm Product Highlights - DevOps Enterprise 2014 After-Party Ignite Talk por
StackStorm Product Highlights - DevOps Enterprise 2014 After-Party Ignite TalkStackStorm Product Highlights - DevOps Enterprise 2014 After-Party Ignite Talk
StackStorm Product Highlights - DevOps Enterprise 2014 After-Party Ignite TalkStackStorm
2.2K vistas10 diapositivas

Más contenido relacionado

La actualidad más candente

A practical introduction to observability por
A practical introduction to observabilityA practical introduction to observability
A practical introduction to observabilityNikolay Stoitsev
150 vistas64 diapositivas
Serverless security - how to protect what you don't see? por
Serverless security - how to protect what you don't see?Serverless security - how to protect what you don't see?
Serverless security - how to protect what you don't see?Sqreen
248 vistas22 diapositivas
Terrascan - Cloud Native Security Tool por
Terrascan - Cloud Native Security Tool Terrascan - Cloud Native Security Tool
Terrascan - Cloud Native Security Tool sangam biradar
403 vistas22 diapositivas
From 70 Networking Tasks to a Single Click by WWT: Building an F5 Solution wi... por
From 70 Networking Tasks to a Single Click by WWT: Building an F5 Solution wi...From 70 Networking Tasks to a Single Click by WWT: Building an F5 Solution wi...
From 70 Networking Tasks to a Single Click by WWT: Building an F5 Solution wi...Joel W. King
776 vistas20 diapositivas
Introduction to Spring Cloud OSS - Denver Cloud Foundry Meetup por
Introduction to Spring Cloud OSS - Denver Cloud Foundry MeetupIntroduction to Spring Cloud OSS - Denver Cloud Foundry Meetup
Introduction to Spring Cloud OSS - Denver Cloud Foundry MeetupJosh Ghiloni
363 vistas16 diapositivas
Kube Apps in action por
Kube Apps in actionKube Apps in action
Kube Apps in actionKarthik Gaekwad
274 vistas22 diapositivas

La actualidad más candente(20)

A practical introduction to observability por Nikolay Stoitsev
A practical introduction to observabilityA practical introduction to observability
A practical introduction to observability
Nikolay Stoitsev150 vistas
Serverless security - how to protect what you don't see? por Sqreen
Serverless security - how to protect what you don't see?Serverless security - how to protect what you don't see?
Serverless security - how to protect what you don't see?
Sqreen248 vistas
Terrascan - Cloud Native Security Tool por sangam biradar
Terrascan - Cloud Native Security Tool Terrascan - Cloud Native Security Tool
Terrascan - Cloud Native Security Tool
sangam biradar403 vistas
From 70 Networking Tasks to a Single Click by WWT: Building an F5 Solution wi... por Joel W. King
From 70 Networking Tasks to a Single Click by WWT: Building an F5 Solution wi...From 70 Networking Tasks to a Single Click by WWT: Building an F5 Solution wi...
From 70 Networking Tasks to a Single Click by WWT: Building an F5 Solution wi...
Joel W. King776 vistas
Introduction to Spring Cloud OSS - Denver Cloud Foundry Meetup por Josh Ghiloni
Introduction to Spring Cloud OSS - Denver Cloud Foundry MeetupIntroduction to Spring Cloud OSS - Denver Cloud Foundry Meetup
Introduction to Spring Cloud OSS - Denver Cloud Foundry Meetup
Josh Ghiloni363 vistas
What is Google Cloud Good For at DevFestInspire 2021 por Robert John
What is Google Cloud Good For at DevFestInspire 2021What is Google Cloud Good For at DevFestInspire 2021
What is Google Cloud Good For at DevFestInspire 2021
Robert John203 vistas
Introduction to Orchestration and DevOps with OpenStack por Abderrahmane TEKFI
Introduction to Orchestration and DevOps with OpenStackIntroduction to Orchestration and DevOps with OpenStack
Introduction to Orchestration and DevOps with OpenStack
Abderrahmane TEKFI503 vistas
Cassandra Day Denver 2014: Setting up a DataStax Enterprise Instance on Micro... por DataStax Academy
Cassandra Day Denver 2014: Setting up a DataStax Enterprise Instance on Micro...Cassandra Day Denver 2014: Setting up a DataStax Enterprise Instance on Micro...
Cassandra Day Denver 2014: Setting up a DataStax Enterprise Instance on Micro...
DataStax Academy3.1K vistas
Timed Text At Netflix por Rohit Puri
Timed Text At NetflixTimed Text At Netflix
Timed Text At Netflix
Rohit Puri2.5K vistas
"The F# Path to Relaxation", Don Syme por Fwdays
"The F# Path to Relaxation", Don Syme"The F# Path to Relaxation", Don Syme
"The F# Path to Relaxation", Don Syme
Fwdays148 vistas
IoT gateway dream team - Eclipse Kura and Apache Camel por Henryk Konsek
IoT gateway dream team - Eclipse Kura and Apache CamelIoT gateway dream team - Eclipse Kura and Apache Camel
IoT gateway dream team - Eclipse Kura and Apache Camel
Henryk Konsek6.3K vistas
Triangle Devops Meetup 10/2015 por aspyker
Triangle Devops Meetup 10/2015Triangle Devops Meetup 10/2015
Triangle Devops Meetup 10/2015
aspyker1.1K vistas
Spark Summit Europe: Building a REST Job Server for interactive Spark as a se... por gethue
Spark Summit Europe: Building a REST Job Server for interactive Spark as a se...Spark Summit Europe: Building a REST Job Server for interactive Spark as a se...
Spark Summit Europe: Building a REST Job Server for interactive Spark as a se...
gethue6.2K vistas
Policy as code what helm developers need to know about security por LibbySchulze
Policy as code  what helm developers need to know about securityPolicy as code  what helm developers need to know about security
Policy as code what helm developers need to know about security
LibbySchulze143 vistas

Similar a Running Kafka and Spark on Raspberry PI with Azure and some .net magic

Building IoT infrastructure on edge with .net, Raspberry PI and ESP32 to conn... por
Building IoT infrastructure on edge with .net, Raspberry PI and ESP32 to conn...Building IoT infrastructure on edge with .net, Raspberry PI and ESP32 to conn...
Building IoT infrastructure on edge with .net, Raspberry PI and ESP32 to conn...Marco Parenzan
361 vistas44 diapositivas
OpenStack Scale-out Networking Architecture por
OpenStack Scale-out Networking ArchitectureOpenStack Scale-out Networking Architecture
OpenStack Scale-out Networking ArchitectureRandy Bias
9.7K vistas30 diapositivas
"The Caffe2 Framework for Mobile and Embedded Deep Learning," a Presentation ... por
"The Caffe2 Framework for Mobile and Embedded Deep Learning," a Presentation ..."The Caffe2 Framework for Mobile and Embedded Deep Learning," a Presentation ...
"The Caffe2 Framework for Mobile and Embedded Deep Learning," a Presentation ...Edge AI and Vision Alliance
930 vistas29 diapositivas
Tuning and Monitoring Deep Learning on Apache Spark por
Tuning and Monitoring Deep Learning on Apache SparkTuning and Monitoring Deep Learning on Apache Spark
Tuning and Monitoring Deep Learning on Apache SparkDatabricks
3.3K vistas25 diapositivas
Sivp presentation por
Sivp presentationSivp presentation
Sivp presentationFrans Caisar Ramadhan
2.5K vistas22 diapositivas
Scaling Apache Spark on Kubernetes at Lyft por
Scaling Apache Spark on Kubernetes at LyftScaling Apache Spark on Kubernetes at Lyft
Scaling Apache Spark on Kubernetes at LyftDatabricks
2.2K vistas43 diapositivas

Similar a Running Kafka and Spark on Raspberry PI with Azure and some .net magic(20)

Building IoT infrastructure on edge with .net, Raspberry PI and ESP32 to conn... por Marco Parenzan
Building IoT infrastructure on edge with .net, Raspberry PI and ESP32 to conn...Building IoT infrastructure on edge with .net, Raspberry PI and ESP32 to conn...
Building IoT infrastructure on edge with .net, Raspberry PI and ESP32 to conn...
Marco Parenzan361 vistas
OpenStack Scale-out Networking Architecture por Randy Bias
OpenStack Scale-out Networking ArchitectureOpenStack Scale-out Networking Architecture
OpenStack Scale-out Networking Architecture
Randy Bias9.7K vistas
"The Caffe2 Framework for Mobile and Embedded Deep Learning," a Presentation ... por Edge AI and Vision Alliance
"The Caffe2 Framework for Mobile and Embedded Deep Learning," a Presentation ..."The Caffe2 Framework for Mobile and Embedded Deep Learning," a Presentation ...
"The Caffe2 Framework for Mobile and Embedded Deep Learning," a Presentation ...
Tuning and Monitoring Deep Learning on Apache Spark por Databricks
Tuning and Monitoring Deep Learning on Apache SparkTuning and Monitoring Deep Learning on Apache Spark
Tuning and Monitoring Deep Learning on Apache Spark
Databricks3.3K vistas
Scaling Apache Spark on Kubernetes at Lyft por Databricks
Scaling Apache Spark on Kubernetes at LyftScaling Apache Spark on Kubernetes at Lyft
Scaling Apache Spark on Kubernetes at Lyft
Databricks2.2K vistas
Under The Hood Of A Shard-Per-Core Database Architecture por ScyllaDB
Under The Hood Of A Shard-Per-Core Database ArchitectureUnder The Hood Of A Shard-Per-Core Database Architecture
Under The Hood Of A Shard-Per-Core Database Architecture
ScyllaDB749 vistas
Spark 101 - First steps to distributed computing por Demi Ben-Ari
Spark 101 - First steps to distributed computingSpark 101 - First steps to distributed computing
Spark 101 - First steps to distributed computing
Demi Ben-Ari843 vistas
[262] netflix 빅데이터 플랫폼 por NAVER D2
[262] netflix 빅데이터 플랫폼[262] netflix 빅데이터 플랫폼
[262] netflix 빅데이터 플랫폼
NAVER D210.5K vistas
PLNOG16: Obsługa 100M pps na platformie PC , Przemysław Frasunek, Paweł Mała... por PROIDEA
PLNOG16: Obsługa 100M pps na platformie PC, Przemysław Frasunek, Paweł Mała...PLNOG16: Obsługa 100M pps na platformie PC, Przemysław Frasunek, Paweł Mała...
PLNOG16: Obsługa 100M pps na platformie PC , Przemysław Frasunek, Paweł Mała...
PROIDEA288 vistas
.NET Core Summer event 2019 in Brno, CZ - .NET Core Networking stack and perf... por Karel Zikmund
.NET Core Summer event 2019 in Brno, CZ - .NET Core Networking stack and perf....NET Core Summer event 2019 in Brno, CZ - .NET Core Networking stack and perf...
.NET Core Summer event 2019 in Brno, CZ - .NET Core Networking stack and perf...
Karel Zikmund227 vistas
.NET Interactive for your code and Azure por Marco Parenzan
.NET Interactive for your code and Azure.NET Interactive for your code and Azure
.NET Interactive for your code and Azure
Marco Parenzan82 vistas
.NET per la Data Science e oltre por Marco Parenzan
.NET per la Data Science e oltre.NET per la Data Science e oltre
.NET per la Data Science e oltre
Marco Parenzan180 vistas
Apache Spark™ + IBM Watson + Twitter DataPalooza SF 2015 por Mike Broberg
Apache Spark™ + IBM Watson + Twitter DataPalooza SF 2015Apache Spark™ + IBM Watson + Twitter DataPalooza SF 2015
Apache Spark™ + IBM Watson + Twitter DataPalooza SF 2015
Mike Broberg1.2K vistas
Why Kubernetes as a container orchestrator is a right choice for running spar... por DataWorks Summit
Why Kubernetes as a container orchestrator is a right choice for running spar...Why Kubernetes as a container orchestrator is a right choice for running spar...
Why Kubernetes as a container orchestrator is a right choice for running spar...
DataWorks Summit1.4K vistas
SDVIs and In-Situ Visualization on TACC's Stampede por Intel® Software
SDVIs and In-Situ Visualization on TACC's StampedeSDVIs and In-Situ Visualization on TACC's Stampede
SDVIs and In-Situ Visualization on TACC's Stampede
Intel® Software1K vistas
You Call that Micro, Mr. Docker? How OSv and Unikernels Help Micro-services S... por rhatr
You Call that Micro, Mr. Docker? How OSv and Unikernels Help Micro-services S...You Call that Micro, Mr. Docker? How OSv and Unikernels Help Micro-services S...
You Call that Micro, Mr. Docker? How OSv and Unikernels Help Micro-services S...
rhatr2.4K vistas
MMLSpark: Lessons from Building a SparkML-Compatible Machine Learning Library... por Spark Summit
MMLSpark: Lessons from Building a SparkML-Compatible Machine Learning Library...MMLSpark: Lessons from Building a SparkML-Compatible Machine Learning Library...
MMLSpark: Lessons from Building a SparkML-Compatible Machine Learning Library...
Spark Summit2.8K vistas
DotNext 2017 in Moscow - .NET Core Networking stack and Performance -- Karel ... por Karel Zikmund
DotNext 2017 in Moscow - .NET Core Networking stack and Performance -- Karel ...DotNext 2017 in Moscow - .NET Core Networking stack and Performance -- Karel ...
DotNext 2017 in Moscow - .NET Core Networking stack and Performance -- Karel ...
Karel Zikmund373 vistas
Seattle Spark Meetup Mobius CSharp API por shareddatamsft
Seattle Spark Meetup Mobius CSharp APISeattle Spark Meetup Mobius CSharp API
Seattle Spark Meetup Mobius CSharp API
shareddatamsft866 vistas

Más de Marco Parenzan

Azure IoT Central per lo SCADA engineer por
Azure IoT Central per lo SCADA engineerAzure IoT Central per lo SCADA engineer
Azure IoT Central per lo SCADA engineerMarco Parenzan
7 vistas60 diapositivas
Azure Hybrid @ Home por
Azure Hybrid @ HomeAzure Hybrid @ Home
Azure Hybrid @ HomeMarco Parenzan
10 vistas50 diapositivas
Static abstract members nelle interfacce di C# 11 e dintorni di .NET 7.pptx por
Static abstract members nelle interfacce di C# 11 e dintorni di .NET 7.pptxStatic abstract members nelle interfacce di C# 11 e dintorni di .NET 7.pptx
Static abstract members nelle interfacce di C# 11 e dintorni di .NET 7.pptxMarco Parenzan
10 vistas34 diapositivas
Azure Synapse Analytics for your IoT Solutions por
Azure Synapse Analytics for your IoT SolutionsAzure Synapse Analytics for your IoT Solutions
Azure Synapse Analytics for your IoT SolutionsMarco Parenzan
33 vistas21 diapositivas
Power BI Streaming Data Flow e Azure IoT Central por
Power BI Streaming Data Flow e Azure IoT Central Power BI Streaming Data Flow e Azure IoT Central
Power BI Streaming Data Flow e Azure IoT Central Marco Parenzan
29 vistas61 diapositivas
Power BI Streaming Data Flow e Azure IoT Central por
Power BI Streaming Data Flow e Azure IoT CentralPower BI Streaming Data Flow e Azure IoT Central
Power BI Streaming Data Flow e Azure IoT CentralMarco Parenzan
8 vistas62 diapositivas

Más de Marco Parenzan(20)

Azure IoT Central per lo SCADA engineer por Marco Parenzan
Azure IoT Central per lo SCADA engineerAzure IoT Central per lo SCADA engineer
Azure IoT Central per lo SCADA engineer
Marco Parenzan7 vistas
Static abstract members nelle interfacce di C# 11 e dintorni di .NET 7.pptx por Marco Parenzan
Static abstract members nelle interfacce di C# 11 e dintorni di .NET 7.pptxStatic abstract members nelle interfacce di C# 11 e dintorni di .NET 7.pptx
Static abstract members nelle interfacce di C# 11 e dintorni di .NET 7.pptx
Marco Parenzan10 vistas
Azure Synapse Analytics for your IoT Solutions por Marco Parenzan
Azure Synapse Analytics for your IoT SolutionsAzure Synapse Analytics for your IoT Solutions
Azure Synapse Analytics for your IoT Solutions
Marco Parenzan33 vistas
Power BI Streaming Data Flow e Azure IoT Central por Marco Parenzan
Power BI Streaming Data Flow e Azure IoT Central Power BI Streaming Data Flow e Azure IoT Central
Power BI Streaming Data Flow e Azure IoT Central
Marco Parenzan29 vistas
Power BI Streaming Data Flow e Azure IoT Central por Marco Parenzan
Power BI Streaming Data Flow e Azure IoT CentralPower BI Streaming Data Flow e Azure IoT Central
Power BI Streaming Data Flow e Azure IoT Central
Marco Parenzan8 vistas
Power BI Streaming Data Flow e Azure IoT Central por Marco Parenzan
Power BI Streaming Data Flow e Azure IoT CentralPower BI Streaming Data Flow e Azure IoT Central
Power BI Streaming Data Flow e Azure IoT Central
Marco Parenzan105 vistas
Developing Actors in Azure with .net por Marco Parenzan
Developing Actors in Azure with .netDeveloping Actors in Azure with .net
Developing Actors in Azure with .net
Marco Parenzan80 vistas
Math with .NET for you and Azure por Marco Parenzan
Math with .NET for you and AzureMath with .NET for you and Azure
Math with .NET for you and Azure
Marco Parenzan59 vistas
Power BI data flow and Azure IoT Central por Marco Parenzan
Power BI data flow and Azure IoT CentralPower BI data flow and Azure IoT Central
Power BI data flow and Azure IoT Central
Marco Parenzan106 vistas
.net for fun: write a Christmas videogame por Marco Parenzan
.net for fun: write a Christmas videogame.net for fun: write a Christmas videogame
.net for fun: write a Christmas videogame
Marco Parenzan108 vistas
Anomaly Detection with Azure and .NET por Marco Parenzan
Anomaly Detection with Azure and .NETAnomaly Detection with Azure and .NET
Anomaly Detection with Azure and .NET
Marco Parenzan203 vistas
Deploy Microsoft Azure Data Solutions por Marco Parenzan
Deploy Microsoft Azure Data SolutionsDeploy Microsoft Azure Data Solutions
Deploy Microsoft Azure Data Solutions
Marco Parenzan159 vistas
Deep Dive Time Series Anomaly Detection in Azure with dotnet por Marco Parenzan
Deep Dive Time Series Anomaly Detection in Azure with dotnetDeep Dive Time Series Anomaly Detection in Azure with dotnet
Deep Dive Time Series Anomaly Detection in Azure with dotnet
Marco Parenzan134 vistas
Anomaly Detection with Azure and .net por Marco Parenzan
Anomaly Detection with Azure and .netAnomaly Detection with Azure and .net
Anomaly Detection with Azure and .net
Marco Parenzan116 vistas
Code Generation for Azure with .net por Marco Parenzan
Code Generation for Azure with .netCode Generation for Azure with .net
Code Generation for Azure with .net
Marco Parenzan86 vistas
Time Series Anomaly Detection with Azure and .NETT por Marco Parenzan
Time Series Anomaly Detection with Azure and .NETTTime Series Anomaly Detection with Azure and .NETT
Time Series Anomaly Detection with Azure and .NETT
Marco Parenzan138 vistas
Code Generation for Azure with .net por Marco Parenzan
Code Generation for Azure with .netCode Generation for Azure with .net
Code Generation for Azure with .net
Marco Parenzan80 vistas
Deep dive time series anomaly detection with different Azure Data Services por Marco Parenzan
Deep dive time series anomaly detection with different Azure Data ServicesDeep dive time series anomaly detection with different Azure Data Services
Deep dive time series anomaly detection with different Azure Data Services
Marco Parenzan181 vistas

Último

2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx por
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptxanimuscrm
15 vistas19 diapositivas
predicting-m3-devopsconMunich-2023.pptx por
predicting-m3-devopsconMunich-2023.pptxpredicting-m3-devopsconMunich-2023.pptx
predicting-m3-devopsconMunich-2023.pptxTier1 app
8 vistas24 diapositivas
Fleet Management Software in India por
Fleet Management Software in India Fleet Management Software in India
Fleet Management Software in India Fleetable
12 vistas1 diapositiva
The Era of Large Language Models.pptx por
The Era of Large Language Models.pptxThe Era of Large Language Models.pptx
The Era of Large Language Models.pptxAbdulVahedShaik
7 vistas9 diapositivas
Airline Booking Software por
Airline Booking SoftwareAirline Booking Software
Airline Booking SoftwareSharmiMehta
9 vistas26 diapositivas
Dev-HRE-Ops - Addressing the _Last Mile DevOps Challenge_ in Highly Regulated... por
Dev-HRE-Ops - Addressing the _Last Mile DevOps Challenge_ in Highly Regulated...Dev-HRE-Ops - Addressing the _Last Mile DevOps Challenge_ in Highly Regulated...
Dev-HRE-Ops - Addressing the _Last Mile DevOps Challenge_ in Highly Regulated...TomHalpin9
6 vistas29 diapositivas

Último(20)

2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx por animuscrm
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx
animuscrm15 vistas
predicting-m3-devopsconMunich-2023.pptx por Tier1 app
predicting-m3-devopsconMunich-2023.pptxpredicting-m3-devopsconMunich-2023.pptx
predicting-m3-devopsconMunich-2023.pptx
Tier1 app8 vistas
Fleet Management Software in India por Fleetable
Fleet Management Software in India Fleet Management Software in India
Fleet Management Software in India
Fleetable12 vistas
The Era of Large Language Models.pptx por AbdulVahedShaik
The Era of Large Language Models.pptxThe Era of Large Language Models.pptx
The Era of Large Language Models.pptx
AbdulVahedShaik7 vistas
Airline Booking Software por SharmiMehta
Airline Booking SoftwareAirline Booking Software
Airline Booking Software
SharmiMehta9 vistas
Dev-HRE-Ops - Addressing the _Last Mile DevOps Challenge_ in Highly Regulated... por TomHalpin9
Dev-HRE-Ops - Addressing the _Last Mile DevOps Challenge_ in Highly Regulated...Dev-HRE-Ops - Addressing the _Last Mile DevOps Challenge_ in Highly Regulated...
Dev-HRE-Ops - Addressing the _Last Mile DevOps Challenge_ in Highly Regulated...
TomHalpin96 vistas
ADDO_2022_CICID_Tom_Halpin.pdf por TomHalpin9
ADDO_2022_CICID_Tom_Halpin.pdfADDO_2022_CICID_Tom_Halpin.pdf
ADDO_2022_CICID_Tom_Halpin.pdf
TomHalpin95 vistas
Top-5-production-devconMunich-2023-v2.pptx por Tier1 app
Top-5-production-devconMunich-2023-v2.pptxTop-5-production-devconMunich-2023-v2.pptx
Top-5-production-devconMunich-2023-v2.pptx
Tier1 app6 vistas
AI and Ml presentation .pptx por FayazAli87
AI and Ml presentation .pptxAI and Ml presentation .pptx
AI and Ml presentation .pptx
FayazAli8714 vistas
Team Transformation Tactics for Holistic Testing and Quality (Japan Symposium... por Lisi Hocke
Team Transformation Tactics for Holistic Testing and Quality (Japan Symposium...Team Transformation Tactics for Holistic Testing and Quality (Japan Symposium...
Team Transformation Tactics for Holistic Testing and Quality (Japan Symposium...
Lisi Hocke35 vistas
Bootstrapping vs Venture Capital.pptx por Zeljko Svedic
Bootstrapping vs Venture Capital.pptxBootstrapping vs Venture Capital.pptx
Bootstrapping vs Venture Capital.pptx
Zeljko Svedic15 vistas
Generic or specific? Making sensible software design decisions por Bert Jan Schrijver
Generic or specific? Making sensible software design decisionsGeneric or specific? Making sensible software design decisions
Generic or specific? Making sensible software design decisions
How Workforce Management Software Empowers SMEs | TraQSuite por TraQSuite
How Workforce Management Software Empowers SMEs | TraQSuiteHow Workforce Management Software Empowers SMEs | TraQSuite
How Workforce Management Software Empowers SMEs | TraQSuite
TraQSuite6 vistas
Unlocking the Power of AI in Product Management - A Comprehensive Guide for P... por NimaTorabi2
Unlocking the Power of AI in Product Management - A Comprehensive Guide for P...Unlocking the Power of AI in Product Management - A Comprehensive Guide for P...
Unlocking the Power of AI in Product Management - A Comprehensive Guide for P...
NimaTorabi216 vistas
JioEngage_Presentation.pptx por admin125455
JioEngage_Presentation.pptxJioEngage_Presentation.pptx
JioEngage_Presentation.pptx
admin1254558 vistas
Understanding HTML terminology por artembondar5
Understanding HTML terminologyUnderstanding HTML terminology
Understanding HTML terminology
artembondar57 vistas
FOSSLight Community Day 2023-11-30 por Shane Coughlan
FOSSLight Community Day 2023-11-30FOSSLight Community Day 2023-11-30
FOSSLight Community Day 2023-11-30
Shane Coughlan6 vistas

Running Kafka and Spark on Raspberry PI with Azure and some .net magic