benchbase icon indicating copy to clipboard operation
benchbase copied to clipboard

Differential Privacy Anonymization support

Open ETHenzlere opened this issue 7 months ago • 0 comments

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 avatar Jun 30 '24 11:06 ETHenzlere