TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Generating Random Data in ClickHouse

4 pointsby tylerhannanover 2 years ago

2 comments

zX41ZdbWover 2 years ago
This post does not mention `clickhouse-obfuscator`.<p>It is a small tool that generates datasets based on another dataset - with the same structure and the same distribution of values, including the mutual distributions. It allows data anonymization while preserving the key properties of the data.<p>Here is a short tutorial with examples: <a href="https:&#x2F;&#x2F;clickhouse.com&#x2F;blog&#x2F;newsletter_2022_november" rel="nofollow">https:&#x2F;&#x2F;clickhouse.com&#x2F;blog&#x2F;newsletter_2022_november</a><p>Here is the reasoning behind this tool: <a href="https:&#x2F;&#x2F;habr.com&#x2F;en&#x2F;company&#x2F;yandex&#x2F;blog&#x2F;485096&#x2F;" rel="nofollow">https:&#x2F;&#x2F;habr.com&#x2F;en&#x2F;company&#x2F;yandex&#x2F;blog&#x2F;485096&#x2F;</a>
zX41ZdbWover 2 years ago
Another idea - why don&#x27;t plug in faker.js as an UDF?