什么服务让我查询大数据,让我提供非简单的查询代码

发布于 2024-11-10 21:41:56 字数 173 浏览 3 评论 0原文

我想创建巨大的数据集(每行 25 个整数,每秒 30 行,乘以 60)。 另一方面,我想查询它以查找匹配特定条件的行(例如,25 个整数中不超过 5 个整数超出特定范围的行)。

我希望这一切都是实时的,即连续插入和查询。

有人知道如何做到这一点,最好使用云服务(亚马逊?谷歌?)

谢谢

I would like to create huge data sets (25 ints a row, 30 rows per second, multiply that by 60).
On the other hand, I want to query it for rows that match a certain condition (e.g. rows that not more than 5 ints of the 25 are out of a certain range).

And I want it all in real time, i.e. inserting and querying continuously.

Does someone know how to do it, preferably using a cloud service (Amazon? Google?)

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

朦胧时间 2024-11-17 21:41:56

尝试一下one-tick,虽然它是为市场定价数据设计的,但我认为它可以适应其他形式的高频数据。然后,您可以构建过滤/聚合规则来帮助您分析数据

Try one-tick, though its designed for market pricing data, I think it can be adapted to other forms of high frequency data. You can then build filtering/aggregation rules that can help you analyze the data

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文