Dummy sensor writing to an influxdb database.
1.4K
This dummy sensor writes to an influxdb database, and is used to demonstrate a possible IOT pipeline with three services:
The stack was tested on a mac with Docker Desktop (amd64 architecture), and on a raspberry pi 3B+ (armv71 architecture).
There were two slight issues in setting up these stacks:
Therefore, I provide two different docker-compose.yml files, one for each architecture:
Download the one you need, and do:
docker-compose up
to start the stack.
The dummy sensor in this image generates a point on a sine wave every s and stores it in the influx db database.
Point your browser to http://localhost:3000
Log in to grafana with the default username and password (admin/admin), and configure your dashboard to read from influxdb.
Just write your own sensor image to collect some data that is actually useful!
Content type
Image
Digest
Size
60.7 MB
Last updated
about 7 years ago
docker pull cbernet/iot_dummy_sensor