Skip to content

Commit e32ebec

Browse files
authored
Update v2.4.3 README (#545)
1 parent 3bf7692 commit e32ebec

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,14 @@ curl http://0.0.0.0:30004/v1/nodes/demo-node
160160
# {"namespace":"baetyl-cloud","name":"demo-node","version":"1939112",...,"report":{"time":"2020-07-22T07:25:27.495362661Z","sysapps":...,"node":...,"nodestats":...,"ready":true}
161161
```
162162

163+
## Integration with eKuiper
164+
165+
BIE has integrated [eKuiper](https://github.com/lf-edge/ekuiper) since v2.4.3. Now, you can deploy and run it with one click through BIE's system application
166+
For eKuiper:version 1.8.0-alpha.2, you only need to add 'baetyl-ekuiper' field to the sysApps field when the node is created or modified.
167+
168+
The eKuiper will connect to baetyl-broker by default, so that you can use baetyl-broker as an input source to leverage eKuiper
169+
s streaming data processing and rules engine capabilities for edge data.
170+
163171
## Contact us
164172

165173
As the first open edge computing framework in China,

README_CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,14 @@ curl http://0.0.0.0:30004/v1/nodes/demo-node
167167
# {"namespace":"baetyl-cloud","name":"demo-node","version":"1939112",...,"report":{"time":"2020-07-22T07:25:27.495362661Z","sysapps":...,"node":...,"nodestats":...,"ready":true}
168168
```
169169

170+
## ekuiper集成
171+
172+
BIE从v2.4.3版本开始集成了[eKuiper](https://github.com/lf-edge/ekuiper),现在,你可以通过BIE的系统应用一键下发并运行
173+
eKuiper:1.8.0-alpha.2版本,只需要在节点创建或修改时的sysApps字段中,新增'baetyl-ekuiper'字段即可。
174+
175+
下发的eKuiper将默认连接到baetyl-broker,这样,你就可以通过baetyl-broker作为输入源,利用eKuiper
176+
的流式数据处理和规则引擎能力对边缘数据进行处理了。
177+
170178
## 联系我们
171179

172180
Baetyl 作为中国首发的开源边缘计算框架,

0 commit comments

Comments
 (0)