Forgive me, I am a total noob regarding AdafruitIO.
I have a project going that monitors the A/C current draw on my home's well and septic pumps. The pumps run irregularly, but typically only 3 to 10 times per day for maybe 3 minutes at a time. While a pump is running, my system will be logging current 16-bit resolution consumption data at 10 Hz. Conceptually, I understand how I could use AdafruitIO to display a pump operating state in terms of the pump either being 'on' or 'off'. There would be some value in that, and it would represent a very small amount of data. But what I would really like to see though is a graph of the current log during the most recent pump run event so that I can watch for anomalies like the length of the motor start current surge. Doing some rough math, a 3 minute pump run would generate about 1800 current readings, or 3600 bytes of data.
I don't need to see the detailed current log graph get updated in real time. It would be fine to push the data out when the run ends, and generate the graph after the fact. Is this something that AdafruitIO would be capable of doing?