Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Cassandra in Django framework

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

like image 944
Switch Avatar asked Mar 03 '10 08:03

Switch


People also ask

Does Django support Cassandra?

django-cassandra-engine is the first Cassandra backend for Django Framework. It integrates with Django well and allows you to use Cqlengine directly in your project. All your cassandra models are automatically synced in the way you're used to. You can focus on writing a good code.


1 Answers

http://github.com/twissandra/twissandra is a django app with a Cassandra backend. It uses https://github.com/datastax/python-driver to talk to Cassandra.

like image 64
jbellis Avatar answered Sep 24 '22 02:09

jbellis