Question

Is there an Erlang API for bigquery?

I would like to use Bigquery from Google Compute Engine in a Linux instance. I would like to run Riak NoSQL there.

Was it helpful?

Solution

As far as I can tell, there is no Erlang client for BigQuery. You can always generate the HTTP REST requests by hand -- it is relatively straightforward for most use-cases. Alternately, you could execute a shell command that runs the bq.py command line client.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top