0

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.

Damian
  • 4,395
  • 4
  • 39
  • 67

1 Answers1

1

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.

Jordan Tigani
  • 26,089
  • 4
  • 60
  • 63