Re: [GSOC] NoSQL Support for the ORM

2010-04-09 Thread Russell Keith-Magee
On Thu, Apr 8, 2010 at 5:55 AM, Waldemar Kornewald wrote: > On Wed, Apr 7, 2010 at 5:22 PM, Alex Gaynor wrote: >>> Other issues that spring to mind: >>> >>>  * What about nonSQL datatypes? List/Set types are a common feature of >>> Non-SQL backends,

Re: [GSOC] NoSQL Support for the ORM

2010-04-08 Thread Alex Gaynor
On Wed, Apr 7, 2010 at 5:55 PM, Waldemar Kornewald wrote: > On Wed, Apr 7, 2010 at 5:22 PM, Alex Gaynor wrote: >>> Other issues that spring to mind: >>> >>>  * What about nonSQL datatypes? List/Set types are a common feature of >>> Non-SQL backends,

Re: [GSOC] NoSQL Support for the ORM

2010-04-08 Thread burc...@gmail.com
Hi all, On Thu, Apr 8, 2010 at 12:55 AM, Waldemar Kornewald wrote: > On Wed, Apr 7, 2010 at 5:22 PM, Alex Gaynor wrote: >>> Other issues that spring to mind: [...] > Well, you might be able to quickly adapt the MongoDB backend to GAE > (within GSoC

Re: [GSOC] NoSQL Support for the ORM

2010-04-07 Thread Waldemar Kornewald
On Wed, Apr 7, 2010 at 5:22 PM, Alex Gaynor wrote: >> Other issues that spring to mind: >> >>  * What about nonSQL datatypes? List/Set types are a common feature of >> Non-SQL backends, and are The Right Way to solve a whole bunch of >> problems. How do you propose to

Re: [GSOC] NoSQL Support for the ORM

2010-04-07 Thread Alex Gaynor
On Wed, Apr 7, 2010 at 2:19 PM, lasizoillo wrote: > 2010/4/7 Alex Gaynor : > >>  * 2 weeks - begin working on a backend for a non-relational database >> (probably >>   MongoDB) > > Pymodels[1] have backends for MogoDB and Tokyo Tyrant/Cabinet. Maybe >

Re: [GSOC] NoSQL Support for the ORM

2010-04-07 Thread lasizoillo
2010/4/7 Alex Gaynor : >  * 2 weeks - begin working on a backend for a non-relational database > (probably >   MongoDB) Pymodels[1] have backends for MogoDB and Tokyo Tyrant/Cabinet. Maybe some things can be reused in backend. http://bitbucket.org/neithere/pymodels/

Re: [GSOC] NoSQL Support for the ORM

2010-04-07 Thread Alex Gaynor
On Wed, Apr 7, 2010 at 6:47 AM, Russell Keith-Magee wrote: > On Wed, Apr 7, 2010 at 8:11 AM, Alex Gaynor wrote: >> Non-relational database support for the Django ORM >> == >> >> Note:  I am withdrawing

[GSOC] NoSQL Support for the ORM

2010-04-06 Thread Alex Gaynor
Non-relational database support for the Django ORM == Note: I am withdrawing my proposal on template compilation. Another student has expressed some interest in working on it, and in any event I am now more interested in working on this project.