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: Where do you store big (approx 4 Gb and more JSON) files used in tests?

1 pointsby lichtenbergerover 2 years ago
Hello,<p>I have really big files I&#x27;d like to import in my OSS database system and test the import for instance. I&#x27;m not sure where to store these files used in my integration tests (so, currently I&#x27;ve only two tests regarding these bigger JSON files which I&#x27;m running locally -- which is of course not the way to go). Maybe everyone else simply tests with smaller files and maybe bigger synthetic tests using the database system APIs directly to import data?<p>kind regards Johannes

2 comments

rogerkirknessover 2 years ago
On a CDN, and version control the reference to it. Or just store it in the repo.
评论 #34084332 未加载
dave4420over 2 years ago
Is it 4 GB compressed or uncompressed?<p>Would it be possible to generate this file (or a file with the same properties) with a short script?
评论 #34090920 未加载