benchbase
benchbase copied to clipboard
Differential Privacy Anonymization support
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