The Swinging Door Trending (SDT) Filter Processor #1285
Locked
SteveYurongSu
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
@SteveYurongSu thanks for this great feature request 🙏🏼 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Motivation
Recently, I've been trying to build actual IoT data processing pipelines using StreamPipes.
I encountered some difficulties in building a scene for UHF time series data processing. For such UHF time series data processing scenarios, we generally do not want to process the original data directly, but only the characteristic data of the original data. Therefore, I hope StreamPipes can provide a way to extract the characteristic data of UHF time series data.
After some of my research, I found that SDT algorithm is a kind of characteristic time series data extration algorithm (or a down-frequency / lossy compression algorithm). The SDT algorithm is typically built into real-time/time database (OSI Pi / IoTDB), but it would also make sense to build it into a filter processor of streampipes.
I would like to contribute to the SDT filter processor implementation. 😆
The Swinging Door Trending Algorithm
Here are some descriptions of the SDT algorithm that I found:
Link: https://www.alibabacloud.com/blog/using-the-swinging-door-trending-algorithm-in-postgresql_595129
Beta Was this translation helpful? Give feedback.
All reactions