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.
我正在尝试学习如何在我的应用程序中映射实体/演员/对象/事物以便在Cassandra中存储。 Redis有一个很棒的教程,用于建模Twitter数据和典型的访问模式,称为Retwis [1]。我为Cassandra找到了几个例子。
How did you start to gain an intuition for Cassandra's data model?
你是如何开始为Cassandra的数据模型获得直觉的?
[1] http://retwis.antirez.com/
[1] http://retwis.antirez.com/
2 个解决方案
#1
4
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.
http://github.com/ericflo/twissandra是一个与retwis相同的推特克隆,最初为0.3,现在更新为0.6。如果您有疑问,请在irc上的#cassandra中捕获erifclo。
#2
2
-
you should start with WTF is a SuperColumn to understand the data model.
你应该从WTF开始是一个了解数据模型的SuperColumn。
-
up and running with cassandra is also a very good starting tutorial and it has example schemas for a blog and for twitter.
启动和运行cassandra也是一个非常好的入门教程,它有博客和twitter的示例模式。
#1
4
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.
http://github.com/ericflo/twissandra是一个与retwis相同的推特克隆,最初为0.3,现在更新为0.6。如果您有疑问,请在irc上的#cassandra中捕获erifclo。
#2
2
-
you should start with WTF is a SuperColumn to understand the data model.
你应该从WTF开始是一个了解数据模型的SuperColumn。
-
up and running with cassandra is also a very good starting tutorial and it has example schemas for a blog and for twitter.
启动和运行cassandra也是一个非常好的入门教程,它有博客和twitter的示例模式。