111 lines
2.7 KiB
Erlang
111 lines
2.7 KiB
Erlang
%% -*- mode: erlang; -*-
|
|
#{
|
|
%% must always be of type `load'
|
|
db_apps =>
|
|
[
|
|
mnesia_rocksdb,
|
|
mnesia,
|
|
mria,
|
|
ekka
|
|
],
|
|
system_apps =>
|
|
[
|
|
kernel,
|
|
sasl,
|
|
crypto,
|
|
public_key,
|
|
asn1,
|
|
syntax_tools,
|
|
ssl,
|
|
os_mon,
|
|
inets,
|
|
compiler,
|
|
runtime_tools,
|
|
redbug,
|
|
xmerl,
|
|
{hocon, load},
|
|
telemetry
|
|
],
|
|
%% must always be of type `load'
|
|
common_business_apps =>
|
|
[
|
|
emqx,
|
|
emqx_conf,
|
|
|
|
esasl,
|
|
observer_cli,
|
|
tools,
|
|
covertool,
|
|
%% started by emqx_machine
|
|
system_monitor,
|
|
emqx_utils,
|
|
emqx_http_lib,
|
|
emqx_resource,
|
|
emqx_connector,
|
|
emqx_authn,
|
|
emqx_authz,
|
|
emqx_auto_subscribe,
|
|
emqx_gateway,
|
|
emqx_gateway_stomp,
|
|
emqx_gateway_mqttsn,
|
|
emqx_gateway_coap,
|
|
emqx_gateway_lwm2m,
|
|
emqx_gateway_exproto,
|
|
emqx_exhook,
|
|
emqx_bridge,
|
|
emqx_bridge_mqtt,
|
|
emqx_bridge_http,
|
|
emqx_rule_engine,
|
|
emqx_modules,
|
|
emqx_management,
|
|
emqx_dashboard,
|
|
emqx_retainer,
|
|
emqx_prometheus,
|
|
emqx_psk,
|
|
emqx_slow_subs,
|
|
emqx_mongodb,
|
|
emqx_redis,
|
|
emqx_mysql,
|
|
emqx_plugins,
|
|
quicer,
|
|
bcrypt,
|
|
jq,
|
|
observer
|
|
],
|
|
%% must always be of type `load'
|
|
ee_business_apps =>
|
|
[
|
|
emqx_license,
|
|
emqx_enterprise,
|
|
emqx_bridge_kafka,
|
|
emqx_bridge_pulsar,
|
|
emqx_bridge_gcp_pubsub,
|
|
emqx_bridge_cassandra,
|
|
emqx_bridge_opents,
|
|
emqx_bridge_clickhouse,
|
|
emqx_bridge_dynamo,
|
|
emqx_bridge_hstreamdb,
|
|
emqx_bridge_influxdb,
|
|
emqx_bridge_iotdb,
|
|
emqx_bridge_matrix,
|
|
emqx_bridge_mongodb,
|
|
emqx_bridge_mysql,
|
|
emqx_bridge_pgsql,
|
|
emqx_bridge_redis,
|
|
emqx_bridge_rocketmq,
|
|
emqx_bridge_tdengine,
|
|
emqx_bridge_timescale,
|
|
emqx_bridge_sqlserver,
|
|
emqx_oracle,
|
|
emqx_bridge_oracle,
|
|
emqx_bridge_rabbitmq,
|
|
emqx_schema_registry,
|
|
emqx_eviction_agent,
|
|
emqx_node_rebalance,
|
|
emqx_ft
|
|
],
|
|
%% must always be of type `load'
|
|
ce_business_apps =>
|
|
[emqx_telemetry]
|
|
}.
|