Reputation: 791
Some of our company's work requires that data in the Cloud be stored in the US.
For Google Cloud, I can specify bucket locations to US locations. https://cloud.google.com/storage/docs/bucket-locations
But for BigQuery and Google Genomics, there's no such options in the API. Anyone know the countries where the data for these services are stored?
Upvotes: 2
Views: 373
Reputation: 36
The public data are hosted within the US. For your own data, Google Cloud Storage let's you choose the region, including US and non-US options. Felipe's information about BigQuery is correct.
For reads and variants imported into Google Genomics via the Genomics API, all data are stored only within the US while the API is in beta. We are looking for feedback from the community about data locality requirements.
Upvotes: 0
Reputation: 61
It's difficult to know which buckets the Google Genomics backend-server stores the data in, but if you perform the following command on their public genomics data, their buckets are all US-based:
$ gsutil ls -L -b gs://genomics-public-data
gs://genomics-public-data/ :
Storage class: STANDARD
Location constraint: US
Versioning enabled: None
Logging configuration: None
Website configuration: None
CORS configuration: None
Lifecycle configuration: None
ACL: []
Default ACL: []
So most likely they are all US-based.
Hope it helps, Paul
Upvotes: 1
Reputation: 59175
By default all data in BigQuery resides in US based datacenters. We just announced the availability of an European zone, but no data will be moved there if you don't request it.
Upvotes: 4