I'd like to use Cassandra from within django, and after some research I've noticed that there are some libraries that enable you to access cassandra from a higher level than pycassa does: For django there's alexandra & django-cassandra-backed, for plain python you'll find tragedy & lazyboy...
I know there's a similar question here, but I'm specifially looking if anybody can provide any real world experiences about using on of the above (or maybe another) libraries... As all of them are supposed to do something similar and not all look totally up to date this would be very helpful!