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
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
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 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
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
Nice, clean and simple.
It's really helpful video, I appreciate you 💯
Good Video for a starter to get hands on on GCP BigQuery and spring boot
Stream insert is not available in free tier means it is not free at all or I can use it when enable billing info?
I think you need to have a paid account setup
Thank you sir 😊
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
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
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."
I used local GCP Login so I did not use an authentication file
@@fastandsimpledevelopment got it, thanks
@@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
@@SaikrishnaVemuri-p3m Just run "gcloud init" then "gcloud auth login" and your all set