google-cloud

Google Cloud Platform: Clojure + {GAE, GCE, anything else on Google Platform}
2018-11-22T20:10:49.000400Z

Helo guys,

2018-11-22T20:10:59.000700Z

there's some tips for interop on DataStore?

sneakypeet 2018-11-22T22:49:21.002400Z

https://github.com/SimpleValue has a bunch of implementations for google cloud services. In short most of these are just simple wrappers around the various API’s. Here is the datastore one https://github.com/SimpleValue/sv.gcloud.datastore You will also need the auth client https://github.com/SimpleValue/sv.gcloud.client Shout if you need some help

❤️ 1
sneakypeet 2018-11-22T22:51:05.003300Z

Alternatively if you are brave you can attempt to use the java clients for datastore etc.

2018-11-23T15:40:08.012600Z

Thanks 😃