PilotGo-plugin-topology
介绍
System application architecture detection.
软件架构
- 系统环境:
- agent: Kylin-Server-V10-SP3、nestos、openEuler-22.03-LTS-SP1
- server: Kylin-Desktop-V10-SP1、Kylin-Server-V10-SP3、nestos、openEuler-22.03-LTS-SP1、redhat9
- 开发工具:
- golang >= 1.18、vue3、typescript、node.js > 14
- 运行依赖组件:
- pilotgo
- neo4j
安装及使用教程
- 拉取仓库代码
$ git clone https://gitee.com/openeuler/PilotGo-plugin-topology.git
- 修改配置文件
$ mv topo_server.yaml.templete topo_server.yaml; vim topo_server.yaml
$ mv topo_agent.yaml.templete topo_agent.yaml; vim topo_agent.yaml
- 前端编译
$ cd ./web
$ yarn install
$ yarn build
- 后端编译
$ cd ./agent
$ go build -mod=vendor -o topoagent main.go
$ cd ../server
$ mv ../web/dist/* handler/
$ go build -mod=vendor -tags=production toposerver main.go
- 运行
在管理节点启动pilotgo及其相关中间件,neo4j数据库;
$ cd ./server
$ ./toposerver -conf /topo_server.yaml文件路径
将topoagent、topo_agent.yaml部署至业务节点相应目录下;
$ ./topoagent -conf /topo_agent.yaml文件路径
- 打开pilotgo web UI页面,添加并启动topology插件,查看拓扑图页面
特技
- 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
- Gitee 官方博客 blog.gitee.com
- 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
- GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
- Gitee 官方提供的使用手册 https://gitee.com/help
- Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/