From c2ca9089caf4bcec046461dc38e648b3ab21f452 Mon Sep 17 00:00:00 2001 From: ieQu1 <99872536+ieQu1@users.noreply.github.com> Date: Thu, 6 Apr 2023 18:29:44 +0200 Subject: [PATCH] docs(emqx_machine): Add readme --- apps/emqx_machine/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 apps/emqx_machine/README.md diff --git a/apps/emqx_machine/README.md b/apps/emqx_machine/README.md new file mode 100644 index 000000000..9ff33a5e5 --- /dev/null +++ b/apps/emqx_machine/README.md @@ -0,0 +1,5 @@ +# 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.