@d.ian.b has joined the channel
Helo guys,
there's some tips for interop on DataStore?
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
Alternatively if you are brave you can attempt to use the java clients for datastore etc.
@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! :)
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?
Thanks 😃