Shawn 1d023b541f refactor(connnector): rename waiting_connect_complete -> wait_for_resource_ready 3 سال پیش
..
etc b3d9605722 chore(conf): EMQ X -> EMQX in conf files 4 سال پیش
src 1d023b541f refactor(connnector): rename waiting_connect_complete -> wait_for_resource_ready 3 سال پیش
test 1d023b541f refactor(connnector): rename waiting_connect_complete -> wait_for_resource_ready 3 سال پیش
.gitignore bfb2df37ce refactor(bridge): rename emqx_data_bridge to emqx_bridge 4 سال پیش
README.md 667d66eb1e docs(README): EMQ X -> EMQX 4 سال پیش
rebar.config 34d6dbca61 chore(mix): simplify build by using rebar3 for umbrella apps 4 سال پیش

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.