sql-differential-privacy
sql-differential-privacy copied to clipboard
Dataflow analysis & differential privacy for SQL queries. This project is deprecated and not maintained.
I'm using FLEX to create a simple demo of differentially private queries with a real hive database running the rewritten queries. The problem I'm having is that the rewritten sample...
Is the "test" DB available for download? I was not able to find it in the repository. Thanks.
The query rewriter on the example generated queries that are compatible with Vertica Database. I know you mentioned in your paper and this repo that the query generated by this...
I packaged the application by using `maven-assembly-plugin`. However, when I try to run it with `java -jar sql-differential-privacy-0.1.2-SNAPSHOT-jar-with-dependencies.jar` it throws the error as follows: ``` Exception in thread "main" Exception...
Hello, When I ran the Elastic Sensitivity example, I found the results are very noisy. I got around 9% of noise. Why is that?