Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为 CKafka Connector 场景提供数据富化、数据脱敏、数据映射、数据转换、数据过滤等函数模板 #181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

heshiyou
Copy link
Contributor

  • CKafkaConnectorDataFilter 提供了一个简单的数据过滤实现,通过识别数据是否是合法手机号以决定保留还是丢弃
  • CKafkaConnectorDataDesensitizzation 提供了一个数据脱敏实现,将数据中手机号中间四位数字替换为星号
  • CKafkaConnectorDataEnrichment 提供了一个数据富化的实现,通过查询数据库,将数据库中的记录信息增加到消息中
  • CKafkaConnectorETL 提供一个完整的数据映射、数据富化、数据脱敏的 ETL 实现,通过将原始数据解析为 JSON,再将键替换为新的键,将敏感信息如 phone number 进行脱敏,将当前时间添加到数据中

- CKafkaConnectorDataFilter 提供了一个简单的数据过滤实现,通过识别数据是否是合法手机号以决定保留还是丢弃
- CKafkaConnectorDataDesensitizzation 提供了一个数据脱敏实现,将数据中手机号中间四位数字替换为星号
- CKafkaConnectorDataEnrichment 提供了一个数据富化的实现,通过查询数据库,将数据库中的记录信息增加到消息中
- CKafkaConnectorETL 提供一个完整的数据映射、数据富化、数据脱敏的 ETL 实现,通过将原始数据解析为 JSON,再将键替换为新的键,将敏感信息如 phone number 进行脱敏,将当前时间添加到数据中
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant