Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvadu committed Oct 26, 2015
1 parent 0c0dcfe commit e623cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Influxer
A C# console application to parse log files (currently only Windows Perfmon format) and push data to Influx for later visualization.
A C# console application to parse log files (currently only Windows Perfmon format) and push data to Influx for later visualization. It uses [InfluxDB.Client.Net](https://github.com/AdysTech/InfluxDB.Client.Net) to interact with Influx.

[InfluxDB][1] is a very nice time series database, and is supported by many data visualizers (mainly [grafana][2]). But if you have other tools which are producing the data in csv format (mainly PerfMon in windows, or enterprise reporting tools) which are not designed for Influx era, you will have to develop own tools to pull from one tool and to push to other.

Expand Down

0 comments on commit e623cd8

Please sign in to comment.