Sen descrición

lijian f53b406655 add UPDATE.md hai 1 ano
docs f2d398323b feat: mysql driver update to v1.6 %!s(int64=4) %!d(string=hai) anos
pkg f53b406655 add UPDATE.md hai 1 ano
services 27ce244721 Merge branch 'v2' of http://192.168.0.224:3000/yongxu/sparrow into v2 hai 1 ano
tests 5e2b217906 add header tyhpe %!s(int64=2) %!d(string=hai) anos
tools b5426086ab 支持event 转发,优化http节点 %!s(int64=3) %!d(string=hai) anos
vendor be116819fc udpate vendor %!s(int64=2) %!d(string=hai) anos
.DS_Store d66444b60f udpate vendor %!s(int64=2) %!d(string=hai) anos
.gitignore 6c7255c248 修复在线状态 #2 %!s(int64=2) %!d(string=hai) anos
README.md 5ddc5fce5c 更新httpaccess文档 %!s(int64=3) %!d(string=hai) anos
UPDATE.md f53b406655 add UPDATE.md hai 1 ano
install.sh 31f07ae8f1 chore: update run and install shell file %!s(int64=4) %!d(string=hai) anos
install_development.sh 310dbd33a7 chore: install_development.sh %!s(int64=4) %!d(string=hai) anos
install_production.sh a95025c69d fix comment %!s(int64=3) %!d(string=hai) anos
killall.sh f64fc39b0f chore: add killall.sh %!s(int64=4) %!d(string=hai) anos
killall_win.sh 8448bf4dd7 chore: add killall script in windows %!s(int64=4) %!d(string=hai) anos
publish.sh f7ab84a96d api服务跨域 %!s(int64=6) %!d(string=hai) anos
run.sh 281f04c430 更新规则链配置 %!s(int64=2) %!d(string=hai) anos
run_development_win.sh 9ffef32d63 chore: fix run_development_win.sh set external argument %!s(int64=4) %!d(string=hai) anos
run_production.sh c5dba6f25d update sh %!s(int64=2) %!d(string=hai) anos

README.md

knowocloud 开物云开放平台

云平台采用微服务架构,除系统依赖的Mysql, MongoDB等开源服务组件,平台自身通过以下几个服务组成.

  • registry: 维护平台全局配置和信息的服务 文档说明
  • devicemanager: 设备信息与状态维护服务 文档说明
  • controller: 和设备进行信息交互的路由服务 文档说明
  • apiprovider: 为应用提供REST接口 文档说明
  • httpaccess: 设备Http API接入服务,实现设备登陆,注册,认证等逻辑 文档说明
  • mqttaccess: MQTT接入服务 文档说明
  • knowoapi: 开放平台管理中心api接口服务 文档说明
  • fileaccess: 静态文件服务器 文档说明
  • coapaccess: CoAP接入服务文档说明

开发编译

./install.sh

编译好的二进制文件在$GOAPTH/bin目录下,可以查看该目录确认是否编译成功。

运行

./run.sh

开发计划:

1.实现规则引擎获取租户、规则链、规则节点相关的数据.

2.实现actor的生命周期消息事件支持。