memory.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. "node": {
  37. "category": "sink",
  38. "icon": "iconPath",
  39. "label": {
  40. "en": "Memory",
  41. "zh": "内存输出"
  42. }
  43. }
  44. }