Thales Macedo Garitezi 34a29e6363 feat(schema validation): implement support for `ctl conf load` il y a 1 an
..
include cb5fdb3c79 fix: rework In-flight / Mqueue API il y a 1 an
src 34a29e6363 feat(schema validation): implement support for `ctl conf load` il y a 1 an
test 9f7ef9f34f fix(ds): Apply review remarks il y a 1 an
README.md d8204021dc refactor(metrics): Move metrics worker to emqx_utils application il y a 1 an
rebar.config de61d9d609 chore: upgrade to jiffy from 1.0.5 to 1.0.6 il y a 2 ans

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.
  • emqx_metrics: counters, gauges, slides

Contributing

Please see our contributing guidelines for information on how to contribute to emqx_utils. We welcome bug reports, feature requests, and pull requests.