Пікірлер

  • @Ala-TooItClub
    @Ala-TooItClubАй бұрын

    thank you man! u r best!

  • @World-Of-Mr-Motivater
    @World-Of-Mr-MotivaterАй бұрын

    sir the url shown in the command line is the url for my application?

  • @siddharthagrawal4280
    @siddharthagrawal42802 ай бұрын

    i have maven application and also postgres database configuration , i tried above steps it is getting failed ! what could be the solution to this ?

  • @ForChiddlers
    @ForChiddlers3 ай бұрын

    I had to remove the /// before the database name, then it worked... is this a new version, or why do I have this problem?

  • @rupalirastogi4952
    @rupalirastogi49523 ай бұрын

    How to connect to azure Postgres db for flexible server without using username password approach? Is it possible to use managed identities for db connection?

  • @jigarzanzarukiya1585
    @jigarzanzarukiya15853 ай бұрын

    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.

  • @suyashgupta1997
    @suyashgupta19975 ай бұрын

    great short video on jdbc .

  • @amittailor5732
    @amittailor57326 ай бұрын

    How to run same with gradle ?

  • @surajlavhale2577
    @surajlavhale25776 ай бұрын

    can we create an alert policy for the status (running or stopped ) of GAE services?

  • @JhonathanMoran
    @JhonathanMoran6 ай бұрын

    Thank you so much.

  • @user-fx6cp2ow9j
    @user-fx6cp2ow9j8 ай бұрын

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

  • @YutaoZhou
    @YutaoZhou8 ай бұрын

    This video is just precise to the point. It is clear, short, and gets the job done! Greate job!

  • @RaviGaneshBandaru
    @RaviGaneshBandaru9 ай бұрын

    Great content Soham..👏

  • @deepakbhartiya3302
    @deepakbhartiya330210 ай бұрын

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

  • @Shwetahosur1220
    @Shwetahosur122010 ай бұрын

    Crisp and concisely explained

  • @bogdy.musiclover
    @bogdy.musiclover11 ай бұрын

    good tutorial ! i like it ! short and enough ! Please tell me, how to DELETE one app, after create it with "gcloud app deploy" .... i tryed, but i received error ...

  • @juanjuarez3405
    @juanjuarez340511 ай бұрын

    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?

  • @returncode0000
    @returncode000011 ай бұрын

    Thanks! Very helpful 👍 Very interested on more videos about java applications in google cloud. (e.g. microservice, scaling, running in kubernetes cluster, kafka ...)

  • @tyongalves7129
    @tyongalves7129 Жыл бұрын

    Very usefull 🎉❤🎉🎉

  • @akashkore8148
    @akashkore8148 Жыл бұрын

    very poor explanation , where should we execute coammnds and all , and where is the steps ....

  • @user-xw5gv2yq8j
    @user-xw5gv2yq8j Жыл бұрын

    I'm managed to make it work with mysql in my local machine but when i deploy the spring boot app to app engine i'm having connexion issues with jbdc. do you know what might be the causes?

  • @tomislavtonchev
    @tomislavtonchev5 ай бұрын

    Me too, did you find a solution for that?

  • @mihirparmar8263
    @mihirparmar826326 күн бұрын

    I am not able to make it work on local machine as well, possible to guide? Please leave a comment!

  • @arpanbanejee5143
    @arpanbanejee5143 Жыл бұрын

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

  • @addliam
    @addliam Жыл бұрын

    Thanks for the video. I have a question what should i do if i want to work collaborative on Cloud SQL can i get a credentials.json that allows everyone to acces the cloud ddbb. I need help plz

  • @geetkedia7829
    @geetkedia7829 Жыл бұрын

    And what are the steps to integrate Mysql database to it

  • @pavangv7
    @pavangv7 Жыл бұрын

    Do we need to enable the CloudBuild API even though we are using non gcp CICD tools?

  • @dmitriipinzari4586
    @dmitriipinzari4586 Жыл бұрын

    i had to give access to "bucket" to one of google cloud's emails in order to deploy. Everything else worked fine

  • @Trance33317
    @Trance33317 Жыл бұрын

    Hi, new to gcp and trying to run `gcloud app deploy` but get this error: Step #2 - "build": Running "./mvnw clean package --batch-mode -DskipTests -Dhttp.keepAlive=false -f=pom.xml" Step #2 - "build": ./mvnw: 223: ./mvnw: cannot open /workspace/.mvn/wrapper/maven-wrapper.properties: No such file Step #2 - "build": /workspace/.mvn/wrapper/maven-wrapper.jar: No such file or directory Step #2 - "build": Error: Could not find or load main class org.apache.maven.wrapper.MavenWrapperMain Step #2 - "build": Caused by: java.lang.ClassNotFoundException: org.apache.maven.wrapper.MavenWrapperMain Step #2 - "build": Done "./mvnw clean package --batch-mode -DskipTests -Dhttp.keepAli..." (295.861918ms) Step #2 - "build": Failure: (ID: 57144a81) Please share any updates to resolve!

  • @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

  • @markchesnavsky3273
    @markchesnavsky3273 Жыл бұрын

    Very concise and clear explanation. Many thanks!

  • @sohamkamanitech
    @sohamkamanitech Жыл бұрын

    You're welcome :)

  • @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

  • @jaichandra7692
    @jaichandra7692 Жыл бұрын

    Hello can I get your contact information mail ID or anything?

  • @lakshmisrii
    @lakshmisrii Жыл бұрын

    Thank you, Please do on GCP Application Production Support related

  • @sohamkamanitech
    @sohamkamanitech Жыл бұрын

    Great idea :) What aspects of production support would you like to know about specifically?

  • @harishdama5378
    @harishdama537810 ай бұрын

    I can give a scenario, bunch of 5xx errors are getting produced in our application which is deployed in app engine. Could you please tell what would be the approach to analyze those in gcp logs?

  • @JSCSNischalBK
    @JSCSNischalBK Жыл бұрын

    Engaging and informative talk. Really well thought out and delivered insanely well.

  • @krithikan3177
    @krithikan3177 Жыл бұрын

    Amazing session !

  • @mr.mirror1213
    @mr.mirror1213 Жыл бұрын

    very good talk and noob friendly 😁😁👍👍

  • @akshayprakash7312
    @akshayprakash7312 Жыл бұрын

    It was an amazing talk Soham! You explained the concepts in very simple words and made it interesting 👏

  • @filiperosenbrock
    @filiperosenbrock Жыл бұрын

    thanks

  • @sohamkamanitech
    @sohamkamanitech Жыл бұрын

    You're welcome!

  • @peterjoseph2415
    @peterjoseph24152 жыл бұрын

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

  • @sohamkamanitech
    @sohamkamanitech Жыл бұрын

    My pleasure 😊

  • @akshayprakash7312
    @akshayprakash73122 жыл бұрын

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

  • @sohamkamanitech
    @sohamkamanitech Жыл бұрын

    That's the plan :D

  • @alwintiwari4355
    @alwintiwari43552 жыл бұрын

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

  • @sohamkamanitech
    @sohamkamanitech Жыл бұрын

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

  • @shivamtomar7426
    @shivamtomar74262 жыл бұрын

    Kindly upload more videos , really helpful

  • @sohamkamanitech
    @sohamkamanitech2 жыл бұрын

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

  • @akashrtf8309
    @akashrtf83092 жыл бұрын

    How to use this (service account ) in eclipse?

  • @manjeetkumar
    @manjeetkumar2 жыл бұрын

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

  • @sohamkamanitech
    @sohamkamanitech Жыл бұрын

    Glad you liked it!