googlecloud
googlecloud copied to clipboard
Google Cloud clients in Clojure
I'm getting warnings and a NullPointerExceptions during `lein compile`, when I include a require statement for the namespace `googlecloud.bigquery.tables`. Based on [this SO answer](http://stackoverflow.com/questions/7991685/confusing-clojure-compile-errors-bad-line-reporting), my hunch is that it is...
- bump version google-api-services-bigquery - add template-suffix param to insert-all - update bigquery/readme
Hello. I'm trying to find a view creation example for the java API, but failing... Hopefully you'll consider adding view creation to your library. Many thanks! L
Pub/Sub will be really useful to have, to help connect/forward Kafka flows into real-time processing flows on Google Cloud with Dataflow etc.
Google Cloud provides service account authentication without needing p12 keys etc. Add alternative credential functions that would work when running on GCE, GKE etc.
Ensure all list operations in cloudstorage and bigquery libs use core's `lazy-paginate-seq`.