There is the Google Cloud Datastore https://developers.google.com/datastore/
Which is a REST API to the AppEngine Datastore. (but if you dig deeper, the billing page suggests, it has a instance running on appengine- so really its a proxy, to an AppEngine Engine instance, which in turn is a Proxy to the real Datastore. So you could probably cut out the middleman and just have lightweight Proxy API running directly in your normal front end (or even the Remote API?)) There is also VM-based Backends, which are real AppEngine instances (and so accesses its API) running on GCE, but the pricing isnt clear yet. On 11 August 2013 13:30, stephanos <[email protected]> wrote: > Hi there, > > assuming I had an app where the frontend runs on App Engine and the > backend on Compute Engine - how can the backend access the datastore and/or > memcache? > > PS: App Engine backends are (much) too expensive for me. > > Regards > Stephan > > -- > 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/groups/opt_out. > > > -- 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/groups/opt_out.
