Installation (single binary Linux/Mac/FreeBSD):
curl https://clickhouse.com/ | sh
./clickhouse obfuscator --help
Docs: https://clickhouse.com/docs/en/operations/utilities/clickhou...
21–23 of 23 posts
Installation (single binary Linux/Mac/FreeBSD):
curl https://clickhouse.com/ | sh
./clickhouse obfuscator --help
Docs: https://clickhouse.com/docs/en/operations/utilities/clickhou...
I recommend checking out clickhouse-obfuscator. It's a more sophisticated tool for dataset obfuscation. Installation (single binary Linux/Mac/FreeBSD): curl https://clickhouse.com/ | sh ./clickhouse obfuscator --help Docs: https://clickhouse.com/docs/en/operations/utilities/clickhou...
One feature I’d love to see is a transformer that instead of providing a random value provides a cryptographic one way hash of the data (ie sha2) - that way key uniqueness stays the same (to avoid unique constraints on columns) and also the same value used in one place will match another value in another table after transformation which more accurately reflects the “shape” of the data.
[0]https://docs.gretel.ai/gretel.ai/transforms/transforms-model...