views:

409

answers:

2

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?

[1] http://retwis.antirez.com/

+3  A: 

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.

jbellis
Nice. Do you know of any other similar exercises? I am not finding (m)any.
z8000
+2  A: 
Vitaly Kushner