Thanks!
some people here tried to began to use datastore Java Client haha
I'll see if it's going to be difficult to began to use the SimpleValue's repo
We have done both. We use the datastore java lib in dataflow (although mostly we use datasplash as a wrapper for things)
thanks! π
I'm using cider and I can't export variables to lein nrepl when I start the repl from emacs
anyone knows how to deal with it?
in general to login on datastore I'm exporting a json to GOOGLE_APPLICATION_CREDENTIALS variable
but Cider doesn't recognize that
I think emacs needs it on startup
but Iβm a noob in that area
Yeah, some setq stuff
I'll see
thanks π
So glad to see more Clojure GCP usersβ¦
Hopefully there will be enough of us to get a click to deploy datomic solution going there too!
there is also https://cloud.google.com/appengine/docs/standard/nodejs/ for some use-cases might be a nice fit.
All our apps run on datastore. And we really like it. Queries are a bit of a pain, but we use projections and indexes to help. Our apps are probably more than 80% store though. Not much querying.