Cassandra 中的数据建模

发布于 2024-09-12 07:14:48 字数 168 浏览 2 评论 0原文

我正在构建一个数据库,一些用户可以在其中添加标签到其他数据中。类似 Last.fm 之类的东西。如何在 cassandra 中为此应用程序实现数据库。标签必须与用户和数据相关联。

cassandra 有数据建模模式吗?

堆栈溢出标签是我想要做的一个很好的例子! :)

谢谢

I'm building a data base where some users can put tag in others data. Something like Last.fm. How can I implement a DB in cassandra for this application. The Tag must be associate with the user and the data.

Is there any data modeling pattern for cassandra?

The Stack overflow tags is a good example of what I want to do! :)

thanks

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

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

发布评论

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

评论(2

薄情伤 2024-09-19 07:14:48

如果您还没有在传统数据库中构建它,我建议您首先这样做。大多数人没有足够的数据规模来需要像 Cassandra 这样的东西。否则,如果这只是一个项目并且您想尝试 Cassandra,那么我建议您使用此链接来入门:

Cassandra 示例:Twitter

If you haven't already built this in a conventional database I would suggest that first. Most people don't have the data scale to need something like Cassandra. Otherwise if this is simply a project and you want to try out Cassandra then I suggest this link to get you started:

Cassandra by Example : Twitter

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