No description
This repository has been archived on 2026-06-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Java 93.3%
  • Shell 5.2%
  • CSS 1.5%
Find a file
梁超 dfc8718da2 Merge branch 'hotfix/field-rename' into 'master'
[TSG-23852] feat: adapt to field renaming

See merge request galaxy/tsg_olap/sip-rtp-correlation!41
2024-11-26 07:56:36 +00:00
src docs: update docs 2024-11-25 16:27:45 +08:00
tools [GAL-684] fix some bugs and update field mapping values 2024-10-30 18:39:38 +08:00
.gitignore chore: add git ignore file 2023-08-02 17:04:01 +08:00
.gitlab-ci.yml chore: update ci 2024-07-22 16:52:56 +08:00
pom.xml [TSG-23852] feat: adapt to field renaming 2024-11-25 16:02:41 +08:00
README.md [GAL-602] refactor: using the easy stream 2024-06-26 18:21:46 +08:00

SIP RTP Correlation

简介

SIP RTP Correlation 项目是一个使用 Apache Flink 实现的实时数据处理项目,旨在从 Kafka 中读取 SIPSession Initiation Protocol和 RTPReal-time Transport Protocol数据将它们融合成完整的 VoIPVoice over Internet Protocol通话数据。

SIP RTP Correlation 项目可以用于实时监控和分析 VoIP 通话数据,提取关键指标,以及进行实时报警和诊断。

编译和打包

使用Maven工具对项目进行编译和打包

mvn clean package

运行Flink任务

使用以下命令运行Flink任务

flink run -c com.geedgenetworks.flink.easy.core.Runner path/to/sip-rtp-correlation-<version>.jar job.yml

贡献

如果您发现任何问题或改进项目的想法,欢迎提交 Issue 或 Pull Request。