You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by "SteveYurongSu (via GitHub)" <gi...@apache.org> on 2023/02/16 02:06:21 UTC

[I] Swinging Door Trending (SDT) Filter Processor (streampipes)

SteveYurongSu opened a new issue, #1296:
URL: https://github.com/apache/streampipes/issues/1296

   ### Body
   
   The **Swinging Door Trending (SDT)** algorithm is a linear trend compression algorithm. In essence, it replaces a series of continuous `(timestamp, value)` points with a straight line determined by the start and end points.
   
   The **Swinging Door Trending (SDT) Filter Processor** can extract and forward the characteristic events of the original stream. In general, this filter can also be used to reduce the frequency of original data in a lossy way.
   
   This issue is created to track the implementation of the filter processor. It is originally from a discussion. For more information, please see: #1285 
   
   
   ### StreamPipes Committer
   
   I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Swinging Door Trending (SDT) Filter Processor (streampipes)

Posted by "bossenti (via GitHub)" <gi...@apache.org>.
bossenti closed issue #1296: Swinging Door Trending (SDT) Filter Processor
URL: https://github.com/apache/streampipes/issues/1296


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org