-
Notifications
You must be signed in to change notification settings - Fork 495
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
add procedure to anonymize and clean data #694
Comments
@cskardon wants to work on this. |
Maybe add functions that can "fake" data as well, i.e
Not sure what the best function signature would be to wrap all fakers. |
We should merge this into apoc: https://github.com/neo4j-contrib/neo4j-faker @kvegter can you help with that? then we have the infrastructure in place and can use it. |
I totally missed https://github.com/neo4j-contrib/neo4j-faker @kvegter if you are up for it, let me know if I can help with testing, documenting or anything else. |
Closing as it's obsolete and it's possible to anonymize data also using hashing functions like |
Using faker to replace fields
call apoc.data.anonymize({Label:{field:type},
*:{field:type}});
where type would be
The new content of the fields would come from the faker library.
The text was updated successfully, but these errors were encountered: