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.
Also in build is our first clojure backend that will live in container engine. We have some CLJS being served from there already too.
@domparry cool. what tooling, build sys, etc.?
just simple uberjar in a docker container. It’s on App Engine Flex
ok. how do u build?