emqx/apps/emqx_machine
ieQu1 c2ca9089ca docs(emqx_machine): Add readme 2023-04-08 13:22:52 +02:00
..
src fix: stop port apps when emqx_machine_terminator shutdown 2023-03-14 15:39:50 +08:00
test chore: update copyright year 2023 2023-01-02 09:22:27 +01:00
README.md docs(emqx_machine): Add readme 2023-04-08 13:22:52 +02:00
rebar.config style: reformat emqx_machine, emqx_plugin_libs, and emqx_statsd 2022-04-23 09:55:50 +02:00

README.md

EMQX Machine

This application manages other OTP applications in EMQX and serves as the entry point when BEAM VM starts up. It prepares the node before starting mnesia/mria, as well as EMQX business logic. It keeps track of the business applications storing data in Mnesia, which need to be restarted when the node joins the cluster by registering ekka callbacks.