memory.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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://ekuiper.org/docs/en/latest/guide/sources/builtin/memory.html",
  12. "zh_CN": "https://ekuiper.org/docs/zh/latest/guide/sources/builtin/memory.html"
  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. "dataSource": {
  21. "default": "topic1",
  22. "hint": {
  23. "en_US": "The memory topic to subscribe to, e.g. topic1. It is similar to MQTT topic.",
  24. "zh_CN": "将要订阅的内存主题, 例如 topic1。类似 MQTT 主题"
  25. },
  26. "label": {
  27. "en_US": "Data Source (Topic)",
  28. "zh_CN": "数据源(主题)"
  29. }
  30. },
  31. "properties": {
  32. },
  33. "outputs": [
  34. {
  35. "label": {
  36. "en_US": "Output",
  37. "zh_CN": "输出"
  38. },
  39. "value": "signal"
  40. }
  41. ],
  42. "node": {
  43. "category": "source",
  44. "icon": "iconPath",
  45. "label": {
  46. "en_US": "Memory",
  47. "zh_CN": "Memory"
  48. }
  49. }
  50. }