diff --git a/README.md b/README.md index 5ce36ef6098003618d292a31dc0ac239c498e1f6..ff8a114487e4c32326f0b05c67e9910edbc79370 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ https://gitee.com/fly-iot/docker-compose -## 原始项目叫:ActorCloud Server,此项目为重新整理开源项目的代码 +## 2,原始项目叫:ActorCloud Server,此项目为重新整理开源项目的代码 关于actorcloud项目, 原始项目: https://github.com/actorcloud/ActorCloud @@ -31,7 +31,7 @@ IoT Hub:为终端上云建立可靠双向连接通道,进行认证鉴权、 数据引擎:对获取的终端消息高速持久化、实时解析、规则事务处理与可视化展示; 应用使能:提供终端SDK、APP SDK,开放丰富的 REST API 接口,集成消息推送接口。 -## 相关的资料整理在CSDN栏目 +## 3,相关的资料整理在CSDN栏目 包括项目的发现,整理,自己摸索整理的。 @@ -39,16 +39,24 @@ https://blog.csdn.net/freewebsys/category_12219758.html -## 项目使用 Apache-2.0 开源协议 +## 4,项目使用 Apache-2.0 开源协议 python项目分两个版本 master-v1 是 Postgres 数据库版本 镜像地址:flyiotadm/fly-iot-backend-python:v1.0 是稳定版本了,各项功能都正常。 + https://gitee.com/fly-iot/fly-iot-backend-python/tree/master-v1/ master-v2 是 Mysql 数据版本 beta 镜像地址:flyiotadm/fly-iot-backend-python:v2.0 是开发版本,基于 Postgres 进行改进的。迁移改动的会影响功能,不稳定。 -https://gitee.com/fly-iot/fly-iot-backend-python/tree/master-v2/ \ No newline at end of file + +https://gitee.com/fly-iot/fly-iot-backend-python/tree/master-v2/ + +## 5,相关的docker-compose 脚本 + +直接执行docker-compose脚本即可: + +https://gitee.com/fly-iot/docker-compose \ No newline at end of file