neuron.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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/neuron.html",
  12. "zh_CN": "https://ekuiper.org/docs/zh/latest/guide/sources/builtin/neuron.html"
  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. "default": [
  22. {
  23. "name": "url",
  24. "default": "tcp://127.0.0.1:7081",
  25. "optional": false,
  26. "control": "text",
  27. "type": "string",
  28. "hint": {
  29. "en_US": "The nng url to connect to neuron.",
  30. "zh_CN": "连接 Neuron 的 nng url"
  31. },
  32. "label": {
  33. "en_US": "URL",
  34. "zh_CN": "路径"
  35. }
  36. }
  37. ]
  38. },
  39. "outputs": [
  40. {
  41. "label": {
  42. "en_US": "Output",
  43. "zh_CN": "输出"
  44. },
  45. "value": "signal"
  46. }
  47. ],
  48. "node": {
  49. "category": "source",
  50. "icon": "iconPath",
  51. "label": {
  52. "en_US": "Neuron",
  53. "zh_CN": "Neuron"
  54. }
  55. }
  56. }