Also in my case. The only reason why we stick with appengine and are not on GCE is because of the datastore lock-in.
Java being Java, I don't know how difficult it would be to abstract the JSON api into the JDO and Datastore java interfaces? On Wed, Apr 9, 2014 at 12:48 AM, Trung Pham <[email protected]> wrote: > Do you know if I can access Google datastore using the appengine SDK > rather than the JSON api from the VM backend? This will certainly make > things much easier for me. > > Appengine SDK > https://developers.google.com/appengine/docs/go/datastore/reference > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
