From fc62bf818592455ada99f9e2dec0ef34da3c18b6 Mon Sep 17 00:00:00 2001 From: freegolang Date: Fri, 23 Jun 2023 06:59:28 +0800 Subject: [PATCH 1/2] add --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5ce36ef..7d6971a 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,7 +39,7 @@ https://blog.csdn.net/freewebsys/category_12219758.html -## 项目使用 Apache-2.0 开源协议 +## 4,项目使用 Apache-2.0 开源协议 python项目分两个版本 @@ -51,4 +51,10 @@ 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 -- Gitee From 25d37fa797368f738ab69cae7597e3d030ade3de Mon Sep 17 00:00:00 2001 From: freegolang Date: Fri, 23 Jun 2023 07:00:18 +0800 Subject: [PATCH 2/2] aa --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7d6971a..ff8a114 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,13 @@ 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/ ## 5,相关的docker-compose 脚本 -- Gitee