emqx/apps/emqx_connector
Thales Macedo Garitezi a6a9538e73 refactor: move JWT worker and helpers to separate app
Some bridge applications might need to use JWTs before the `emqx_connector` is started, so
we must move JWT table initialization to a separate dependency application.
2024-07-31 14:52:12 -03:00
..
etc feat: generate a minimized emqx.conf 2022-05-31 19:20:27 +08:00
include refactor: move JWT worker and helpers to separate app 2024-07-31 14:52:12 -03:00
src refactor: move JWT worker and helpers to separate app 2024-07-31 14:52:12 -03:00
test refactor: move JWT worker and helpers to separate app 2024-07-31 14:52:12 -03:00
.gitignore Revert "chore: mv emqx_connector to emqx_data_bridge" 2021-06-17 19:11:10 +08:00
README.md refactor: move MySQL open source connector to its own app 2023-06-27 16:15:18 +02:00
mix.exs refactor: move JWT worker and helpers to separate app 2024-07-31 14:52:12 -03:00
rebar.config refactor: move JWT worker and helpers to separate app 2024-07-31 14:52:12 -03:00

README.md

emqx_connector

This application is a collection of connectors.

A connector is a callback module of emqx_resource that maintains the data related to external resources.