google-cloud

2018-11-22T20:10:42.000200Z

@d.ian.b has joined the channel

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.

genekim 2018-11-25T19:33:03.021800Z

@d.ian.b : I’d love to know how your experiments go, and which direction you end up going, and any code samples of how you get things running — I’m embarrassed about how long it takes me to get anything running with these things, and would appreciate seeing anything that actually works! :)

2018-11-23T15:39:59.012300Z

I was thinking on use Java client because maybe it'll be a lot of connections, the REST API can handle that compared to Java interop?

2018-11-23T15:40:08.012600Z

Thanks 😃