Nice and too the point video on how to query GCP Big Query and return values to Spring Boot Microservice as well as Intsert Streaming Data from Java into Big Query Storage
@ExpertKNowledgeGroup Жыл бұрын
Nice, clean and simple.
@Chocolateboy-hx1fr Жыл бұрын
Good Video for a starter to get hands on on GCP BigQuery and spring boot
@BethanyRimington Жыл бұрын
It's really helpful video, I appreciate you 💯
@adsmaker2871 Жыл бұрын
Thank you sir 😊
@Dark_Explorer3 ай бұрын
Stream insert is not available in free tier means it is not free at all or I can use it when enable billing info?
@fastandsimpledevelopment3 ай бұрын
I think you need to have a paid account setup
@HữuĐứcNguyễn-j5s3 ай бұрын
how can we paginate the result? The OFFSET and LIMIT can do that but it still charges for querying entire table. I've not found any good solution yet
@fastandsimpledevelopment3 ай бұрын
Good question, I have not had that experience in charges. I normally query the data and move into MongoDB data in the format I need and then work with that content which removes all the charges after the initial query
@SaikrishnaVemuri-p3m Жыл бұрын
where is the credentials key json file, how is this working. Please clarify as i am getting this error => "A project ID is required for this service but could not be determined from the builder or the environment. Please set a project ID using the builder."
@fastandsimpledevelopment Жыл бұрын
I used local GCP Login so I did not use an authentication file
@SaikrishnaVemuri-p3m Жыл бұрын
@@fastandsimpledevelopment got it, thanks
@SaikrishnaVemuri-p3m Жыл бұрын
@@fastandsimpledevelopment can you show the other approach as well as i am still not clear on how you did it without json. Would be great if you can show me
@fastandsimpledevelopment Жыл бұрын
@@SaikrishnaVemuri-p3m Just run "gcloud init" then "gcloud auth login" and your all set