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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is there something like s3 but with append?

1 点作者 dhbradshaw超过 6 年前
We have a small stream of data -- perhaps 100 or so messages per second. It would be awesome to be able to divide that data up between a few s3 objects and append to them bit by bit. But of course s3 doesn&#x27;t allow appending.<p>Does anyone have suggestions for a service we can use in its place?

2 条评论

dhbradshaw超过 6 年前
Wow, I just realized that I asked this same question 76 days ago.<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17903036" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17903036</a><p>Suggestions include batching first with AWS Firehose and using multipart upload.
shshhdhs超过 6 年前
Maybe use SQS and then batch every X messages?