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 using models at all) was set up by
Eric Florenzano for a "twitter clone site", twissandra:

http://github.com/ericflo/twissandra

Not sure that's what you want, but maybe it inspires. Otherwise, there
are some guys working on implementing a Django object mapper for
Cassandra, I _think_, but I have no idea about the stage of that
project.

--fnl

On 3 March 2010 17:32, Oshadha <oshadha.ro...@gmail.com> 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 resources on the net that give a
> helping hand.So I need a help form you guys.If anyone know a good
> resources for implementing Cassandra with Django framwork please post
> it here and share your experience on these technologies if you have
> any.
>
> Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to