@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
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
@mobileink @domparry : also, do you miss the SQL/relational world at all?
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.
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
Sorry, forgot that cloud storage != cloud datastore.
@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.