memory.json 716 B

12345678910111213141516171819202122
  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/plugins/sources/memory.md",
  12. "zh_CN": "https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/plugins/sources/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. }