Dear Bretheren,
I'm logging data from a wind generator onto a sqlite database. I want to upload this data onto a server and use DB::Chart to plot the data. What is the best way to do this? Dump the database inbetween logging, or generating charts on that notebook and uploading individual charts? Any suggestions?
Many thanks!