google-cloud

Google Cloud Platform: Clojure + {GAE, GCE, anything else on Google Platform}
domparry 2017-10-07T09:36:28.000022Z

Anyone had a crack at datomic on Google cloud?

domparry 2017-10-07T09:37:22.000027Z

I've been toying with the idea of pointing it at cloud storage, and running peers/transactors on GAE.

stijn 2017-10-07T11:04:03.000009Z

@domparry I don't think that cloud storage is a valid backend for datomic.

stijn 2017-10-07T11:04:51.000016Z

We are running everything in container engine. Peers, transactor and Cassandra backend

domparry 2017-10-07T11:06:40.000005Z

That's the other thought I had. But I'm thinking about how much we can drive to zero ops.

domparry 2017-10-07T11:08:14.000040Z

I saw some people have managed to get apps to work using an aws storage driver, but pointing to google storage.

domparry 2017-10-07T11:12:29.000042Z

But then it's actually just running in Dev mode, which is not ideal

stijn 2017-10-07T11:14:49.000014Z

Yes, the zero ops option works best on AWS with dynamo

stijn 2017-10-07T11:15:01.000024Z

It's never zero though 😄

domparry 2017-10-07T11:17:02.000047Z

Sure.... I realise that. But we can keep pushing!