jonkerj / iioflux

Small program to fetch data from industrial I/O daemons (iiod) and submit them into InfluxDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IIOFlux

An IIO-to-InfluxDB submitter for Kubernetes, written in Go

Usage

$ kubectl create ns iioflux
$ kubectl -n iioflux create configmap config --from-file=config.yaml
$ kubectl -n iioflux create secret generic influxdb-creds \
    --from-literal=IIOFLUX_INFLUXDB_TOKEN=foo:w00haah
$ kubectl apply -n iioflux -f k8s-deployment.yaml

About

Small program to fetch data from industrial I/O daemons (iiod) and submit them into InfluxDB

License:GNU General Public License v3.0


Languages

Language:Go 96.8%Language:Dockerfile 3.2%