Tuesday, 10 September 2019

charts - Real-time graphing application for SQL data

I am looking for a free data graphing application that can pull data from MySQL and display it on a trend graph without any programming. It should use a GUI to select the data to be plotted, start time, end time etc. Ideally it could be historical data or live real-time data.



  • LiveGraph looks like it has all the features but it works with CSV data

  • Cacti is similar but it requires the data to be in RRDtool


Is there anything similar that is designed to retrieve data from a SQL database?

No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...