My current workflow in BigQuery is as follows:


(1) query data in a public repository (stored in the US), (2) write it to a 
table in my repository, (3) export a csv to a cloud bucket and (4) download 
the csv on the ubuntu server I work on and (5) work with that on the server.


The problem I have now, is that the server I work on is located in EU. 
Thus, I have to pay quite some fees for transfering data between my US 
bucket and my EU server. I could now go ahead and locate my bucket in EU, 
but then I still have the problem that I would transfer data from the US 
(BigQuery) to EU (bucket). So I could also set my dataset in bq to be 
located in the EU, but then I cant do any queries anylonger, because the 
data in the public repository is located in the US, and queries between 
different locations are not allowed.


I am querying the public reddit comment data. My final ubuntu server that I 
work on is a machine that is located in the EU, so I can't change that.


Does anyone have an idea of how to approach this?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3e34da91-e3ec-491d-af05-4e08015fd20f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to