123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "about": {
- "trial": true,
- "author": {
- "name": "EMQ",
- "email": "contact@emqx.io",
- "company": "EMQ Technologies Co., Ltd",
- "website": "https://www.emqx.io"
- },
- "helpUrl": {
- "en_US": "https://github.com/lf-edge/ekuiper/blob/master/docs/en_US/rules/sources/builtin/memory.md",
- "zh_CN": "https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/rules/sources/builtin/memory.md"
- },
- "description": {
- "en_US": "The source subscribes to topics to consume events from memory sink to form a rule pipeline.",
- "zh_CN": "内存源可通过订阅主题来消费内存sink里的消息,从而实现规则流水线。"
- }
- },
- "libs": [],
- "properties": {
- },
- "outputs": [
- {
- "label": {
- "en_US": "Output",
- "zh_CN": "输出"
- },
- "value": "signal"
- }
- ],
- "node": {
- "category": "Protocol/Protocol1",
- "icon": "iconPath",
- "label": {
- "en_US": "Memory",
- "zh_CN": "Memory"
- }
- }
- }
|