A set of nodes that allow to connect and write to an InfluxDB database.
nuget install VL.InfluxDB
This plugin only allows to write inside an InfluxDB database. You cannot read anything from it.
This plugin was done in an urgent need to write something to an InfluxDB database, so I did not focus on the reading part.
Press F1 and look for the Send measurements to an InfluxDB database HowTo.
Implementation of kichristensen's InfluxDB.WriteOnly .NET library.