google-cloud

Google Cloud Platform: Clojure + {GAE, GCE, anything else on Google Platform}
sneakypeet 2018-10-18T08:43:43.000100Z

@andrea.imparato we write our microservices as normal clojure web servers and then we run the jars on kubernettes using normal java docker containers.

Andrea Imparato 2018-10-18T09:35:38.000100Z

@sneakypeet ok, so you don't use google cloud functions I guess, do you?

sneakypeet 2018-10-18T09:36:21.000100Z

not extensively no. only for 1 or 2 small things and then it is simplest to just write in js

đź‘Ť 1
domparry 2018-10-18T09:36:36.000100Z

I fiddled a little trying a clojurescript… but I didn’t get it working.

domparry 2018-10-18T09:36:57.000100Z

@martinsahlen did some work on this though… He even released some code for it…

domparry 2018-10-18T09:37:12.000200Z

cljs on cloud functions I mean.

Andrea Imparato 2018-10-18T09:45:09.000100Z

interesting,thanks @domparry for the hint

sneakypeet 2018-10-18T09:55:52.000100Z

also worth noting that our microservices are not really micro. they are defined by bounded context instead of lines of code. so they wont really fit nicely as cloud functions