为 CKafka Connector 场景提供数据富化、数据脱敏、数据映射、数据转换、数据过滤等函数模板 - #181
Open
heshiyou wants to merge 1 commit into
Open
Conversation
heshiyou
commented
Dec 15, 2022
Contributor
- CKafkaConnectorDataFilter 提供了一个简单的数据过滤实现,通过识别数据是否是合法手机号以决定保留还是丢弃
- CKafkaConnectorDataDesensitizzation 提供了一个数据脱敏实现,将数据中手机号中间四位数字替换为星号
- CKafkaConnectorDataEnrichment 提供了一个数据富化的实现,通过查询数据库,将数据库中的记录信息增加到消息中
- CKafkaConnectorETL 提供一个完整的数据映射、数据富化、数据脱敏的 ETL 实现,通过将原始数据解析为 JSON,再将键替换为新的键,将敏感信息如 phone number 进行脱敏,将当前时间添加到数据中
- CKafkaConnectorDataFilter 提供了一个简单的数据过滤实现,通过识别数据是否是合法手机号以决定保留还是丢弃 - CKafkaConnectorDataDesensitizzation 提供了一个数据脱敏实现,将数据中手机号中间四位数字替换为星号 - CKafkaConnectorDataEnrichment 提供了一个数据富化的实现,通过查询数据库,将数据库中的记录信息增加到消息中 - CKafkaConnectorETL 提供一个完整的数据映射、数据富化、数据脱敏的 ETL 实现,通过将原始数据解析为 JSON,再将键替换为新的键,将敏感信息如 phone number 进行脱敏,将当前时间添加到数据中
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.