Skip to content

openeuler-mirror/PilotGo-plugin-topology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PilotGo-plugin-topology

介绍

System application architecture detection.

软件架构

  1. 系统环境:
  • 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
  1. 开发工具:
  • golang >= 1.18、vue3、typescript、node.js > 14
  1. 运行依赖组件:
  • PilotGo
  • neo4j(jvm)
  • mysql
  • redis

Alt text

Alt text

Alt text

安装及使用教程

work directory: PilotGo-plugin-topology/

  1. 拉取仓库代码
$ git clone https://gitee.com/openeuler/PilotGo-plugin-topology.git
  1. 修改配置文件
$ mv topo_server.yaml.templete topo_server.yaml; vim topo_server.yaml
$ mv topo_agent.yaml.templete topo_agent.yaml; vim topo_agent.yaml
  1. 前端编译
$ cd ./web
$ yarn install
$ yarn build
  1. 后端编译
$ go build -mod=vendor -o topoagent agent/main.go
$ mv web/dist/* server/handler/
$ go build -mod=vendor -tags=production toposerver server/main.go
  1. 运行
在管理节点启动PilotGo及其相关中间件,neo4j数据库;
$ ./toposerver -conf /path/to/topo_server.yaml
将topoagent、topo_agent.yaml部署至业务节点相应目录下;
$ ./topoagent -conf /path/to/topo_agent.yaml
  1. 打开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 系统信号处理模块,包含进程终止信号

特技

  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. Gitee 官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
  4. GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
  5. Gitee 官方提供的使用手册 https://gitee.com/help
  6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •