Is there any robust way of implementing Cassandra back end to a web application developed using Django web framework.
Thanks
Is there any robust way of implementing Cassandra back end to a web application developed using Django web framework.
Thanks
http://github.com/ericflo/twissandra is a django app with a Cassandra backend. It uses http://github.com/vomjom/pycassa to talk to Cassandra.
What about http://github.com/enki/tragedy/ and http://github.com/digg/lazyboy/tree/master. Can it talk to Cassandra in Django?
This is probably the most appropriate reference:
http://wiki.apache.org/cassandra/ClientOptions#High_level_clients
I haven't tried it out for myself, but this looks like something: http://github.com/dziegler/alexandra