Info
Version: | 0.1.1-beta |
Author(s): | jferguson |
Last Update: | Friday, August 14, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://nuget.org/packages/InfluxCapacitor |
NuGet Url: | https://www.nuget.org/packages/InfluxCapacitor |
Install
Install-Package InfluxCapacitor
dotnet add package InfluxCapacitor
paket add InfluxCapacitor
InfluxCapacitor Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(7.0.1)
- NodaTime(2.0.020150728)
InfluxDB is a time series database written in Go. InfluxDB is still in development.
This client will reach version 1.0 about when InfluxDB does.
This client will be open sourced on github when Linq to InfluxQL is finished (or earlier based on need). Currently InfluxQL can be specified via string based queries (there is an InfluxQL namespace with an experimental fluent interface, but I wouldn't recommend it, doesn't feel natural but okay for exploring, some people might like this).