impactrudia / objectify-appengine

Automatically exported from code.google.com/p/objectify-appengine
MIT License
0 stars 0 forks source link

Support Datastore on GCE instances and other platforms. #189

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The App Engine Datastore has been expanded to run on other platforms. 
(https://developers.google.com/datastore/docs/activate)

The most interesting and obvious new alternative is running on Google Compute 
Engine instances, but other platforms are supported as well. It would be great 
if Objectify was supported everywhere the datastore was.

Original issue reported on code.google.com by james.ta...@jrtechnical.com on 13 Jan 2014 at 5:30

GoogleCodeExporter commented 9 years ago
After reading this thread here:
https://groups.google.com/forum/#!topic/google-appengine/VjlTncfnwFo

I now realize this is bad idea the way I initially envisioned it (which was 
porting Objectify code to use the new API). Instead, I think it would be better 
to follow the recommendation in that thread, and create a proxy service. That 
is what is happening under the covers anyways.

Ideally Objectify would provide a Servlet to proxy requests via App Engine, and 
a client side lib that implemented the current Objectify API (passing requests 
to the proxy).

Original comment by james.ta...@jrtechnical.com on 13 Jan 2014 at 6:32

GoogleCodeExporter commented 9 years ago
Rumor has it that Google is working on a Low Level API adapter for GCE. That 
seems the most likely way to get Objectify working from GCE.

Original comment by lhori...@gmail.com on 14 Apr 2014 at 2:27

GoogleCodeExporter commented 9 years ago
It does work on other infrastructures if you use AppScale (implements the 
datastore API with cassandra).

Original comment by R...@appscale.com on 27 Oct 2014 at 11:57