memory.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "about": {
  3. "trial": false,
  4. "author": {
  5. "name": "EMQ",
  6. "email": "contact@emqx.io",
  7. "company": "EMQ Technologies Co., Ltd",
  8. "website": "https://www.emqx.io"
  9. },
  10. "helpUrl": {
  11. "en_US": "https://github.com/lf-edge/ekuiper/blob/master/docs/en_US/rules/sinks/builtin/memory.md",
  12. "zh_CN": "https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/rules/sinks/builtin/memory.md"
  13. },
  14. "description": {
  15. "en_US": "The action is used to flush the result into an in-memory topic so that it can be consumed by the memory source.",
  16. "zh_CN": "该操作用于将输出消息发送到内存主题中,以便内存源可以消费。"
  17. }
  18. },
  19. "properties": [
  20. {
  21. "name": "topic",
  22. "optional": false,
  23. "control": "text",
  24. "default": "",
  25. "type": "string",
  26. "hint": {
  27. "en_US": "The topic, such as analysis/result",
  28. "zh_CN": "主题,例如 analysis/result"
  29. },
  30. "label": {
  31. "en_US": "Topic",
  32. "zh_CN": "主题"
  33. }
  34. }
  35. ]
  36. }