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
I used matchbox library successfully in Clojure to use Firebase Realtime Database. I tried using the newer Firebase Database because it is newer — took me days to even get the simplest queries to finally run. You can see my work here: https://gist.github.com/realgenekim/2d9b14da54e71bb14ffe69afc7947bc8. I ended up staying with Matchbox because I could get stores/loads running, and didn’t want to spend more days trying to work thru Java interop. I’d love to know how people are successfully using any of the Google NoSQL offerings.
We have done both. We use the datastore java lib in dataflow (although mostly we use datasplash as a wrapper for things)
thanks! 😃
@overde has joined the channel
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.
@juliobarros has left the channel
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.