[google-appengine] Accessing the Data Store from outside application

2009-11-17 Thread mscwd01
Hey,

I hava an app which generates a lot of user data which is stored in
the data store. At various intervals I wish to process this data using
an application running on my pc, is this possible?

I.e. looping through all the users in the data store, accessing/
modifying a field of that user object and then saving the changes to
the data store.

Thanks

--

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




Re: [google-appengine] Accessing the Data Store from outside application

2009-11-18 Thread djidjadji
Look at the article for the remote_api.

2009/11/18 mscwd01 :
> Hey,
>
> I hava an app which generates a lot of user data which is stored in
> the data store. At various intervals I wish to process this data using
> an application running on my pc, is this possible?
>
> I.e. looping through all the users in the data store, accessing/
> modifying a field of that user object and then saving the changes to
> the data store.
>
> Thanks
>
> --
>
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=.
>
>
>

--

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