google-cloud

Google Cloud Platform: Clojure + {GAE, GCE, anything else on Google Platform}
qqq 2017-02-23T12:57:28.001120Z

there's definitely alearning curve

qqq 2017-02-23T12:57:33.001121Z

however, I'm converted, untangled is amazing

nickbauman 2017-02-23T15:00:39.001122Z

huh

nickbauman 2017-02-23T15:01:19.001123Z

Well once my librarying work is done, there’s no reason I or someone else can’t make an untangled template.

domparry 2017-02-23T15:01:54.001124Z

Anyone done dataflow work? Specifically into BigQuery?

nickbauman 2017-02-23T15:02:02.001125Z

Mobileink is already there: his stuff is already decomposed out of template land into libraries.

nickbauman 2017-02-23T15:03:36.001126Z

@domparry haven’t used dataflow for that. I did have a GAE entity post-put hook that added information into a JSON file in GCS that went into BQ at the end of the day.

nickbauman 2017-02-23T15:03:49.001127Z

Worked slick

domparry 2017-02-23T15:09:30.001128Z

I have Dataflow reading Pubsub into BQ. Works so well except for one very specific case.

domparry 2017-02-23T15:11:44.001129Z

The error I get is: failed_precondition: Record leaf types are not supported.

domparry 2017-02-23T15:12:22.001130Z

I’m using a clojure wrapper for dataflow called datasplash (It’s fantastic)