|
|
vor 4 Jahren | |
|---|---|---|
| .. | ||
| etc | b3d9605722 chore(conf): EMQ X -> EMQX in conf files | vor 4 Jahren |
| include | 63167cea70 chore: update copyright | vor 4 Jahren |
| src | 0b4b3a7cf0 fix(dialyzer): some bad type specs | vor 4 Jahren |
| test | b69dca4f08 feat(rule): add testcase for '/delivery_dropped' | vor 4 Jahren |
| .gitignore | 4a877a3a69 chore(apps): relocate some apps | vor 5 Jahren |
| README.md | 1be3eb1446 chore: rename EMQX Broker to just EMQX | vor 4 Jahren |
| rebar.config | 82e3565344 chore: major mode file variable for Emacs | vor 4 Jahren |
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;