This walk-through example will encourage you to build an Apache Camel application from scratch, deploy it in a Kubernetes environment, gather metrics using Prometheus and display them in Grafana. Monitoring will automatically adjust when the system scales up or down. Table of Contents Introduction About Prometheus To-Do overview Scraping data The application Enabling Prometheus Enabling […]
Tag: Camel
This is part 5Â of my IoT series of blogs. So far we did look at the following topic Introduction into the planned scenario Building a Raspberry Pi based Smart Gateway ESP8266 and DHT22 based smart sensor Putting the Smart into the Smart IoT Device In this blog we will create a first running version of […]
This is part 4 in my IoT series of blogs. The first parts did cover the following topics: Introduction into the planned scenario Building a Raspberry Pi based Smart Gateway ESP8266 and DHT22 based smart sensor This blog will describe how to enable the Smart Gateway to handle, enhance and forward incoming messages. As for […]
This is part 3 in my IoT series of blogs. The first parts did cover the following topics Introduction into the planned scenario Building a Rasperry Pi based Smart Gateway In this article I will describe how I build my first physical sensor, based on an ESP8266Â microprocessor and a DHT22 digital temperature and humidity sensor. […]
As described in my previous post, my intention is to create a new version of my IoT Demo. The first element that I wanted to get up and running is the Gateway, which is supposed to run a MQTT broker to receive and forward messages a transformation capability to change messages, enable smart routing of […]
After having done a pure Docker/JBoss based IoT Demo-Environment I felt like it was time to bring this demo to the next level, but what does that mean? For me it means to become a bit more “realistic” and to integrate more and different technologies into the demo. In hard facts, this mean real, “dumb” […]
Since mid of December 2015, Red Hat has released the initial version of the Fuse Integration Services. These are various pre-build images which are aimed to make the implementation of Red Hat JBoss Fuse applications on OpenShift V3 as seamless as possible. In this blog I will document the steps required to create a first […]
What it’s all about This demo is supposed to show a lab-based version of a typical Internet of Things ( IoT ) setup. It follows a 3-Layered architecture of Edge: as created of data Controller: first level of data processing Datacenter: well, the datacenter … These layers can – and in this demo will – […]