App Engine Datastore access
Posted
by Pablo Alvim
on Stack Overflow
See other posts from Stack Overflow
or by Pablo Alvim
Published on 2010-05-14T21:10:50Z
Indexed on
2010/05/14
21:14 UTC
Read the original article
Hit count: 272
google-app-engine
|google-datastore
Is it possible to query App Engine's Datastore from outside the cloud, i.e. a client application?
I could possibly write an app to be housed within AppStore and query the Datastore returning XML-formatted data; I want to know, however, if there are any Datastore endpoints which would allow me to do it directly.
Also, in case it is possible, am I able to do so via SSL?
© Stack Overflow or respective owner