Re: Cassandra back end for Django

2010-03-05 Thread Waldemar Kornewald
On Mar 3, 5:32 pm, Oshadha wrote: > Hia fellas, > > I'm kind of new to Django framework.as far as I know Django only > supports four major database engines.I have a requirement to use > Cassandra(http://incubator.apache.org(/cassandra/) as the database > backend,but I couldn't find any good resour

Re: Cassandra back end for Django

2010-03-04 Thread Florian Leitner
One possible solution: write your own Cassandra "O-non-R-M API" separtely from Django and use the Django DB backend only for less high-volume data - or not at all - and the Django web framework to display the data (i.e., only implement views, forms, etc. in Django). An example of such a layout (not

Cassandra back end for Django

2010-03-03 Thread Oshadha
Hia fellas, I'm kind of new to Django framework.as far as I know Django only supports four major database engines.I have a requirement to use Cassandra(http://incubator.apache.org(/cassandra/) as the database backend,but I couldn't find any good resources on the net that give a helping hand.So I n