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.

Ask HN: How do you generate fake data?

7 pointsby bpedroover 11 years ago
Do you need fake data for using on functional&#x2F;unit tests?<p>How do you generate it?

4 comments

dhamover 11 years ago
<a href="https://github.com/stympy/faker" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;stympy&#x2F;faker</a>
评论 #6985285 未加载
S4Mover 11 years ago
I used to have an R script to generate csv&#x27;s containing random time series. I could specify the frequency of the time series to my functions.
blitiover 11 years ago
When you say fake data, what do you mean exactly? What type of data do you need faked?
评论 #6985310 未加载
评论 #6985313 未加载
penguinlinuxover 11 years ago
you can find datasets online and customize them for your application or needs?<p>What exactly are you trying to accomplish what kind of data are you looking to reproduce.
评论 #6985322 未加载