Skip to content

POC to anonymise generic Avro messages based on appropriate metadata flag in schema

Notifications You must be signed in to change notification settings

matthunt1984/avro-generic-anonymiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

avro-generic-anonymiser

Currently a POC to show that we can anonymise any given Avro payload, given an appropriate custom metadata tag

In this case we have a schema person.avsc that defines first name and last name fields with ispii=true We also have a JSON representation of a person in person1.json that needs redacting

Currently this runs as a java console application and simply reads the schema and msg, anonymises and outputs 'REDACTED' where PII fields are encountered.

About

POC to anonymise generic Avro messages based on appropriate metadata flag in schema

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages