Re: [BangPypers] Django + NoSQL

2011-04-20 Thread Kenneth Gonsalves
On Thu, 2011-04-21 at 09:55 +0530, vijay wrote: > It not new.See if below link can help you > morehttp://lethain.com/replacing-django-s-orm-with-sqlalchemy/ > > it is not nosql -- regards Kenneth Gonsalves http://lawgon.livejournal.com/ ___ BangPyper

Re: [BangPypers] Django + NoSQL

2011-04-20 Thread vijay
It not new.See if below link can help you morehttp://lethain.com/replacing-django-s-orm-with-sqlalchemy/ With Regards Vijay --- On Wed, 20/4/11, Pradeep Gowda wrote: From: Pradeep Gowda Subject: Re: [BangPypers] Django + NoSQL To: "Bangalore Python Users Group - India" Date: Wed

Re: [BangPypers] Django + NoSQL

2011-04-20 Thread Ramdas S
On Wed, Apr 20, 2011 at 11:16 PM, Noufal Ibrahim wrote: > On Wed, Apr 20 2011, Anush Shetty wrote: > > > Hi All, > > > > What is the most preferred NoSQL engine with Django here. Would like > > to hear out some experiences. > > [...] > > You could just let Django use it's own ORM and relational b

Re: [BangPypers] Django + NoSQL

2011-04-20 Thread Noufal Ibrahim
On Wed, Apr 20 2011, Anush Shetty wrote: > Hi All, > > What is the most preferred NoSQL engine with Django here. Would like > to hear out some experiences. [...] You could just let Django use it's own ORM and relational backend and then use any of the popular bindings to one of the non relationa

Re: [BangPypers] Django + NoSQL

2011-04-20 Thread Pradeep Gowda
> > From: Anush Shetty > Subject: [BangPypers] Django + NoSQL > To: bangpypers@python.org > Date: Wednesday, 20 April, 2011, 5:20 PM > > Hi All, > > What is the most preferred NoSQL engine with Django here. Would like > to hear out some experiences. > > - > anush &

Re: [BangPypers] Django + NoSQL

2011-04-20 Thread vijay
I have used Django with SqlAlchmeny. --- On Wed, 20/4/11, Anush Shetty wrote: From: Anush Shetty Subject: [BangPypers] Django + NoSQL To: bangpypers@python.org Date: Wednesday, 20 April, 2011, 5:20 PM Hi All, What is the most preferred NoSQL engine with Django here. Would like to hear out

Re: [BangPypers] Django + NoSQL

2011-04-20 Thread Pradeep Gowda
All popular NoSQL solutions (Couch, MongoDB, Riak ..) have Python bindings. Core django modules still assume a relational backend. Why the insistence on "django " ? Putting on the Django glasses everytime is not a healthy development. +PG On Wed, Apr 20, 2011 at 7:50 AM, Anush Shetty wrote: >

Re: [BangPypers] Django + NoSQL

2011-04-20 Thread Santosh Rajan
Simon Willison one of the original authors of Django is a great fan of Redis. http://simonwillison.net/static/2010/redis-tutorial/ On Wed, Apr 20, 2011 at 5:20 PM, Anush Shetty wrote: > Hi All, > > What is the most preferred NoSQL engine wi

Re: [BangPypers] Django + NoSQL

2011-04-20 Thread Pradip Caulagi
On 4/20/11 5:20 PM, Anush Shetty wrote: What is the most preferred NoSQL engine with Django here. Would like to hear out some experiences. Django currently doesn't support NoSQL. It is planned though. http://www.allbuttonspressed.com/projects/django-nonrel ___

[BangPypers] Django + NoSQL

2011-04-20 Thread Anush Shetty
Hi All, What is the most preferred NoSQL engine with Django here. Would like to hear out some experiences. - anush ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers