I am testing out BigQuery in Google API, and would like to run some queries on Wikipedia full text dump. Google sample data doesn't include full text dump (only revision history).
There are are few sources for Wikipedia dump, such as this one on Amazon: http://aws.amazon.com/datasets/2506
My question are: Is there a way to query these datasets without transfering them to Google BigQuery projec? Equivalently, there is a way for BigQuery to communicate with one of these datasets directly?
If it is not possible for BigQuery, then is there an equivalent service in Amazon EC2 that can do the same thing?
Thank you.