emqx/apps/emqx_utils
JianBo He d12335c4c6 chore: add tests 2024-01-29 18:10:42 +08:00
..
include feat: integrate OpenTelemetry traces 2023-12-05 18:11:00 +02:00
src chore(utils_stream): simplfy the csv reader implementation 2024-01-29 11:10:50 +08:00
test chore: add tests 2024-01-29 18:10:42 +08:00
README.md style: fix wording 2023-04-14 18:51:51 +02:00
rebar.config chore: upgrade to jiffy from 1.0.5 to 1.0.6 2023-12-06 19:18:15 +01:00

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 as emqx_misc - NEEDS WORK
  • emqx_utils_api: collection of helper functions for API responses
  • emqx_utils_binary: binary reverse, join, trim etc
  • emqx_utils_ets: convenience functions for creating and looking up data in ets tables.
  • emqx_utils_json: JSON encoding and decoding
  • emqx_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.