hpds_node/README.md

22 lines
349 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 节点
> 为协议网关access point、消息队列(message queue)和流处理(stream function)
提供基础服务
## example 例子
### mock_ap
> 定时产生数据发送到 mq1
### mq1
> 作为主节点级联节点mq2
### mq2
> 作为落地处理节点上级级联节点mq1
### sf
> 作为数据处理节点连接到mq2