For those of you who need just a simple 'data export' process, I wrote a Bulk Data Download module back in July. Here's a description: http://code.google.com/p/gawsh/wiki/BulkDownload and the source code is here: http://code.google.com/p/gawsh It complements the Google bulk upload program, and can download XML or CSV files. It has limitations, since it doesn't pickle or anything like that. But it should scale: I tested it with 20,000 rows of data.
Aral, maybe you can use some of my ideas in your application, and maybe you (or some other ambitious developer) can flesh out my design (not coded yet) to handle Fernando's concerns about making a backup at the same time others are adding/changing data. Garrett Davis On Sep 13, 8:06 pm, Valery <[EMAIL PROTECTED]> wrote: > Hi Aral, > > let us know if you got some updates, please! > regards > Valery > > On Aug 13, 6:21 pm, Aral Balkan <[EMAIL PROTECTED]> wrote: > > > Hey Bill, > > > Thanks! :) Re: Django, having started with webapp, I can attest that > > there's a world of difference. > > > Aral > > > On Aug 13, 3:25 am, Bill <[EMAIL PROTECTED]> wrote:> Nice work, Aral. I > > look forward to seeing the code. Might be enough > > > to make me fully embrace Django through the helper :) > > > -Bill > > > <snip> > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
