Database storage for high sample rate data in web app
- by Jim
I've got multiple sensors feeding data to my web app. Each channel is 5 samples per second and the data gets uploaded bundled together in 1 minute json messages (containing 300 samples).
The data will be graphed using flot at multiple zoom levels from 1 day to 1 minute.
I'm using Amazon SimpleDB and I'm currently storing the data in the 1 minute…