Using Google BigQuery in Your Java Application | Complete Tutorial with Examples

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ต.ค. 2024

ความคิดเห็น • 21

  • @arpanbanejee5143
    @arpanbanejee5143 ปีที่แล้ว

    Short but very informative video! Learnt the necessary concepts, Thank you!

  • @jigarzanzarukiya1585
    @jigarzanzarukiya1585 7 หลายเดือนก่อน

    Few question.
    1. Which maven dependency you have used. Where did you import from BigQuery class? If you can provide documentation link for this.
    2. How did you authenticate your self with GCP? Still not understand where are you reading this env (GOOGLE_APPLICATION_CREDENTIALS) variable?
    This may be dull question But it would be great if you can answer this. Thanks.

  • @juanjuarez3405
    @juanjuarez3405 ปีที่แล้ว

    good work, i have a question, i need delete just a few rows with query of Java application, for example delete from dataset.table where id=1 This is possible?

  • @peterjoseph2415
    @peterjoseph2415 2 ปีที่แล้ว

    This is awesome Soham, thanks for teaching us like the diamond you are!

  • @manjeetkumar
    @manjeetkumar 2 ปีที่แล้ว

    Really good tutorial. The way you have created video is also good. Explaining and moving through video was good approach.

  • @akshayprakash7312
    @akshayprakash7312 2 ปีที่แล้ว

    Amazing Soham, great explanation! Keep the videos coming! :D

  • @KrishnaPrasad-k5q
    @KrishnaPrasad-k5q 11 หลายเดือนก่อน

    Add more about the json file to add the project and its connection

  • @DeepakBhartiya_Universe
    @DeepakBhartiya_Universe ปีที่แล้ว

    may be I missed, but how to use the key json file in the java code?

  • @aakashnoopur6382
    @aakashnoopur6382 ปีที่แล้ว

    Thank you for the video...I tried to implement the same but I got errors for importing libraries, saying bigquery does not exist, Find valuelist does not exist. Though I had added jars which I found over internet... could you please help...I am unable to implement this usecase

  • @alwintiwari4355
    @alwintiwari4355 2 ปีที่แล้ว

    Good one, do you have any samples on reading BigQuery data through BigQuery Storage API ?

    • @sohamkamanitech
      @sohamkamanitech  2 ปีที่แล้ว

      Not yet, but I'll work on it soon 👍

  • @shivamtomar7426
    @shivamtomar7426 2 ปีที่แล้ว

    Kindly upload more videos , really helpful

    • @sohamkamanitech
      @sohamkamanitech  2 ปีที่แล้ว

      I'm glad it helped you 🙂 Planning to make more videos soon

    • @akashrtf8309
      @akashrtf8309 2 ปีที่แล้ว

      How to use this (service account ) in eclipse?

  • @amittailor5732
    @amittailor5732 9 หลายเดือนก่อน

    How to run same with gradle ?

  • @titanxs
    @titanxs ปีที่แล้ว

    when I try to query it says "Access Denied User does not have bigquery.jobs.create permission in project"

    • @sohamkamanitech
      @sohamkamanitech  ปีที่แล้ว

      You probably need to check your users permissions in the IAM section on the GCP console. Looks like you may not have access to the BigQuery instance