Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Why not implement a Django database backend for App Engine?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
frankabel  
View profile  
 More options Nov 18 2009, 7:54 am
From: frankabel <frank.abel...@gmail.com>
Date: Wed, 18 Nov 2009 04:54:28 -0800 (PST)
Local: Wed, Nov 18 2009 7:54 am
Subject: Why not implement a Django database backend for App Engine?
Hi all,

I'm newbie in this App Engine. As far I know, lot of Django app
portability get solved if someone implement a  Django database backend
for App Engine. Even I read "Once queryset-refactor lands in trunk, it
might also be possible to write a database backend for App Engine that
would allow any app to run properly. " at http://martyalchin.com/2008/apr/8/appengine/

Somebody can explain me why isn't implemented yet such database
backend? I, mean is a big deal? What are the main problems that ones
must address to write such backend? If the backend exist, porting
Django app will be more easy that using Google App Engine Helper for
Django?

Cheers
Frank Abel


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
OvermindDL1  
View profile  
 More options Nov 18 2009, 1:52 pm
From: OvermindDL1 <overmind...@gmail.com>
Date: Wed, 18 Nov 2009 11:52:21 -0700
Local: Wed, Nov 18 2009 1:52 pm
Subject: Re: [google-appengine] Why not implement a Django database backend for App Engine?

On Wed, Nov 18, 2009 at 5:54 AM, frankabel <frank.abel...@gmail.com> wrote:
> Hi all,

> I'm newbie in this App Engine. As far I know, lot of Django app
> portability get solved if someone implement a  Django database backend
> for App Engine. Even I read "Once queryset-refactor lands in trunk, it
> might also be possible to write a database backend for App Engine that
> would allow any app to run properly. " at http://martyalchin.com/2008/apr/8/appengine/

> Somebody can explain me why isn't implemented yet such database
> backend? I, mean is a big deal? What are the main problems that ones
> must address to write such backend? If the backend exist, porting
> Django app will be more easy that using Google App Engine Helper for
> Django?

Because the datastore is not a database.  Some of their operations may
look similar, but they really are not.  It is not a direct 1-to-1
mapping, no where near actually.

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sserrano  
View profile  
 More options Nov 18 2009, 2:11 pm
From: sserrano <sebastian.serr...@gmail.com>
Date: Wed, 18 Nov 2009 11:11:55 -0800 (PST)
Local: Wed, Nov 18 2009 2:11 pm
Subject: Re: Why not implement a Django database backend for App Engine?
While it is a difficult task there is people trying to work around
it.

Follow wkornewald at http://bitbucket.org/wkornewald/ he is doing an
excellent work

Cheers, Sebastian Serrano

http://www.sserrano.com

On 18 nov, 09:54, frankabel <frank.abel...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Julian Namaro  
View profile  
 More options Nov 18 2009, 10:33 pm
From: Julian Namaro <namarojul...@gmail.com>
Date: Wed, 18 Nov 2009 19:33:01 -0800 (PST)
Local: Wed, Nov 18 2009 10:33 pm
Subject: Re: Why not implement a Django database backend for App Engine?
Traditional relational databases are not scalable, and using such
library would most likely result in a data organization that does not
scale well. Might be fine for a lot of apps, but it kind of defeat the
main purpose of using a cloud infrastructure.

On Nov 18, 9:54 pm, frankabel <frank.abel...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mdipierro  
View profile  
 More options Nov 19 2009, 2:19 pm
From: mdipierro <mdipie...@cs.depaul.edu>
Date: Thu, 19 Nov 2009 11:19:05 -0800 (PST)
Local: Thurs, Nov 19 2009 2:19 pm
Subject: Re: Why not implement a Django database backend for App Engine?
web2py has a database abstraction layer that works with SQLIte, MySQL,
MSSQL, Oracle, DB2, Informix, Ingres, FireBird, MSSQL, and the Google
App Engine. It also does automatic migrations. You way want to look
into that.

Massimo

On Nov 18, 6:54 am, frankabel <frank.abel...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andy Smith  
View profile  
 More options Nov 20 2009, 2:34 pm
From: Andy Smith <andys...@gmail.com>
Date: Fri, 20 Nov 2009 11:34:57 -0800
Local: Fri, Nov 20 2009 2:34 pm
Subject: Re: [google-appengine] Re: Why not implement a Django database backend for App Engine?

I've started working on (or at least at this point only arguing with django
people) this project as well, but it is still some time off so I wouldn't
hold your breath quite yet.

On Wed, Nov 18, 2009 at 11:11 AM, sserrano <sebastian.serr...@gmail.com>wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hazzadous  
View profile  
 More options Nov 21 2009, 2:30 pm
From: Hazzadous <ha...@microwayes.net>
Date: Sat, 21 Nov 2009 11:30:10 -0800 (PST)
Local: Sat, Nov 21 2009 2:30 pm
Subject: Re: Why not implement a Django database backend for App Engine?
Search the django-devel group for non-relational db for info on this
topic.  Google has apparently set aside some time for this effort.

On Nov 20, 7:34 pm, Andy Smith <andys...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hazzadous  
View profile  
 More options Nov 20 2009, 3:07 pm
From: Hazzadous <ha...@microwayes.net>
Date: Fri, 20 Nov 2009 12:07:30 -0800 (PST)
Local: Fri, Nov 20 2009 3:07 pm
Subject: Re: Why not implement a Django database backend for App Engine?
From the django devel group: http://tinyurl.com/y9gpf55

This is probably the most up to date/informative info on non-
relational db support for Django?

On Nov 20, 7:34 pm, Andy Smith <andys...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google