Is there any robust way of implementing Cassandra back end to a web application developed using Django web framework.
Thanks
|
|
|
http://github.com/twissandra/twissandra is a django app with a Cassandra backend. It uses http://github.com/vomjom/pycassa to talk to Cassandra. |
||||
|
There now is a prototype Cassandra backend for Django available here: http://github.com/vaterlaus/django_cassandra_backend |
|||
|
|
|
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 |
|||
|
|
|
What about http://github.com/enki/tragedy/ and http://github.com/digg/lazyboy/tree/master. Can it talk to Cassandra in Django? |
|||
|
|