memory.json 1000 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "about": {
  3. "trial": true,
  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/sources/builtin/memory.md",
  12. "zh_CN": "https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/rules/sources/builtin/memory.md"
  13. },
  14. "description": {
  15. "en_US": "The source subscribes to topics to consume events from memory sink to form a rule pipeline.",
  16. "zh_CN": "内存源可通过订阅主题来消费内存sink里的消息,从而实现规则流水线。"
  17. }
  18. },
  19. "libs": [],
  20. "properties": {
  21. },
  22. "outputs": [
  23. {
  24. "label": {
  25. "en_US": "Output",
  26. "zh_CN": "输出"
  27. },
  28. "value": "signal"
  29. }
  30. ],
  31. "node": {
  32. "category": "source",
  33. "icon": "iconPath",
  34. "label": {
  35. "en_US": "Memory",
  36. "zh_CN": "Memory"
  37. }
  38. }
  39. }