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

Differential Privacy Anonymization support #546

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

ETHenzlere
Copy link
Contributor

@ETHenzlere ETHenzlere commented Jun 30, 2024

Finally! Support for Differential Privacy Anonymization (and Value Faking) is here.

Anonymize your tables by adding a configuration to the XML file and apply by using the '--anonymization=true' flag.
(Check out the README for detailed information).


Python: Python 3.10 is required

Requirements can be found inside of the requirements.txt file.

Install with pip:

pip install -r requirements.txt

Apply anonymization from the config file:

 java -jar benchbase.jar -b templated -c config/postgres/sample_templated_config.xml --anonymize=true

@ETHenzlere ETHenzlere changed the title DRAFT: Differential Privacy Anonymization support Differential Privacy Anonymization support Sep 8, 2024
@ETHenzlere ETHenzlere marked this pull request as ready for review September 8, 2024 10:36
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