# ams **Repository Path**: jacket_zhong/ams ## Basic Information - **Project Name**: ams - **Description**: AMS ( analysis manager system), 用于采集传感设备数据,存储和分析,以及用于自定义界面分析监控画面的一套数据采集分析监控系统。 ams-collector-server/ui 用于数据采集,采集端实时数据存储采用InfluxDB,消息系统采用Kafka,元数据存储使用Derby。各子系统目录下README.md详细介绍各子系统详细功能。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-01-22 - **Last Updated**: 2026-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ams #### 介绍 AMS ( analysis manager system), 用于采集传感设备数据,存储和分析,以及用于自定义界面分析监控画面的一套数据采集分析监控系统。 ams-collector-server/ui 用于数据采集,采集端实时数据存储采用InfluxDB,消息系统采用Kafka,元数据存储使用Derby。各子系统目录下README.md详细介绍各子系统详细功能。 #### 软件架构 软件架构说明 #### 安装教程 1. JDK安装(建议jdk8或以上版本) 2. InfluxDB数据库安装 3. Zookeeper,Kafka安装 4. Mysql安装(元数据存储) Derby(如果采用远程部署) 5. nodeJS,以及VUE安装 (运行配置界面) #### 使用说明 1. 根目录下执行 mvn install 2. ams-collector使用:
1). 根据实际情况,修改application.properties
2). 进入ams/ams-collector/ams-collector-server目录运行:java -jar ./target/ams-*.jar
3). 登陆页面http://ip:port 进行采集设备,变量模板,变量配置 (port默认8282) 3. ams-center使用:
1). 根据实际情况,修改application.properties
2).
3).
#### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)