# Examples
Here are examples of how to configure EMQX.
The main purpose of the examples are to serve as a reference for configuration layout and syntax, but not a guide to how to configure EMQX.
For more information about EMQX configuration, please refer to EMQX documentation (links below).
There are two ways to extend the configuration of EMQX:
* By adding the configs to `emqx.conf` file.
* By adding the configs to a new file and include it in `emqx.conf` file. For example, add `include "mylisteners.conf"` to `emqx.conf` file and add the listeners to `mylisteners.conf`.
EMQX configuration consists of two parts: static configs and dynamic configs.
* Configs loaded from `emqx.conf` (and included files) are static configs.
* Configs added or updated from the dashboard or CLI are dynamic configs which are synced to all nodes in the cluster and stored in the data directory on each node.
It is important to note that static configs are loaded when EMQX starts and overlays on top of the dynamic configs,
to avoid confusion, it is highly recommended NOT to use the same config name for both static and dynamic configs.
## Documentation
The EMQX documentation is available at [www.emqx.io/docs/en/latest/](https://www.emqx.io/docs/en/latest/).
The EMQX Enterprise documentation is available at [docs.emqx.com/en/](https://docs.emqx.com/en/).
冰下一度12138
- 粉丝: 551
- 资源: 10
最新资源
- 【未发表】基于鲸鱼优化算法WOA优化鲁棒极限学习机RELM实现负荷数据回归预测算法研究附Matlab代码.rar
- 【未发表】基于开普勒优化算法KOA优化集成学习结合鲁棒极限学习机RELM-Adaboost实现负荷数据回归预测算法研究附Matlab代码.rar
- 【未发表】基于开普勒优化算法KOA优化集成学习结合核极限学习机KELM-Adaboost实现风电数据时序预测算法研究附Matlab代码.rar
- 【未发表】基于开普勒优化算法KOA优化鲁棒极限学习机RELM实现负荷数据回归预测算法研究附Matlab代码.rar
- 【未发表】基于开普勒优化算法KOA优化宽度学习BLS实现光伏数据预测算法研究附Matlab代码.rar
- 【未发表】基于粒子群优化算法PSO优化集成学习结合核极限学习机KELM-Adaboost实现风电数据时序预测算法研究附Matlab代码.rar
- 【未发表】基于粒子群优化算法PSO优化鲁棒极限学习机RELM实现负荷数据回归预测算法研究附Matlab代码.rar
- 【未发表】基于粒子群优化算法PSO优化宽度学习BLS实现光伏数据预测算法研究附Matlab代码.rar
- 【未发表】基于粒子群优化算法PSO优化集成学习结合鲁棒极限学习机RELM-Adaboost实现负荷数据回归预测算法研究附Matlab代码.rar
- 【未发表】基于凌日优化算法TSOA优化宽度学习BLS实现光伏数据预测算法研究附Matlab代码.rar
- 【未发表】基于凌日优化算法TSOA优化集成学习结合鲁棒极限学习机RELM-Adaboost实现负荷数据回归预测算法研究附Matlab代码.rar
- 【未发表】基于凌日优化算法TSOA优化集成学习结合核极限学习机KELM-Adaboost实现风电数据时序预测算法研究附Matlab代码.rar
- 【未发表】基于凌日优化算法TSOA优化鲁棒极限学习机RELM实现负荷数据回归预测算法研究附Matlab代码.rar
- 【未发表】基于龙格库塔优化算法RUN优化集成学习结合鲁棒极限学习机RELM-Adaboost实现负荷数据回归预测算法研究附Matlab代码.rar
- 【未发表】基于龙格库塔优化算法RUN优化集成学习结合核极限学习机KELM-Adaboost实现风电数据时序预测算法研究附Matlab代码.rar
- 【未发表】基于龙格库塔优化算法RUN优化鲁棒极限学习机RELM实现负荷数据回归预测算法研究附Matlab代码.rar
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈