google-cloud

Google Cloud Platform: Clojure + {GAE, GCE, anything else on Google Platform}
nickbauman 2017-03-21T04:39:17.280085Z

Hey I just completed moving much of the code solutions in my App Engine clojure template into their own libraries and changing the licenses to reflect that change. I also noticed my leiningen template documentation was referencing an incorrect group 😞 so people were bing mislead around usage and installation.

nickbauman 2017-03-21T04:39:44.282502Z

Here it is. https://github.com/nickbauman/cljgae-template

nickbauman 2017-03-21T04:40:19.285552Z

Anyway this is version 0.3.0.

nickbauman 2017-03-21T13:53:47.476541Z

The libraries the template uses are now their own clojars artifacts:

gaeclj-auth authorization helpers
gaeclj-ds datastore query DSL
gaeclj-gcs cloud storage and app identity helpers
gaeclj-pq task queue helpers

peterschwarz 2017-03-21T14:24:43.077076Z

Nice, @nickbauman !

🦜 1