Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support swing door data compression plugin #3388

Closed
baoyicai opened this issue Oct 26, 2017 · 3 comments
Closed

support swing door data compression plugin #3388

baoyicai opened this issue Oct 26, 2017 · 3 comments
Labels
feature request Requests for new plugin and for new features to existing plugins

Comments

@baoyicai
Copy link

Hi,
I'm wondering if telegraf can support more data compression plugin, the one algorithm I'm particularly interested is the swing door algorithm, it is implemented by OSIsoft PI system, in their interface node, which is very similar to telegraf ( the interface implements data exception algorithm) and the its core database (implements data compression algorithm)

the two algorithms can greatly reduce the data size without loosing too much of its details, and it's configurable so that users can choose how detailed they want to data to be.

See link below
https://livelibrary.osisoft.com/LiveLibrary/content/en/server-v5/GUID-3BEE22F8-D525-44C1-85DF-41443553E233

@danielnelson
Copy link
Contributor

This is an interesting idea, something like this could be implemented as a processor. One thing to note is that it seems that this could cause aggregation issues.

@danielnelson
Copy link
Contributor

To answer you question though, Telegraf currently has no support for this style of compression algorithm.

@danielnelson danielnelson added the feature request Requests for new plugin and for new features to existing plugins label Oct 26, 2017
@baoyicai
Copy link
Author

Thanks for replying. I believe it will be a great feature for future development. It aims to reduce data size, which is the same as aggregation, but it keeps the details like the data spikes, which is important for analysis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

No branches or pull requests

3 participants