VILLASframework
Modular co-simulation framework
|
The InfluxDB node-type streams simulation data in real-time to a InfluxDB time-series database using an UDP service and a plain text line protocol.
Each signal of a sample is mapped to one field. VILLASnode maps the signal names of the data source to InfluxDB fields.
See also: InfluxDB documentation
This node-type does not have any special library dependencies.
The source code of the node-type is available here: https://git.rwth-aachen.de/acs/public/villas/node/blob/master/lib/nodes/influxdb.cpp
A hostname/port combination of the InfluxDB database server.
The key is the measurement name and any optional tags separated by commas.
See also: InfluxDB documentation