views:

2352

answers:

4

Is there any robust way of implementing Cassandra back end to a web application developed using Django web framework.

Thanks

+15  A: 

http://github.com/ericflo/twissandra is a django app with a Cassandra backend. It uses http://github.com/vomjom/pycassa to talk to Cassandra.

jbellis
Do you know any good resources on implementing these technologies like tutorials, ebooks. Thanks in advance
MMRUser
@Ken I thought they ended in question marks$
Will
A: 

What about http://github.com/enki/tragedy/ and http://github.com/digg/lazyboy/tree/master. Can it talk to Cassandra in Django?

Tran Tuan Anh
+1  A: 

This is probably the most appropriate reference:

http://wiki.apache.org/cassandra/ClientOptions#High_level_clients

adam
+1  A: 

I haven't tried it out for myself, but this looks like something: http://github.com/dziegler/alexandra

finpingvin