google-cloud

Google Cloud Platform: Clojure + {GAE, GCE, anything else on Google Platform}
danielcompton 2019-10-02T01:28:00.000600Z

Has anyone got a Clojure app running on Google App Engine Java 11 environment?

flowthing 2019-10-02T10:11:09.000900Z

https://github.com/eerohele/gae-clj

1👍
claudiu 2019-10-04T07:10:21.001300Z

@danielcompton Tried a while back can't remember exactly what version of java. Kinda gave up on it because of the entire uberwar and unzipping it. Reached the deploy files limit pretty fast. Seems like appengine is moving in a different direction by dropping the appengine sdk env. For new projects trying to go with clojurescript + nodejs for appengine. Case it helps collected these links:

<https://github.com/alpeware/jaq-services>
<https://github.com/alpeware/lein-jaq>
<https://github.com/xlfe/clojure-app-engine>
<https://github.com/migae/boot-gae>
<https://github.com/nickbauman/cljgae-template>
<https://github.com/SimpleValue>
<https://blog.jeaye.com/2016/08/23/clojure-app-engine/>
<http://flowa.fi/blog/2014/04/25/clojure-gae-howto.html>

danielcompton 2019-10-04T20:40:15.002200Z

Thanks! gae-clj was what I needed

danielcompton 2019-10-04T20:40:46.003300Z

Most of the docs on Clojure and App Engine are for the old model, not the new gvisor based one

flowthing 2019-10-02T10:11:09.000900Z

https://github.com/eerohele/gae-clj

1👍