Provides an async API that allows you to manage InfluxDB databases, write points (with measurement, tags, fields according to line protocol v1.1) etc.
Info
Version: | 0.10.0 |
Author(s): | danielwertheim |
Last Update: | Monday, January 16, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/danielwertheim/myinfluxdbclient |
NuGet Url: | https://www.nuget.org/packages/MyInfluxDbClient |
Install
Install-Package MyInfluxDbClient
dotnet add package MyInfluxDbClient
paket add MyInfluxDbClient
MyInfluxDbClient Download (Unzip the "nupkg" after downloading)
Dependencies
- Ensure.That(>= 5.0.0)
- Newtonsoft.Json(>= 9.0.1)
- Requester(>= 1.5.1)
Tags