|
|
2 lat temu | |
|---|---|---|
| .. | ||
| etc | 8aa60cc0a5 feat: generate a minimized emqx.conf | 3 lat temu |
| include | 1824e7efcc fix(rule_engine): count referenced bridges in `from` clauses as dependencies (rv5.0) | 2 lat temu |
| src | 9c1a1c7de8 Merge pull request #11919 from thalesmg/action-api-swagger-nits-r53-20231109 | 2 lat temu |
| test | eabd09051a feat(actions_api): add `/action_types` API | 2 lat temu |
| .gitignore | bfb2df37ce refactor(bridge): rename emqx_data_bridge to emqx_bridge | 4 lat temu |
| README.md | 667d66eb1e docs(README): EMQ X -> EMQX | 4 lat temu |
| rebar.config | f8e9e54393 refactor: move emqx_json to emqx_utils_json | 2 lat temu |
EMQX Data Bridge is an application that managing the resources (see emqx_resource) used by emqx rule engine.
It provides CRUD HTTP APIs of the resources, and is also responsible for loading the resources at
startup, and saving configs of resources to data/ after configs updated.
The application depends on emqx_connector as that's where all the callback modules of connector
resources placed.