neuron.json 1.2 KB

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