Cassandra 中的数据建模
我正在构建一个数据库,一些用户可以在其中添加标签到其他数据中。类似 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅 http ://maxgrinev.com/2010/07/12/do-you-really-need-sql-to-do-it-all-in-cassandra/ 以及 http://wiki.apache.org/cassandra/ArticlesAndPresentations
See http://maxgrinev.com/2010/07/12/do-you-really-need-sql-to-do-it-all-in-cassandra/ and the other articles at the top of http://wiki.apache.org/cassandra/ArticlesAndPresentations
如果您还没有在传统数据库中构建它,我建议您首先这样做。大多数人没有足够的数据规模来需要像 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