Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 631 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 631 Bytes

VL.InfluxDB

A set of nodes that allow to connect and write to an InfluxDB database.

Installation

nuget install VL.InfluxDB

Considerations

This plugin only allows to write inside an InfluxDB database. You cannot read anything from it.

Motivations

This plugin was done in an urgent need to write something to an InfluxDB database, so I did not focus on the reading part.

Usage

Press F1 and look for the Send measurements to an InfluxDB database HowTo.

Credits

Implementation of kichristensen's InfluxDB.WriteOnly .NET library.