|
|
3 лет назад | |
|---|---|---|
| .. | ||
| etc | 05032467bd feat(rule_engine): default timeout for jq/2 and jq/3 with timeout | 3 лет назад |
| i18n | 866810cea6 Merge pull request #8006 from emqx/copy-of-kjell/jq/timeout | 3 лет назад |
| include | 02c3f87b31 style: reformat all remaining apps | 3 лет назад |
| src | 866810cea6 Merge pull request #8006 from emqx/copy-of-kjell/jq/timeout | 3 лет назад |
| test | 866810cea6 Merge pull request #8006 from emqx/copy-of-kjell/jq/timeout | 3 лет назад |
| .gitignore | 4a877a3a69 chore(apps): relocate some apps | 5 лет назад |
| README.md | 1be3eb1446 chore: rename EMQX Broker to just EMQX | 4 лет назад |
| rebar.config | 74c33cd4e5 feat(rule_engine): add jq function to the rule engine | 3 лет назад |
IoT Rule Engine
iot rule "Rule Name"
when
match TopicFilters and Conditions
select
para1 = val1
para2 = val2
then
take action(#{para2 => val1, #para2 => val2})
|-----------------|
Pub ---->| Message Routing |----> Sub
|-----------------|
| /|\
\|/ |
|-----------------|
| Rule Engine |
|-----------------|
| |
Backends Services Bridges
select id, time, temperature as t from "topic/a" where t > 50;