🚀 Skyrocket Your App Performance with Big Query and Spring Boot!” ✔📈

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии •

  • @fastandsimpledevelopment
    @fastandsimpledevelopment  Год назад +1

    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
    @ExpertKNowledgeGroup Год назад

    Nice, clean and simple.

  • @BethanyRimington
    @BethanyRimington Год назад

    It's really helpful video, I appreciate you 💯

  • @Chocolateboy-hx1fr
    @Chocolateboy-hx1fr Год назад

    Good Video for a starter to get hands on on GCP BigQuery and spring boot

  • @Dark_Explorer
    @Dark_Explorer 2 месяца назад

    Stream insert is not available in free tier means it is not free at all or I can use it when enable billing info?

  • @adsmaker2871
    @adsmaker2871 Год назад

    Thank you sir 😊

  • @HữuĐứcNguyễn-j5s
    @HữuĐứcNguyễn-j5s 2 месяца назад

    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

    • @fastandsimpledevelopment
      @fastandsimpledevelopment  2 месяца назад

      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
    @SaikrishnaVemuri-p3m Год назад +1

    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
      @fastandsimpledevelopment  Год назад

      I used local GCP Login so I did not use an authentication file

    • @SaikrishnaVemuri-p3m
      @SaikrishnaVemuri-p3m Год назад

      @@fastandsimpledevelopment got it, thanks

    • @SaikrishnaVemuri-p3m
      @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
      @fastandsimpledevelopment  Год назад

      @@SaikrishnaVemuri-p3m Just run "gcloud init" then "gcloud auth login" and your all set