How to use BigQuery from elixir code?
I would like to use the Big Query web API from elixir code. Although there is no elixir client SDK on the SDK page page
I will use the BigQuery API with the service account. To use the service account, I need to run "JWT encode" ...
Do you know a suitable elixir library for using the BigQuery API?
source
share