1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "about": {
- "trial": true,
- "author": {
- "name": "EMQ",
- "email": "contact@emqx.io",
- "company": "EMQ Technologies Co., Ltd",
- "website": "https://www.emqx.io"
- },
- "helpUrl": {
- "en_US": "https://ekuiper.org/docs/en/latest/guide/sources/builtin/neuron.html",
- "zh_CN": "https://ekuiper.org/docs/zh/latest/guide/sources/builtin/neuron.html"
- },
- "description": {
- "en_US": "The source consumes events from the local neuron.",
- "zh_CN": "从本地的 neuron 中消费消息。"
- }
- },
- "libs": [],
- "properties": {},
- "outputs": [
- {
- "label": {
- "en_US": "Output",
- "zh_CN": "输出"
- },
- "value": "signal"
- }
- ],
- "node": {
- "category": "source",
- "icon": "iconPath",
- "label": {
- "en_US": "Neuron",
- "zh_CN": "Neuron"
- }
- }
- }
|