From 519efae763bc5c7208d0a38adbaf25fc38fc56a6 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Sat, 1 Aug 2020 15:50:55 +0800 Subject: [PATCH] add more description for emq insert. --- documentation20/insert-ch.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/documentation20/insert-ch.md b/documentation20/insert-ch.md index fcc0616742..7bfcebad26 100644 --- a/documentation20/insert-ch.md +++ b/documentation20/insert-ch.md @@ -212,7 +212,5 @@ select * from cpu; ## EMQ X MQTT Broker直接写入 -MQTT是一流行的物联网数据传输协议,[EMQ](https://github.com/emqx/emqx)是一开源的MQTT Broker软件,无需任何代码,只需要在EMQ里做简单配置,即可将MQTT的数据直接写入TDengine。 - - +MQTT是一流行的物联网数据传输协议,[EMQ](https://github.com/emqx/emqx)是一开源的MQTT Broker软件,无需任何代码,只需要在EMQ Dashboard里使用“规则”做简单配置,即可将MQTT的数据直接写入TDengine。EMQ X 支持通过 发送到 Web 服务 的方式保存数据到 TDEngine,也在企业版上提供原生的 TDEngine 驱动实现直接保存。详细使用方法请参考 [EMQ 官方文档](https://docs.emqx.io/broker/latest/cn/rule/rule-example.html#%E4%BF%9D%E5%AD%98%E6%95%B0%E6%8D%AE%E5%88%B0-tdengine)。