JianBo He bfa5922209 Merge pull request #10140 from HJianBo/cassa 2 лет назад
..
etc 8aa60cc0a5 feat: generate a minimized emqx.conf 3 лет назад
i18n 53825b9aba fix(emqx_bridge): propagate connection error to resource status 2 лет назад
include 2d75c7d6d9 fix(emqx_bridge): remove metrics from non-dedicated bridge API endpoints 2 лет назад
src bfa5922209 Merge pull request #10140 from HJianBo/cassa 2 лет назад
test fbfdaf44e0 fix(emqx_bridge): don't crash on validation error 2 лет назад
.gitignore bfb2df37ce refactor(bridge): rename emqx_data_bridge to emqx_bridge 4 лет назад
README.md 667d66eb1e docs(README): EMQ X -> EMQX 4 лет назад
rebar.config 03342923b9 fix(bridge): use the same dry run prefix 2 лет назад

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.