emqx/.ci
Kjell Winblad 74c33cd4e5 feat(rule_engine): add jq function to the rule engine
This commit adds a function to the rule engine that alows users
to transform text or JSON objects using [jq filter programs][1].

[jq][1] is a command line tool that can be used to transform
and filter JSON text using jq's built-in language. The rule engine
function that is added with this commit uses the
[Erlang jq NIF library][2] that wraps the jq C library in an
Erlang NIF function.

[1]: https://stedolan.github.io/jq/
[2]: https://github.com/emqx/jq
2022-05-04 17:09:16 +02:00
..
docker-compose-file feat(rule_engine): add jq function to the rule engine 2022-05-04 17:09:16 +02:00
fvt_tests Merge pull request #6732 from JimMoen/telemetry-api-refactor 2022-01-14 09:36:54 +08:00