Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebescudie/VL.InfluxDB
A VL plugin to write stuff in InfluxDB databases
https://github.com/sebescudie/VL.InfluxDB
Last synced: 2 months ago
JSON representation
A VL plugin to write stuff in InfluxDB databases
- Host: GitHub
- URL: https://github.com/sebescudie/VL.InfluxDB
- Owner: sebescudie
- Created: 2019-09-18T10:47:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T07:44:38.000Z (over 4 years ago)
- Last Synced: 2024-12-07T16:41:49.463Z (2 months ago)
- Size: 23.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vl - VL.InfluxDB - Nodes that allow to connect and write to an InfluxDB database (Libraries / IO)
README
# 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](https://github.com/kichristensen/InfluxDB.WriteOnly) .NET library.