CSVServer front end to SimpleJSON data source for CSV Files

Announcing an update to the CSVServer application, leveraging SimpleJSON data source to query standard CSV data files for Grafana, for both timeseries and table formatted data sets.

Originally designed for panel testing and simple light-weight data file processing, avoiding the need for a SQL or other database, this utility is still not recommended for heavy duty/production ready usage. Still, as a quick and simple way to get CSV file data into Grafana, i works surprisingly well.

This update adds a number of useful features, most importantly user-definable date input formats - supporting US and European style, or any other date formatted data files to be interpreted on a per server or per-query basis.

Check it out:
https://github.com/michaeldmoore/CSVServer

image