Hello,
Thank you for all the great docs and tutorials you’ve put together on CDF. I would like to get an expert opinion on the best way to accomplish a specific use case I have.
We have a daily time series that we calculate for predicted availability of an asset, for a time range that is usually between 5 and 40 years (usually between 1,826 and 14,610 data points per time series). We have a view were an engineer will want to see this time series graphed, but also will want to see a single KPI value that represents the average of the time series from today to end of the range. For all of our assets, this KPI could be ready several times a day as people view this KPI. When we were storing this data in Azure SQL, to speed it up, we pre-calculated and stored this KPI average and stored a new time series (throwing away some of the time series points and linear interpolating). That way, reading a single data point representing the average of from today to the end of the range and display it quickly on the screen.
Considering that this value is read often and needs to be displayed quickly, what is the CDF native way of making this KPI available and accurate daily?