![]() Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com> Co-authored-by: Stefan Strigler <stefan.strigler@emqx.io> Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com> Several bridges should be able to share a connector pool defined by a single connector. The connectors should be possible to enable and disable similar to how one can disable and enable bridges. There should also be an API for checking the status of a connector and for add/edit/delete connectors similar to the current bridge API. Issues: https://emqx.atlassian.net/browse/EMQX-10805 |
||
---|---|---|
.. | ||
include | ||
src | ||
test | ||
README.md | ||
rebar.config |
README.md
Erlang utility library for EMQX
Overview
emqx_utils
is a collection of utility functions for EMQX, organized into
several modules. It provides various functionalities to make it easier to work
with EMQX, such as binary manipulations, maps, JSON en- and decoding, ets table
handling, data conversions, and more.
Features
emqx_utils
: unsorted helper functions, formerly known asemqx_misc
- NEEDS WORKemqx_utils_api
: collection of helper functions for API responsesemqx_utils_binary
: binary reverse, join, trim etcemqx_utils_ets
: convenience functions for creating and looking up data in ets tables.emqx_utils_json
: JSON encoding and decodingemqx_utils_maps
: convenience functions for map lookup and manipulation like deep_get etc.
Contributing
Please see our contributing guidelines for information
on how to contribute to emqx_utils
. We welcome bug reports, feature requests,
and pull requests.