是否有针对 Cassandra 的数据建模练习,例如 Retwis for Redis?
我正在尝试学习如何映射应用程序中的实体/参与者/对象/事物以存储在 Cassandra 中。有一个关于 Redis 建模 Twitter 数据和典型访问模式的很棒的教程,称为 Retwis [1]。我找到了几个 Cassandra 的示例。
您是如何开始对 Cassandra 的数据模型产生直觉的?
I'm trying to learn how to map the entities/actors/objects/things in my application for storage in Cassandra. There was a great tutorial for Redis on modeling Twitter data and typical access patterns called Retwis [1]. I've found a couple of examples for Cassandra.
How did you start to gain an intuition for Cassandra's data model?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://github.com/ericflo/twissandra 是一个与 retwis 类似的 Twitter 克隆,最初是 0.3,现在更新为 0.6。如果您有疑问,请在 irc 上的 #cassandra 中关注 erifclo。
http://github.com/ericflo/twissandra is a twitter clone in the same vein as retwis, originally for 0.3 and now being updated for 0.6. Catch erifclo in #cassandra on irc if you have questions.
你应该从WTF是一个SuperColumn开始 要了解数据模型。
使用 cassandra 启动并运行< /a> 也是一个非常好的入门教程,它有
博客和 Twitter 的示例架构。
you should start with WTF is a SuperColumn to understand the data model.
up and running with cassandra is also a very good starting tutorial and it has
example schemas for a blog and for twitter.