TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Bootstrapping data costs?

2 点作者 habitatforus将近 15 年前
I'm working on a bootstrapped startup and have a large dataset (500 GB) that I'm trying to find an affordable way to store online. At this point I am trying to put together a basic prototype. Does anyone have suggestions for cheap online storage?

4 条评论

vyrotek将近 15 年前
Our company is using Azure Table Storage - <a href="http://www.microsoft.com/windowsazure/pricing" rel="nofollow">http://www.microsoft.com/windowsazure/pricing</a> - $0.15/mo It's great if you can live with it not being relational.<p>SQL Azure is their 'SQL Server in the cloud' and is a bit more. But the sharding possibilities are great. You can programmatically turn on/off db instances on demand.
byoung2将近 15 年前
We'd need more info about what you plan to do with it, but Amazon should have what you're looking for (<a href="http://aws.amazon.com/" rel="nofollow">http://aws.amazon.com/</a>). If it needs to be in a relational database, try Amazon RDS (<a href="http://aws.amazon.com/rds/" rel="nofollow">http://aws.amazon.com/rds/</a>), where you can pick from 5GB to 1TB of storage.
habitatforus将近 15 年前
Notes:<p>The data is relational<p>I don't want to host my own server, because that just isn't my strong point.
robwgibbons将近 15 年前
A possible route would be hosting your own dedicated server.