0
Does anyone know if there is a Bigquery client for Android? I need to perform table queries in Bigquery.
I looked at the Google documentation and it says:
Note: Java client libraries for Google Cloud are currently not compatible with Android.
https://cloud.google.com/bigquery/docs/quickstarts/quickstart-client-libraries
Does anyone have any idea of an alternative?
Speak @Lucas! Is it not better to create a web application for you to consume the data via Rest?
– Carlos Mesquita Aguiar
Okay. So I was actually thinking about doing that. But I don’t know how I can start with that. I took a look at the documentation of the google reference API. But I didn’t quite understand. https://cloud.google.com/bigquery/docs/reference/rest/v2/
– Lucas Cordeiro
I need to consume this data on android, Ios and web
– Lucas Cordeiro
If you’re thinking of making Android communicate directly by Rest, then follow a document that will give you an idea about the subject: https://code.tutsplus.com/pt/android-from-scratch-using-rest-apis-cms-27117
– Carlos Mesquita Aguiar
But I would create an orchestrator (a Java Web application in Spring Boot) that would communicate with Bigquery (using the Bigquery client library available in the advertised) and Android communication with my application would do in Rest.
– Carlos Mesquita Aguiar
I am looking at the document you sent me. Very good. I will take a look and study by way of the orchestrator. Thank you!
– Lucas Cordeiro
Let’s go continue this discussion in chat.
– Carlos Mesquita Aguiar
If the post helped you, please state the correct answer.
– Carlos Mesquita Aguiar