reboot_lists.eterm 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. %% -*- mode: erlang; -*-
  2. #{
  3. %% must always be of type `load'
  4. db_apps =>
  5. [
  6. mnesia_rocksdb,
  7. mnesia,
  8. mria,
  9. ekka
  10. ],
  11. system_apps =>
  12. [
  13. kernel,
  14. sasl,
  15. crypto,
  16. public_key,
  17. asn1,
  18. syntax_tools,
  19. ssl,
  20. %% started temporary in emqx to prevent crash vm when permanent.
  21. {os_mon, load},
  22. inets,
  23. compiler,
  24. runtime_tools,
  25. redbug,
  26. xmerl,
  27. %% has no application/2 callback
  28. {hocon, load},
  29. telemetry,
  30. observer_cli,
  31. tools,
  32. observer,
  33. {system_monitor, load},
  34. jq
  35. ],
  36. %% must always be of type `load'
  37. common_business_apps =>
  38. [
  39. emqx,
  40. emqx_conf,
  41. emqx_utils,
  42. emqx_durable_storage,
  43. emqx_ds_backends,
  44. emqx_http_lib,
  45. emqx_resource,
  46. emqx_connector_jwt,
  47. emqx_connector,
  48. emqx_auth,
  49. emqx_auth_http,
  50. emqx_auth_jwt,
  51. emqx_auth_mnesia,
  52. emqx_auth_mongodb,
  53. emqx_auth_mysql,
  54. emqx_auth_postgresql,
  55. emqx_auth_redis,
  56. emqx_ldap,
  57. emqx_auth_ldap,
  58. emqx_auto_subscribe,
  59. emqx_gateway,
  60. emqx_gateway_stomp,
  61. emqx_gateway_mqttsn,
  62. emqx_gateway_coap,
  63. emqx_gateway_lwm2m,
  64. emqx_gateway_exproto,
  65. emqx_exhook,
  66. emqx_bridge,
  67. emqx_bridge_mqtt,
  68. emqx_bridge_http,
  69. emqx_rule_engine,
  70. emqx_modules,
  71. emqx_management,
  72. emqx_dashboard,
  73. emqx_retainer,
  74. emqx_prometheus,
  75. emqx_psk,
  76. emqx_slow_subs,
  77. emqx_mongodb,
  78. emqx_redis,
  79. emqx_mysql,
  80. emqx_postgresql,
  81. emqx_plugins,
  82. emqx_opentelemetry,
  83. quicer,
  84. bcrypt
  85. ],
  86. %% must always be of type `load'
  87. ee_business_apps =>
  88. [
  89. emqx_license,
  90. emqx_enterprise,
  91. emqx_schema_validation,
  92. emqx_message_transformation,
  93. emqx_connector_aggregator,
  94. emqx_bridge_kafka,
  95. emqx_bridge_pulsar,
  96. emqx_bridge_gcp_pubsub,
  97. emqx_bridge_cassandra,
  98. emqx_bridge_opents,
  99. emqx_bridge_clickhouse,
  100. emqx_bridge_dynamo,
  101. emqx_bridge_greptimedb,
  102. emqx_bridge_hstreamdb,
  103. emqx_bridge_influxdb,
  104. emqx_bridge_iotdb,
  105. emqx_bridge_es,
  106. emqx_bridge_matrix,
  107. emqx_bridge_mongodb,
  108. emqx_bridge_mysql,
  109. emqx_bridge_pgsql,
  110. emqx_bridge_redis,
  111. emqx_bridge_rocketmq,
  112. emqx_bridge_tdengine,
  113. emqx_bridge_timescale,
  114. emqx_bridge_sqlserver,
  115. emqx_bridge_kinesis,
  116. emqx_oracle,
  117. emqx_bridge_oracle,
  118. emqx_bridge_rabbitmq,
  119. emqx_bridge_azure_event_hub,
  120. emqx_bridge_datalayers,
  121. emqx_s3,
  122. emqx_bridge_s3,
  123. emqx_bridge_azure_blob_storage,
  124. emqx_bridge_couchbase,
  125. emqx_bridge_snowflake,
  126. emqx_schema_registry,
  127. emqx_eviction_agent,
  128. emqx_node_rebalance,
  129. emqx_ft,
  130. emqx_gcp_device,
  131. emqx_dashboard_rbac,
  132. emqx_dashboard_sso,
  133. emqx_audit,
  134. emqx_gateway_gbt32960,
  135. emqx_gateway_ocpp,
  136. emqx_gateway_jt808,
  137. emqx_bridge_syskeeper,
  138. emqx_bridge_confluent,
  139. emqx_ds_shared_sub,
  140. emqx_auth_kerberos,
  141. emqx_auth_ext,
  142. emqx_cluster_link,
  143. emqx_ds_builtin_raft,
  144. emqx_auth_cinfo
  145. ],
  146. %% must always be of type `load'
  147. ce_business_apps =>
  148. [emqx_telemetry]
  149. }.