[IOTDB-6236] Pipe: CountPointProcessor example#11470
Merged
SteveYurongSu merged 6 commits intoapache:masterfrom Nov 3, 2023
Merged
[IOTDB-6236] Pipe: CountPointProcessor example#11470SteveYurongSu merged 6 commits intoapache:masterfrom
SteveYurongSu merged 6 commits intoapache:masterfrom
Conversation
SteveYurongSu
approved these changes
Nov 3, 2023
HTHou
pushed a commit
that referenced
this pull request
Dec 20, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Simple PipeProcessor plugin:
Main function: In standalone case, it can count the total number of IoTDB points in real time and write them into a target sequence (specified by the KV parameter of the Processor).
简易 PipeProcessor 插件:
主要功能:单机情况下,可以实时统计 IoTDB 的总点数并写成目标序列(由 Processor 的 KV 参数指定)
使用方法: