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(jvm)
- mysql
- redis
work directory: PilotGo-plugin-topology/
- 拉取仓库代码
$ 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
- 后端编译
$ go build -mod=vendor -o topoagent agent/main.go
$ mv web/dist/* server/handler/
$ go build -mod=vendor -tags=production toposerver server/main.go
- 运行
在管理节点启动PilotGo及其相关中间件,neo4j数据库;
$ ./toposerver -conf /path/to/topo_server.yaml
将topoagent、topo_agent.yaml部署至业务节点相应目录下;
$ ./topoagent -conf /path/to/topo_agent.yaml
- 打开pilotgo web UI页面,添加并启动topology插件,查看拓扑图页面
- gitee.com/openeuler/PilotGo-plugin-topology/server/agentmanager 插件集群agent管理模块
- gitee.com/openeuler/PilotGo-plugin-topology/server/db 数据库管理模块,包含neo4j、mysql、redis
- gitee.com/openeuler/PilotGo-plugin-topology/server/errormanager 异常管理模块
- gitee.com/openeuler/PilotGo-plugin-topology/server/generator 拓扑图生成器模块,包含图数据采集、处理
- gitee.com/openeuler/PilotGo-plugin-topology/server/graph 拓扑图图要素模块,包含节点、边
- gitee.com/openeuler/PilotGo-plugin-topology/server/logger 日志管理模块(继承自PilotGo plugin SDK)
- gitee.com/openeuler/PilotGo-plugin-topology/server/pluginclient 插件客户端模块(继承自PilotGo plugin SDK)
- gitee.com/openeuler/PilotGo-plugin-topology/server/signal 系统信号处理模块,包含进程终止信号
- 使用 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/