This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-tsg-olap-sip-rtp-cor…/README.md

29 lines
825 B
Markdown
Raw Normal View History

2023-07-27 03:32:58 +00:00
# flink-voip-fusion
2023-08-02 17:02:54 +08:00
## 简介
2023-07-27 03:32:58 +00:00
2023-08-02 17:02:54 +08:00
VoIP 数据融合项目是一个使用 Apache Flink 实现的实时数据处理项目,旨在从 Kafka 中读取 SIPSession Initiation Protocol和 RTPReal-time Transport Protocol数据将它们融合成完整的 VoIPVoice over Internet Protocol通话数据。
2023-07-27 03:32:58 +00:00
2023-08-02 17:02:54 +08:00
VoIP 数据融合项目可以用于实时监控和分析 VoIP 通话数据,提取关键指标,以及进行实时报警和诊断。
2023-07-27 03:32:58 +00:00
2023-08-02 17:02:54 +08:00
## 编译和打包
2023-07-27 03:32:58 +00:00
2023-08-02 17:02:54 +08:00
使用Maven工具对项目进行编译和打包
```shell
mvn clean package
2023-07-27 03:32:58 +00:00
```
2023-08-02 17:02:54 +08:00
## 运行Flink任务
2023-07-27 03:32:58 +00:00
2023-08-02 17:02:54 +08:00
使用以下命令运行Flink任务
```shell
flink run -c className path/to/flink-voip-fusion-xxx.jar
```
2023-07-27 03:32:58 +00:00
2023-08-02 17:02:54 +08:00
## 配置项说明
2023-07-27 03:32:58 +00:00
2023-08-02 17:02:54 +08:00
TODO 待补充
2023-07-27 03:32:58 +00:00
2023-08-02 17:02:54 +08:00
## 贡献
2023-07-27 03:32:58 +00:00
2023-08-02 17:02:54 +08:00
如果您发现任何问题或改进项目的想法,欢迎提交 Issue 或 Pull Request。