From 849996b3542fdb6396d765a4ae76a422d99e7b65 Mon Sep 17 00:00:00 2001 From: Brian Lehman Date: Tue, 24 Mar 2015 15:25:40 -0600 Subject: [PATCH 1/2] Clarified the dataset creation section under BigQuery --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3d4b07..cc9f37c 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,12 @@ The enclosed sample includes a simple `load.py` file to stream Tweets directly i - Fill out the following fields: - +- Create a [BigQuery|https://cloud.google.com/bigquery/] account. - Go to [http://console.developers.google.com](http://console.developers.google.com) -- Go to your project -- Click on the down arrow by the project, select "Create new dataset" and enter "tweets" +- Click on your project name +- Click on the down arrow by "Big Data", select "BigQuery" +- Click on the down arrow by your project name +- select "Create new dataset" and enter "tweets" - Click on the down arrow by the dataset, select "Create new table" and enter "2015_01_17" (or whatever is configured in config.py) - Run `python load.py` From 3e7362b0ee0d5c5faa0b724b318ea256804b7e36 Mon Sep 17 00:00:00 2001 From: Brian Lehman Date: Tue, 24 Mar 2015 16:17:36 -0600 Subject: [PATCH 2/2] load updates --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cc9f37c..c14ae6d 100644 --- a/README.md +++ b/README.md @@ -43,15 +43,17 @@ The enclosed sample includes a simple `load.py` file to stream Tweets directly i - Create a [BigQuery|https://cloud.google.com/bigquery/] account. - Go to [http://console.developers.google.com](http://console.developers.google.com) -- Click on your project name -- Click on the down arrow by "Big Data", select "BigQuery" -- Click on the down arrow by your project name -- select "Create new dataset" and enter "tweets" +- Click on your project name, then click on the down arrow on the left + next to your project name +- Select "Billing & Settings" and under Billing, select "enable billing" +- On the left, click on the down arrow by "Big Data", select "BigQuery" +- Now inside the BigQuery console, click on the down arrow by your project name +- Select "Create new dataset" and enter "tweets" - Click on the down arrow by the dataset, select "Create new table" and enter "2015_01_17" (or whatever is configured in config.py) - Run `python load.py` When developing on top of the Twitter platform, you must abide by the [Developer Agreement & Policy](https://dev.twitter.com/overview/terms/agreement-and-policy). -Most notably, you must respect the section entitled "Maintain the Integrity of TwitterÕs Products", including removing all relevant +Most notably, you must respect the section entitled "Maintain the Integrity of Twitter's Products", including removing all relevant Content with regard to unfavorites, deletes and other user actions. Loading Twitter data into BigQuery from Google Compute Engine