Bronze 4
Since ‎03-21-2024
Wednesday

My Stats

  • 39 Posts
  • 0 Solutions
  • 7 Likes given
  • 46 Likes received

Nikita_G's Bio

Badges Nikita_G Earned

View all badges

Recent Activity

My frontend is in React, and I have deployed an authenticated Cloud Run service for the backend. I want to access this service through a token generated by code written in the frontend itself. I have analyzed multiple docs, but In React Google-auth l...
I'm currently using Google Cloud Datastream to replicate data from MySQL to BigQuery.My Flow is : Mysql---->Datastream---->GCS----->Cloud function---->BigQueryI've noticed that the time taken for data transformation and loading into GCs significantly...
I want to setup custom domain name for cloud composer (Airflow webserver), I have tried by adding custom CNAME but its not working. could anyone please share documentation on this or give steps regarding this topic?
I have set up a Point-to-Site VPN in Google Cloud using OpenVPN. How can I establish a connection to Cloud SQL PostgreSQL using a private IP from my local machine, also please provide some extra info regarding Point-to-Site VPN setup. Any insights ar...
I want to implement the following flow:MySQL------>Datastream ----> GCS ----> Cloud Function (event trigger) ----> BigQueryI've added a code snippet in the Cloud Function to load a jsonl.gz file data from gcs into BigQuery using cloud function. It su...