On Fri, Jan 28, 2011 at 6:50 AM, Bro <arjan.br...@gmail.com> wrote:
> Hi all,
> Recently i have started development of my application that will change the
> world. Or at least night be visited by a few users ;). I would like to fill
> the database with some initial (basic) data. This data is required to let
> the application work. In 'normal' development with my own oracle database i
> would create some sql scripts and execute the before go-live. But i think i
> need some advise how to go about this in the GAE.
> Is this what something that can be done on an even (i.e.
> ApplicationInstallEvent or something like that) or should i use a task for
> this?

appcfg.py upload_data
http://code.google.com/appengine/docs/python/tools/uploadingdata.html

The bulk loader is not Python specific.

> All advise is welcome as i have not setup anything for this.
> Regards,
>   Arjan Broer
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>



-- 
Jon Smirl
jonsm...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to