Many thanks. It works. Any pointers for reading material on how to learn to use Grafana to create VISUALLY VERY BEAUTIFUL chart/graph from weather data.
Data can either be dummy test data or something downloaded from real world open source.
Many thanks
Now has nothing. No database installed.
Next step is to choose a database to use and populate the database with dummy or real data (whatever easier, now is to learn Garfana). Some posters say we should be looking for some database that is aimed for simple time series. Not use relational database, like MySQL. Seem read on Grafana web somewhere a list of Grafana support/recommended databases.
user can select chart type
user can select a time window on data to plot
can plot two charts to quick visualize comparation. Says temperature for 00:00 to 23:59 yesterday and one week ago
Many thanks
Data from simple Sparkfun sensor board. Just a simple program to format an INSERT statement for MySQL using date_time as primary key.
Pepole say it is wasteful to use MySQL and we should use a time-series database which is designed to use ONLY date_time as the only primary key. Never use a ‘time-series’ database before. There are dozens of database and need advises to pin point a useful one that is ‘natively supported by Grafana’.