IoT gateway dream team - Eclipse Kura and Apache Camel

Henryk Konsek
Broughttoyou
byHenrykKonsek
IoTgatewayDreamTeam
EclipseKuraandApacheCamel
@hekonsek
RunningApacheCamelintheEclipseKuraOSGicontainer.
Thistalk
● EclipseKura
● ApacheCamel
● WhyCamel+Kura?
● HowCamel+Kura?
● Demo
Thistalk
OSGi-basedIoTgatewayforthefielddevices.
WhatisEclipseKura?
OSGi-basedIoTgatewayforthefielddevices.
WhatisEclipseKura?
OSGi
● modularitysystemforJava
● providesmodulesclasspathseparation
● promoteshotruntimeredeployments
OSGi-basedIoTgatewayforthefielddevices.
WhatisEclipseKura?
IoTgateway
● collectsmessagesfromtheedgedevices(likesensors)
● performsmessages
processing/aggregation/forwarding
OSGi-basedIoTgatewayforthefielddevices.
WhatisEclipseKura?
IoTgateway
● collectsmessagesfromtheedgedevices(likesensors)
● performsmessages
processing/aggregation/forwarding
OSGi-basedIoTgatewayforthefielddevices.
WhatisEclipseKura?
IoTgateway
● collectsmessagesfromtheedgedevices(likesensors)
● performsmessages
processing/aggregation/forwarding
OSGi-basedIoTgatewayforthefielddevices.
WhatisEclipseKura?
GatewayTL;DR;
Gateway
Theproxybetweenfielddevicesandthedatacenter
Eurotech(http://eurotech.com)
Who’sbehindKura?
Themessageroutingframework.
WhatisApacheCamel?
Howtoorchestratemessagesflow.
Whatismessagerouting?
● ApacheCamel
● SpringIntegration
● Mule
ReadmessagefromJMSqueue.TransformtoJSON.SavetoFTPandMongoDB.
CrashcoursetotheApacheCamel
from('jms:invoices').
transform { new Invoice(uuid(), it.in.body) }.
marshal().json(Jackson).
multicast().parallelProcessing().
to('ftp:myftp.com/invoices',
'mongodb:myDb?collection=invoices&operation=save')
]
IhavemyfancyKuragatewayalready.DoIneedCamel?
HowcanKurabenefitfromCamel?
Camelprovides~200OSGi-readyconnectors(JMS,REST,CoAP,AMQP,MQTT…)
HowcanKurabenefitfromCamel?
EnterpriseIntegrationPatterns(EIP)
HowcanKurabenefitfromCamel?
Preventsmessagesoverflow.
EIP-throttler
ProvidesSLAforthedifferentchannels.
EIP-throttler
Dynamicallydecidewheretoroutethemessage.
EIP-contentbasedrouter
Clientsideloadbalancing.Usefulforfielddevicesconnectivity.
EIP-loadbalancer
Howcangatewayprovidetransaction-likebehavior
whenconnectingtothenon-transactionalservice?
EIP-idempotentconsumer
HowcanIcontrolwhichpartsofthefielddevice
shouldberunningatthegivenmoment?
EIP-controlbus
CamelOSGibundleisstartedfromtheKura.
Kura+Camel:architecture
InvokeRESTmethodeverysecond.
CamelroutemoduleforKura
public class MyKuraRouter extends KuraRouter {
@Override
public void configure() throws Exception {
from("timer:trigger").
to("netty-http:http://app.mydatacenter.com/api");
}
}
Don’tbe!
Concernedaboutthedeployment?
Don’tbe!
Concernedaboutthelifecycle?
Don’tbe!
ConcernedabouttheOSGiservicesaccess?
JustdeploytherouteastheOSGibundleandenjoyCamelrunningtheKura.
Don’tbeconcerned!
DisplayWiFinetworksaccessiblenearthefielddeviceusingthewebbrowser.
Fancyexample#1
public class MyKuraRouter extends KuraRouter {
@Override
public void configure() throws Exception {
from("netty-http:http://0.0.0.0:18080").
to("bean:org.eclipse.kura.net.NetworkService?method=getAllWifiAccessPoints");
}
}
https://github.com/camel-labs/camel-labs
CamelLabsKuracomponents
StartsyncingcacheddataonlywhenWiFiisaccessible.
Fancyexample#2
public class MyKuraRouter extends KuraRouter {
@Override
public void configure() throws Exception {
from("kura-wifi:wlan0/mySSID").
to("controlbus:route?routeId=onlineSync&action=start");
from("file:///var/sensor/temperature").
routeId("onlineSync").autoStartup(false).
to("netty4-http://api.mydatacenter.com");
}
}
Thankyou!
● EclipseKura-https://eclipse.org/kura
● ApacheCamel-http://camel.apache.org
● EnterpriseIntegarationPatterns-http://www.
enterpriseintegrationpatterns.com
● CamelKura-http://camel.apache.org/kura
● CamelIoTLabsKuraextensions-https://github.
com/camel-labs/camel-labs/tree/master/iot#camel-kura-
wifi-component
● democode-https://github.com/hekonsek/camel-kura-
wifi-demo
1 of 34

Recommended

Leveraging Android for the Internet of Things with Eclipse M2M by
Leveraging Android for the Internet of Things with Eclipse M2MLeveraging Android for the Internet of Things with Eclipse M2M
Leveraging Android for the Internet of Things with Eclipse M2MBenjamin Cabé
27.6K views74 slides
Open-source IoT cookbook by
Open-source IoT cookbookOpen-source IoT cookbook
Open-source IoT cookbookBenjamin Cabé
6.7K views33 slides
Open Source IoT Building Blocks for Startups by
Open Source IoT Building Blocks for StartupsOpen Source IoT Building Blocks for Startups
Open Source IoT Building Blocks for StartupsCharalampos Doukas
644 views23 slides
Building the Internet of Things with Eclipse IoT - JavaLand 2014 by
Building the Internet of Things with Eclipse IoT - JavaLand 2014Building the Internet of Things with Eclipse IoT - JavaLand 2014
Building the Internet of Things with Eclipse IoT - JavaLand 2014Benjamin Cabé
16.8K views40 slides
Pushing Java EE outside of the Enterprise - Home Automation by
Pushing Java EE outside of the Enterprise - Home AutomationPushing Java EE outside of the Enterprise - Home Automation
Pushing Java EE outside of the Enterprise - Home AutomationDavid Delabassee
3.1K views67 slides
Sdn users group_january_2016v5 by
Sdn users group_january_2016v5Sdn users group_january_2016v5
Sdn users group_january_2016v5Joel W. King
871 views22 slides

More Related Content

What's hot

Goodbye CLI, hello API: Leveraging network programmability in security incid... by
Goodbye CLI, hello API:  Leveraging network programmability in security incid...Goodbye CLI, hello API:  Leveraging network programmability in security incid...
Goodbye CLI, hello API: Leveraging network programmability in security incid...Joel W. King
534 views37 slides
Microservices with Netflix OSS and Spring Cloud - Dev Day Orange by
Microservices with Netflix OSS and Spring Cloud -  Dev Day OrangeMicroservices with Netflix OSS and Spring Cloud -  Dev Day Orange
Microservices with Netflix OSS and Spring Cloud - Dev Day Orangeacogoluegnes
2.5K views41 slides
API 102: Programming with Meraki APIs by
API 102: Programming with Meraki APIsAPI 102: Programming with Meraki APIs
API 102: Programming with Meraki APIsJoel W. King
4.2K views28 slides
$10,000 Phantom App & Playbook Contest - F5 and Cisco Meraki by
$10,000 Phantom App & Playbook Contest - F5 and Cisco Meraki$10,000 Phantom App & Playbook Contest - F5 and Cisco Meraki
$10,000 Phantom App & Playbook Contest - F5 and Cisco MerakiJoel W. King
963 views19 slides
How we built Packet's bare metal cloud platform by
How we built Packet's bare metal cloud platformHow we built Packet's bare metal cloud platform
How we built Packet's bare metal cloud platformPacket
2.7K views26 slides
Phantom app: Ansible Tower by
Phantom app:  Ansible TowerPhantom app:  Ansible Tower
Phantom app: Ansible TowerJoel W. King
1.8K views15 slides

What's hot(20)

Goodbye CLI, hello API: Leveraging network programmability in security incid... by Joel W. King
Goodbye CLI, hello API:  Leveraging network programmability in security incid...Goodbye CLI, hello API:  Leveraging network programmability in security incid...
Goodbye CLI, hello API: Leveraging network programmability in security incid...
Joel W. King534 views
Microservices with Netflix OSS and Spring Cloud - Dev Day Orange by acogoluegnes
Microservices with Netflix OSS and Spring Cloud -  Dev Day OrangeMicroservices with Netflix OSS and Spring Cloud -  Dev Day Orange
Microservices with Netflix OSS and Spring Cloud - Dev Day Orange
acogoluegnes2.5K views
API 102: Programming with Meraki APIs by Joel W. King
API 102: Programming with Meraki APIsAPI 102: Programming with Meraki APIs
API 102: Programming with Meraki APIs
Joel W. King4.2K views
$10,000 Phantom App & Playbook Contest - F5 and Cisco Meraki by Joel W. King
$10,000 Phantom App & Playbook Contest - F5 and Cisco Meraki$10,000 Phantom App & Playbook Contest - F5 and Cisco Meraki
$10,000 Phantom App & Playbook Contest - F5 and Cisco Meraki
Joel W. King963 views
How we built Packet's bare metal cloud platform by Packet
How we built Packet's bare metal cloud platformHow we built Packet's bare metal cloud platform
How we built Packet's bare metal cloud platform
Packet2.7K views
Phantom app: Ansible Tower by Joel W. King
Phantom app:  Ansible TowerPhantom app:  Ansible Tower
Phantom app: Ansible Tower
Joel W. King1.8K views
Benchmarking Service Meshes - CNCF Networking WG by Lee Calcote
Benchmarking Service Meshes  - CNCF Networking WGBenchmarking Service Meshes  - CNCF Networking WG
Benchmarking Service Meshes - CNCF Networking WG
Lee Calcote359 views
Microservices with Spring Cloud and Netflix OSS by Denis Danov
Microservices with Spring Cloud and Netflix OSSMicroservices with Spring Cloud and Netflix OSS
Microservices with Spring Cloud and Netflix OSS
Denis Danov2.1K views
What's new at Eclipse IoT - EclipseCon 2014 by Benjamin Cabé
What's new at Eclipse IoT - EclipseCon 2014What's new at Eclipse IoT - EclipseCon 2014
What's new at Eclipse IoT - EclipseCon 2014
Benjamin Cabé4.8K views
Using Ansible Tower to implement security policies and telemetry streaming fo... by Joel W. King
Using Ansible Tower to implement security policies and telemetry streaming fo...Using Ansible Tower to implement security policies and telemetry streaming fo...
Using Ansible Tower to implement security policies and telemetry streaming fo...
Joel W. King871 views
The Challenges of Becoming Cloud Native by Ben Hall
The Challenges of Becoming Cloud NativeThe Challenges of Becoming Cloud Native
The Challenges of Becoming Cloud Native
Ben Hall345 views
Let's Talk about Packet by Packet
Let's Talk about PacketLet's Talk about Packet
Let's Talk about Packet
Packet928 views
Overview of Eclipse IoT projects - IoT Day Grenoble by Benjamin Cabé
Overview of Eclipse IoT projects - IoT Day GrenobleOverview of Eclipse IoT projects - IoT Day Grenoble
Overview of Eclipse IoT projects - IoT Day Grenoble
Benjamin Cabé2.6K views
KURMA - A Containerized Container Platform - KubeCon 2016 by Apcera
KURMA - A Containerized Container Platform - KubeCon 2016KURMA - A Containerized Container Platform - KubeCon 2016
KURMA - A Containerized Container Platform - KubeCon 2016
Apcera2.8K views
Simple, Scalable and Secure Networking for Data Centers with Project Calico by Emma Gordon
Simple, Scalable and Secure Networking for Data Centers with Project CalicoSimple, Scalable and Secure Networking for Data Centers with Project Calico
Simple, Scalable and Secure Networking for Data Centers with Project Calico
Emma Gordon1.6K views
Metaswitch Project Calico by Andrew Kennedy
Metaswitch Project CalicoMetaswitch Project Calico
Metaswitch Project Calico
Andrew Kennedy2.1K views
Spring Cloud Netflix OSS by Steve Hall
Spring Cloud Netflix OSSSpring Cloud Netflix OSS
Spring Cloud Netflix OSS
Steve Hall574 views
Programmability and Automation in Data Center Networks: A talk on Hot Air Bal... by Joel W. King
Programmability and Automation in Data Center Networks: A talk on Hot Air Bal...Programmability and Automation in Data Center Networks: A talk on Hot Air Bal...
Programmability and Automation in Data Center Networks: A talk on Hot Air Bal...
Joel W. King1.3K views

Viewers also liked

La metodología Lean Startup by
La metodología Lean StartupLa metodología Lean Startup
La metodología Lean StartupJaume Teixi
5.2K views4 slides
IoT Developer Survey 2015 by
IoT Developer Survey 2015IoT Developer Survey 2015
IoT Developer Survey 2015Ian Skerrett
29.7K views26 slides
LUMA's State of the State 2015 at DMS 15 by
LUMA's State of the State 2015 at DMS 15LUMA's State of the State 2015 at DMS 15
LUMA's State of the State 2015 at DMS 15LUMA Partners
110K views88 slides
Keynote on industrial internet by
Keynote on industrial internetKeynote on industrial internet
Keynote on industrial internetBenedict Evans
50.2K views20 slides
Overview of IoT and Security issues by
Overview of IoT and Security issuesOverview of IoT and Security issues
Overview of IoT and Security issuesAnastasios Economides
16.7K views46 slides
Building a Thought Controlled Drone by
Building a Thought Controlled DroneBuilding a Thought Controlled Drone
Building a Thought Controlled DroneJim McKeeth
5.4K views51 slides

Viewers also liked(20)

La metodología Lean Startup by Jaume Teixi
La metodología Lean StartupLa metodología Lean Startup
La metodología Lean Startup
Jaume Teixi5.2K views
IoT Developer Survey 2015 by Ian Skerrett
IoT Developer Survey 2015IoT Developer Survey 2015
IoT Developer Survey 2015
Ian Skerrett29.7K views
LUMA's State of the State 2015 at DMS 15 by LUMA Partners
LUMA's State of the State 2015 at DMS 15LUMA's State of the State 2015 at DMS 15
LUMA's State of the State 2015 at DMS 15
LUMA Partners110K views
Keynote on industrial internet by Benedict Evans
Keynote on industrial internetKeynote on industrial internet
Keynote on industrial internet
Benedict Evans50.2K views
Building a Thought Controlled Drone by Jim McKeeth
Building a Thought Controlled DroneBuilding a Thought Controlled Drone
Building a Thought Controlled Drone
Jim McKeeth5.4K views
An IOT gateway Architecture using an MQTT bundle transport & LTP Convergence ... by Alex Kritikos
An IOT gateway Architecture using an MQTT bundle transport & LTP Convergence ...An IOT gateway Architecture using an MQTT bundle transport & LTP Convergence ...
An IOT gateway Architecture using an MQTT bundle transport & LTP Convergence ...
Alex Kritikos1.8K views
IoTlondon - mbed based IoT Gateway talk by SomeRandomBloke
IoTlondon - mbed based IoT Gateway talkIoTlondon - mbed based IoT Gateway talk
IoTlondon - mbed based IoT Gateway talk
SomeRandomBloke2.5K views
End-to-end IoT solutions with Java and Eclipse IoT by Benjamin Cabé
End-to-end IoT solutions with Java and Eclipse IoTEnd-to-end IoT solutions with Java and Eclipse IoT
End-to-end IoT solutions with Java and Eclipse IoT
Benjamin Cabé5K views
Kura M2M IoT Gateway by Eurotech
Kura M2M IoT GatewayKura M2M IoT Gateway
Kura M2M IoT Gateway
Eurotech10.5K views
Open source IoT gateway by Henryk Konsek
Open source IoT gatewayOpen source IoT gateway
Open source IoT gateway
Henryk Konsek3.7K views
Iot gateway dream team - Eclipse Kura and Apache Camel by 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 Konsek1.7K views
Eclipse IoT presentation by Ian Skerrett
Eclipse IoT presentation Eclipse IoT presentation
Eclipse IoT presentation
Ian Skerrett1.6K views
How to build an effective IoT demo with OSGi - Derek Baum & Walt Bowers by mfrancis
How to build an effective IoT demo with OSGi - Derek Baum & Walt BowersHow to build an effective IoT demo with OSGi - Derek Baum & Walt Bowers
How to build an effective IoT demo with OSGi - Derek Baum & Walt Bowers
mfrancis1K views
OSGi IoT Demo - OSGi Community Event 2014 by mfrancis
OSGi IoT Demo - OSGi Community Event 2014OSGi IoT Demo - OSGi Community Event 2014
OSGi IoT Demo - OSGi Community Event 2014
mfrancis2.1K views
Eclipse Internet of Things in Action EclipseCON 2014 by Eurotech
Eclipse Internet of Things in Action EclipseCON 2014Eclipse Internet of Things in Action EclipseCON 2014
Eclipse Internet of Things in Action EclipseCON 2014
Eurotech2.1K views
An IoT gateway centric architecture to provide novel m2m services by Soumya Kanti Datta
An IoT gateway centric architecture to provide novel m2m servicesAn IoT gateway centric architecture to provide novel m2m services
An IoT gateway centric architecture to provide novel m2m services
Soumya Kanti Datta1.7K views
The Changing Logistics Ecosystem: Technology, Trade, Talent | OPTIMUS 2015 At... by ORTEC US
The Changing Logistics Ecosystem: Technology, Trade, Talent | OPTIMUS 2015 At...The Changing Logistics Ecosystem: Technology, Trade, Talent | OPTIMUS 2015 At...
The Changing Logistics Ecosystem: Technology, Trade, Talent | OPTIMUS 2015 At...
ORTEC US1.8K views

Similar to IoT gateway dream team - Eclipse Kura and Apache Camel

Managing large and distributed Eclipse server applications. by
Managing large and distributed Eclipse server applications.Managing large and distributed Eclipse server applications.
Managing large and distributed Eclipse server applications.Gunnar Wagenknecht
592 views45 slides
Creando microservicios con java micro profile y tomee - CUNORI 2020 by
Creando microservicios con java micro profile y tomee - CUNORI 2020Creando microservicios con java micro profile y tomee - CUNORI 2020
Creando microservicios con java micro profile y tomee - CUNORI 2020César Hernández
176 views58 slides
SpringOne Platform recap 정윤진 by
SpringOne Platform recap 정윤진SpringOne Platform recap 정윤진
SpringOne Platform recap 정윤진VMware Tanzu Korea
320 views276 slides
Hadoop: Big Data Stacks validation w/ iTest How to tame the elephant? by
Hadoop:  Big Data Stacks validation w/ iTest  How to tame the elephant?Hadoop:  Big Data Stacks validation w/ iTest  How to tame the elephant?
Hadoop: Big Data Stacks validation w/ iTest How to tame the elephant?Dmitri Shiryaev
1.8K views54 slides
Tales from the OSGi trenches by
Tales from the OSGi trenchesTales from the OSGi trenches
Tales from the OSGi trenchesBertrand Delacretaz
5.8K views45 slides
Open Source Monitoring in 2019 by
Open Source Monitoring in 2019 Open Source Monitoring in 2019
Open Source Monitoring in 2019 Kris Buytaert
1.5K views56 slides

Similar to IoT gateway dream team - Eclipse Kura and Apache Camel(20)

Managing large and distributed Eclipse server applications. by Gunnar Wagenknecht
Managing large and distributed Eclipse server applications.Managing large and distributed Eclipse server applications.
Managing large and distributed Eclipse server applications.
Gunnar Wagenknecht592 views
Creando microservicios con java micro profile y tomee - CUNORI 2020 by César Hernández
Creando microservicios con java micro profile y tomee - CUNORI 2020Creando microservicios con java micro profile y tomee - CUNORI 2020
Creando microservicios con java micro profile y tomee - CUNORI 2020
César Hernández176 views
Hadoop: Big Data Stacks validation w/ iTest How to tame the elephant? by Dmitri Shiryaev
Hadoop:  Big Data Stacks validation w/ iTest  How to tame the elephant?Hadoop:  Big Data Stacks validation w/ iTest  How to tame the elephant?
Hadoop: Big Data Stacks validation w/ iTest How to tame the elephant?
Dmitri Shiryaev1.8K views
Open Source Monitoring in 2019 by Kris Buytaert
Open Source Monitoring in 2019 Open Source Monitoring in 2019
Open Source Monitoring in 2019
Kris Buytaert1.5K views
Golang @ Tokopedia by Qasim Zaidi
Golang @ TokopediaGolang @ Tokopedia
Golang @ Tokopedia
Qasim Zaidi2.6K views
Pipeline as code for your infrastructure as Code by Kris Buytaert
Pipeline as code for your infrastructure as CodePipeline as code for your infrastructure as Code
Pipeline as code for your infrastructure as Code
Kris Buytaert1.9K views
"Xapi-lang For declarative code generation" By James Nelson by GWTcon
"Xapi-lang For declarative code generation" By James Nelson"Xapi-lang For declarative code generation" By James Nelson
"Xapi-lang For declarative code generation" By James Nelson
GWTcon 833 views
Buildout: creating and deploying repeatable applications in python by CodeSyntax
Buildout: creating and deploying repeatable applications in pythonBuildout: creating and deploying repeatable applications in python
Buildout: creating and deploying repeatable applications in python
CodeSyntax1K views
Introduction to ZooKeeper - TriHUG May 22, 2012 by mumrah
Introduction to ZooKeeper - TriHUG May 22, 2012Introduction to ZooKeeper - TriHUG May 22, 2012
Introduction to ZooKeeper - TriHUG May 22, 2012
mumrah8.6K views
OWASP ZAP Workshop for QA Testers by Javan Rasokat
OWASP ZAP Workshop for QA TestersOWASP ZAP Workshop for QA Testers
OWASP ZAP Workshop for QA Testers
Javan Rasokat104.9K views
OrangeScape Cool Facts That You Did Not Know!!! by OrangeScape
OrangeScape Cool Facts That You Did Not Know!!!OrangeScape Cool Facts That You Did Not Know!!!
OrangeScape Cool Facts That You Did Not Know!!!
OrangeScape2.3K views
DevOpsDays Taipei 2019 - Mastering IaC the DevOps Way by smalltown
DevOpsDays Taipei 2019 - Mastering IaC the DevOps WayDevOpsDays Taipei 2019 - Mastering IaC the DevOps Way
DevOpsDays Taipei 2019 - Mastering IaC the DevOps Way
smalltown 1.9K views
Java EE 6 & GlassFish V3 - Alexis Moussine-Pouchkine - May 2010 by JUG Lausanne
Java EE 6 & GlassFish V3 - Alexis Moussine-Pouchkine - May 2010Java EE 6 & GlassFish V3 - Alexis Moussine-Pouchkine - May 2010
Java EE 6 & GlassFish V3 - Alexis Moussine-Pouchkine - May 2010
JUG Lausanne1K views
Deep Learning with GPUs in Production - AI By the Bay by Adam Gibson
Deep Learning with GPUs in Production - AI By the BayDeep Learning with GPUs in Production - AI By the Bay
Deep Learning with GPUs in Production - AI By the Bay
Adam Gibson4.8K views

More from Henryk Konsek

How to cloud #1: Create Kafka cluster with Confluent Cloud by
How to cloud #1:  Create Kafka cluster with Confluent CloudHow to cloud #1:  Create Kafka cluster with Confluent Cloud
How to cloud #1: Create Kafka cluster with Confluent CloudHenryk Konsek
104 views8 slides
Eclipse Kapua messaging refactoring proposal by
Eclipse Kapua messaging refactoring proposalEclipse Kapua messaging refactoring proposal
Eclipse Kapua messaging refactoring proposalHenryk Konsek
666 views23 slides
Containerize! by
Containerize!Containerize!
Containerize!Henryk Konsek
453 views56 slides
Open source IoT gateway: Tale of Eclipse Kura, Apache Camel and Rhiot by
Open source IoT gateway: Tale of Eclipse Kura, Apache Camel and RhiotOpen source IoT gateway: Tale of Eclipse Kura, Apache Camel and Rhiot
Open source IoT gateway: Tale of Eclipse Kura, Apache Camel and RhiotHenryk Konsek
1.6K views36 slides
Internet Of Things for mere mortals by
Internet Of Things for mere mortalsInternet Of Things for mere mortals
Internet Of Things for mere mortalsHenryk Konsek
854 views44 slides
(Ultra quick) Rhiot overview by
(Ultra quick) Rhiot overview(Ultra quick) Rhiot overview
(Ultra quick) Rhiot overviewHenryk Konsek
1.7K views11 slides

More from Henryk Konsek(16)

How to cloud #1: Create Kafka cluster with Confluent Cloud by Henryk Konsek
How to cloud #1:  Create Kafka cluster with Confluent CloudHow to cloud #1:  Create Kafka cluster with Confluent Cloud
How to cloud #1: Create Kafka cluster with Confluent Cloud
Henryk Konsek104 views
Eclipse Kapua messaging refactoring proposal by Henryk Konsek
Eclipse Kapua messaging refactoring proposalEclipse Kapua messaging refactoring proposal
Eclipse Kapua messaging refactoring proposal
Henryk Konsek666 views
Open source IoT gateway: Tale of Eclipse Kura, Apache Camel and Rhiot by Henryk Konsek
Open source IoT gateway: Tale of Eclipse Kura, Apache Camel and RhiotOpen source IoT gateway: Tale of Eclipse Kura, Apache Camel and Rhiot
Open source IoT gateway: Tale of Eclipse Kura, Apache Camel and Rhiot
Henryk Konsek1.6K views
Internet Of Things for mere mortals by Henryk Konsek
Internet Of Things for mere mortalsInternet Of Things for mere mortals
Internet Of Things for mere mortals
Henryk Konsek854 views
(Ultra quick) Rhiot overview by Henryk Konsek
(Ultra quick) Rhiot overview(Ultra quick) Rhiot overview
(Ultra quick) Rhiot overview
Henryk Konsek1.7K views
Internet Of Things for mere mortals by Henryk Konsek
Internet Of Things for mere mortalsInternet Of Things for mere mortals
Internet Of Things for mere mortals
Henryk Konsek834 views
Iot and the back-end developers by Henryk Konsek
Iot and the back-end developersIot and the back-end developers
Iot and the back-end developers
Henryk Konsek1.7K views
Containerize! Between Docker and Jube. by Henryk Konsek
Containerize! Between Docker and Jube.Containerize! Between Docker and Jube.
Containerize! Between Docker and Jube.
Henryk Konsek1.7K views
Apache Camel in the belly of the Docker whale by Henryk Konsek
Apache Camel in the belly of the Docker whaleApache Camel in the belly of the Docker whale
Apache Camel in the belly of the Docker whale
Henryk Konsek32.2K views
Fabric8 - Being devOps doesn't suck anymore by Henryk Konsek
Fabric8 - Being devOps doesn't suck anymoreFabric8 - Being devOps doesn't suck anymore
Fabric8 - Being devOps doesn't suck anymore
Henryk Konsek2.8K views
Messaging with the Docker by Henryk Konsek
Messaging with the DockerMessaging with the Docker
Messaging with the Docker
Henryk Konsek3.2K views
Crash course to the Apache Camel by Henryk Konsek
Crash course to the Apache CamelCrash course to the Apache Camel
Crash course to the Apache Camel
Henryk Konsek1.4K views
Spring scala - Sneaking Scala into your corporation by Henryk Konsek
Spring scala  - Sneaking Scala into your corporationSpring scala  - Sneaking Scala into your corporation
Spring scala - Sneaking Scala into your corporation
Henryk Konsek1.5K views
Testing Fuse Fabric with Pax Exam by Henryk Konsek
Testing Fuse Fabric with Pax ExamTesting Fuse Fabric with Pax Exam
Testing Fuse Fabric with Pax Exam
Henryk Konsek1.3K views

Recently uploaded

CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T by
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&TShapeBlue
81 views34 slides
Extending KVM Host HA for Non-NFS Storage - Alex Ivanov - StorPool by
Extending KVM Host HA for Non-NFS Storage -  Alex Ivanov - StorPoolExtending KVM Host HA for Non-NFS Storage -  Alex Ivanov - StorPool
Extending KVM Host HA for Non-NFS Storage - Alex Ivanov - StorPoolShapeBlue
56 views10 slides
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
113 views18 slides
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue by
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 - ShapeBlueShapeBlue
191 views23 slides
Igniting Next Level Productivity with AI-Infused Data Integration Workflows by
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Safe Software
373 views86 slides
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava... by
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...ShapeBlue
74 views17 slides

Recently uploaded(20)

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
ShapeBlue81 views
Extending KVM Host HA for Non-NFS Storage - Alex Ivanov - StorPool by ShapeBlue
Extending KVM Host HA for Non-NFS Storage -  Alex Ivanov - StorPoolExtending KVM Host HA for Non-NFS Storage -  Alex Ivanov - StorPool
Extending KVM Host HA for Non-NFS Storage - Alex Ivanov - StorPool
ShapeBlue56 views
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...
ShapeBlue113 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
ShapeBlue191 views
Igniting Next Level Productivity with AI-Infused Data Integration Workflows by Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software373 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...
ShapeBlue74 views
Keynote Talk: Open Source is Not Dead - Charles Schulz - Vates by ShapeBlue
Keynote Talk: Open Source is Not Dead - Charles Schulz - VatesKeynote Talk: Open Source is Not Dead - Charles Schulz - Vates
Keynote Talk: Open Source is Not Dead - Charles Schulz - Vates
ShapeBlue178 views
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit... by ShapeBlue
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
ShapeBlue86 views
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P... by ShapeBlue
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...
ShapeBlue120 views
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive by Network Automation Forum
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f... by TrustArc
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc130 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...
ShapeBlue69 views
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
DianaGray10110 views
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ... by ShapeBlue
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...
ShapeBlue121 views
NTGapps NTG LowCode Platform by Mustafa Kuğu
NTGapps NTG LowCode Platform NTGapps NTG LowCode Platform
NTGapps NTG LowCode Platform
Mustafa Kuğu287 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...
ShapeBlue128 views
State of the Union - Rohit Yadav - Apache CloudStack by ShapeBlue
State of the Union - Rohit Yadav - Apache CloudStackState of the Union - Rohit Yadav - Apache CloudStack
State of the Union - Rohit Yadav - Apache CloudStack
ShapeBlue218 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 ...
ShapeBlue97 views

IoT gateway dream team - Eclipse Kura and Apache Camel