1 Star 0 Fork 32

webas / star-edge-cloud

forked from wyvern / star-edge-cloud 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

star-edge-cloud

介绍

star-edge-cloud是一个经过边缘端数据采集分析后汇总到云端进行大数据处理的物联网边缘计算-云计算平台。目标是帮助一些监控类项目提供一个可靠的、安全的,简单易用解决方案。

QQ交流群: 590749338

软件架构

软件架构说明

部署教程

在Linux--Deepin15.5下,进入deploy目录,执行编译脚本。

edge端

  1. 执行部署命令:
cd deploy/
sudo chmod +x edge.sh
./edge.sh
  1. 运行系统:
sudo ./core
  1. 访问:http://localhost:21000/html/index.html
  2. 运行log服务
  3. 运行store服务
  4. 添加设备设备,选择compile目录下编译好的文件
  5. 添加扩展设备,选择compile目录下编译好的文件

cloud端

测试坏境搭建(安装docker,docker-compose略):

  1. 打开2375端口(后面将使用tls访问,开启2376):
vi /lib/systemd/system/docker.service
  1. 找到Execstart=/usr/bin/dockerd后加上
-H tcp://0.0.0.0:2375 -H unix://var/run/docker.sock  

保存并且退出

systemctl daemon-reload
service docker restart//重启启动docker
systemctl stats docker//可以查看相关内容,看看2375是否已经设置好
  1. 访问和验证: http://localhost:2375/info

  2. 拉取hbase容器

docker pull harisekhon/hbase 
  1. 启动容器
docker run -d -h myhbase -p 2181:2181 -p 8080:8080 -p 8085:8085 -p 9090:9090 -p 9095:9095 -p 16000:16000 -p 16010:16010 -p 16201:16201 -p 16301:16301 -p 16020:16020 -p 16030:16030 --name hbase1.3 harisekhon/hbase
  1. 访问及验证hbase http://localhost:16010/master-status

  2. 执行命令:

cd deploy/
sudo chmod +x cloud.sh
mvn clean package
./cloud.sh
  1. 运行:
java -jar caas*.jar
#这种方法还没有尝试:nohup java -jar ***.jar &
  1. 部署tomcat 下载:http://mirrors.shu.edu.cn/apache/tomcat/tomcat-8/v8.5.37/bin/apache-tomcat-8.5.37.tar.gz
  2. 进入目录后运行:
./startup.sh
  1. 拷贝display下web项目到webapps之中
cp -r */web */webapps/
  1. 访问及验证: http://localhost:8080/web/index.html

安装教程

  1. xxxx
  2. xxxx
  3. xxxx

使用说明

  1. xxxx
  2. xxxx
  3. xxxx

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

码云特技

  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. 码云官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解码云上的优秀开源项目
  4. GVP 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
  5. 码云官方提供的使用手册 https://gitee.com/help
  6. 码云封面人物是一档用来展示码云会员风采的栏目 https://gitee.com/gitee-stars/
The MIT License (MIT) Copyright (c) 2019 wyvern Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

star-edge-cloud是一个经过边缘端数据采集分析后汇总到云端进行大数据处理的物联网边缘计算-云计算平台。目标是帮助一些监控类项目提供一个可靠的、安全的,简单易用解决方案。 展开 收起
其他
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
其他
1
https://gitee.com/yizhan56/star-edge-cloud.git
git@gitee.com:yizhan56/star-edge-cloud.git
yizhan56
star-edge-cloud
star-edge-cloud
master

搜索帮助