using cassandra w/django

2010-06-11 Thread S Ahmed
When using cassandra with django, can you still use the rapid development freatures of django w/cassandra or are you basically just using the framework but the models and ORM features are up to you to implement since you are using cassandra.

Re: using cassandra w/django

2010-06-11 Thread Jeremy Dunck
There's no direct support for cassandra in django, but there are a couple starts. http://www.allbuttonspressed.com/projects/django-nonrel http://github.com/enki/tragedy http://code.djangoproject.com/wiki/SummerOfCode2010 All of the features which Django has and which build on the ORM are out, of

Re: using cassandra w/django

2010-06-11 Thread S Ahmed
I see, well I am new to python + django so I wasn't sure what I really meant :) So basically I am using django for its framework related features, but excluding the ORM/autogen admin pages. That's reasonable and understable thanks. On Fri, Jun 11, 2010 at 10:38 PM, Jeremy Dunck jdu...@gmail.com

Re: using cassandra w/django

2010-06-11 Thread Jeremy Dunck
I think you'll find the django-users mailing list pretty helpful. If you'd like to contribute use-cases to the GSoC nonrel work, that'd be django-developers. Good luck. :-) On Fri, Jun 11, 2010 at 9:43 PM, S Ahmed sahmed1...@gmail.com wrote: I see, well I am new to python + django so I wasn't