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

preview_player
Показать описание

Chapters:
00:00 Introduction
00:33 Bigquery Basics
01:14 Creating A New Service Account
01:58 Creating Our Java Project
02:12 Reading Data From Bigquery
04:38 Creating A Bigquery Table
05:16 Inserting Data Into A Bigquery Table
05:53 Streaming Data Insertion
07:56 Conclusion

In this video we'll learn how to use Google BigQuery within a Java application.

We'll go over the basics of BigQuery and how jobs are run.

Next, we'll go over how to configure BigQuery on the Google cloud console, so that you can use service keys to integrate with your application

Finally, we'll look at some example Java code to perform common operations, like:
- Querying data from a BigQuery instance
- Inserting data with queries
- Inserting streaming data

Рекомендации по теме
Комментарии
Автор

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

arpanbanejee
Автор

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

peterjoseph
Автор

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

akshayprakash
Автор

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

manjeetkumar
Автор

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 variable?

This may be dull question But it would be great if you can answer this. Thanks.

jigarzanzarukiya
Автор

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?

juanjuarez
Автор

Kindly upload more videos, really helpful

shivamtomar
Автор

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

aakashnoopur
Автор

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

fxcpowj
Автор

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

deepakbhartiya
Автор

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

alwintiwari
Автор

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

titanxs
welcome to shbcf.ru