• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Streaming sensor data into an interpolating database

cirthix

Diamond Member
Hello,
I have multiple sensors to log data from and put that data into a database. The sensors will be polled at different rates and times, but I want to be able to ask for both raw values as well as interpolated values (linear might be too crude, selectable methods ideal). It would be really convenient if there was a database which did this already, does anyone know?

Thanks,
cirthix
 
With what frequency will the sensors be polled?

When you refer to 'interpolated values', do you mean that you'd like to sample the sensors with one frequency and then emit a time series with a different frequency, to be made up of interpolated / extrapolated values from the input series?
 
Back
Top