google-cloud

Google Cloud Platform: Clojure + {GAE, GCE, anything else on Google Platform}
2018-08-15T16:12:23.000100Z

@genekim you might find this useful, if somewhat out of date. I hope to get back to it this fall: https://github.com/migae/datastore

genekim 2018-08-15T16:27:21.000100Z

Thanks @domparry @mobileink ! Just curious: why aren't you using the Matchbox library? Was looking into it -- looks promising, but still trying to figure out how one does queries in it... https://github.com/crisptrutski/matchbox

genekim 2018-08-15T16:28:48.000100Z

@mobileink @domparry : also, do you miss the SQL/relational world at all?

2018-08-15T16:29:04.000100Z

migae ds predates it, i think. anyway, it was developed for using Datastore with GAE apps. Should work with Cloud Datastore. Firebase is a different aminal, I think.

2018-08-15T16:30:48.000100Z

not so far, but my use case is relatively small and simple. have used clojure.spec a little bit, takes some effort but it works if you need a schema

2018-08-15T16:37:59.000100Z

Sorry, forgot that cloud storage != cloud datastore.

domparry 2018-08-15T17:36:12.000100Z

@genekim: we don't miss sql at all, but our apps aren't query heavy. If we do have complex queries to run, then we run them off bigquery, which has near Realtime data streamed into it.