-
Hello, How can we configure eKuiper to execute a rule that combines inputs from distinct EdgeX events? For example, we have two EdgeX devices: device 1, which collects current data every 3 seconds, and device 2, which collects voltage data every 5 seconds. Is it possible to create an eKuiper rule to calculate power (current * voltage) every 3 seconds by merging these disparate event streams? |
Beta Was this translation helpful? Give feedback.
Answered by
ngjaying
Sep 20, 2023
Replies: 1 comment 1 reply
-
Hello, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BlancoMY
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Please check cookbook https://ekuiper.org/docs/en/latest/example/data_merge/merge_single_stream.html. Solution 2 may be what you need?