neuron.json 911 B

1234567891011121314151617181920212223242526272829303132333435363738
  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/neuron.md",
  12. "zh_CN": "https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/rules/sources/builtin/neuron.md"
  13. },
  14. "description": {
  15. "en_US": "The source consumes events from the local neuron.",
  16. "zh_CN": "从本地的 neuron 中消费消息。"
  17. }
  18. },
  19. "libs": [],
  20. "properties": {},
  21. "outputs": [
  22. {
  23. "label": {
  24. "en_US": "Output",
  25. "zh_CN": "输出"
  26. },
  27. "value": "signal"
  28. }
  29. ],
  30. "node": {
  31. "category": "Protocol/Protocol1",
  32. "icon": "iconPath",
  33. "label": {
  34. "en_US": "Neuron",
  35. "zh_CN": "Neuron"
  36. }
  37. }
  38. }