google-cloud

Google Cloud Platform: Clojure + {GAE, GCE, anything else on Google Platform}
domparry 2017-06-23T09:56:26.696504Z

We have our first clojure app engine app up and running. just a simple set of Cloud Dataflow jobs that we trigger using the app engine cron service. It works SO nicely.

domparry 2017-06-23T09:56:53.702649Z

Also in build is our first clojure backend that will live in container engine. We have some CLJS being served from there already too.

1
2017-06-23T18:43:42.019435Z

@domparry cool. what tooling, build sys, etc.?

domparry 2017-06-23T18:58:36.311652Z

just simple uberjar in a docker container. It’s on App Engine Flex

❤️ 1
2017-06-23T21:48:46.075126Z

ok. how do u build?