Re: SQL along side NoSQL

2010-06-02 Thread nudzo
Try to dig some info here: http://www.allbuttonspressed.com/projects/django-nonrel I. On Jun 2, 5:45 pm, Sean Brant wrote: > Whats the best way to use django's orm along side a NoSQL DB? I want > to keep my users and other data in postgres but have some data that > would be better suited for a

SQL along side NoSQL

2010-06-02 Thread Sean Brant
Whats the best way to use django's orm along side a NoSQL DB? I want to keep my users and other data in postgres but have some data that would be better suited for a NoSQL DB like redis. I see a lot of talk about switching to NoSQL but little talk on integrating it with existing systems. I think i