Bronze 3
Since ‎09-13-2024
2 weeks ago

My Stats

  • 9 Posts
  • 0 Solutions
  • 2 Likes given
  • 0 Likes received

codya-mubarak's Bio

Badges codya-mubarak Earned

View all badges

Recent Activity

I am creating a desktop app. The app is free, but the app has a premium feature, which is to backup the users' data to the cloud. The plan was to backup the data to Google Cloud Storage and ask the user to pay a subscription fee. Since most file stor...
When I read about loading data to a data warehouse, people usually mention saving the events in a cloud storage first then loading the events from the cloud storage to the data warehouse. However, in my app, I would like to directly send the events (...
Since social media-related data is large, they should be stored in a horizontally scalable databases. There are 2 horizontally scalable databases in Google cloud: Bigtable and Spanner. From all the resources that I read so far, Spanner seems to be be...
I know I can mount GCS to cloud run, but can I mount block storage (I think its called Persistent Disk on GCP) on cloud run?