I used to use a Raspberry Pi as a data logger for many sensors, here is how I create a nice front-end for data visualization.
– Store data : SQLite
– Serve content : Python with Flask
– Plot data : Hightcharts / Highstock
Continue reading Dynamic charts with Highcharts, SQLite and Python