i wanted to access appengine datastore of one application in another internal appengine application, i have used endpoints a lot, now i tried cloud datastore api using Google protobuf client library.
my question is ,
which service will be high performing, ignore the fact that endpoints acts as an api and consider in terms of datastore access only) ?
any better suggestion is also helpful!
Thanks