Zaiming (Stone) Shi 02c3f87b31 style: reformat all remaining apps преди 3 години
..
etc b3d9605722 chore(conf): EMQ X -> EMQX in conf files преди 4 години
i18n e9843aa225 fix(doc): html line break use `</br>` преди 3 години
src 02c3f87b31 style: reformat all remaining apps преди 3 години
test 02c3f87b31 style: reformat all remaining apps преди 3 години
.gitignore bfb2df37ce refactor(bridge): rename emqx_data_bridge to emqx_bridge преди 4 години
README.md 667d66eb1e docs(README): EMQ X -> EMQX преди 4 години
rebar.config 02c3f87b31 style: reformat all remaining apps преди 3 години

README.md

emqx_bridge

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.