├── Chapter01 ├── employeedetails.csv ├── employeedetailswithoutheader.csv └── index.php.txt ├── Chapter02 ├── app.yaml.txt └── index.php.txt ├── Chapter05 ├── employeedetails.json.txt └── employeedetailsrepeated.json.txt ├── Chapter06 ├── bigQuery_new.py └── how_to_work_it.txt ├── Chapter08 ├── big_query.py ├── big_query.pyc ├── how_it_works.txt ├── index.py ├── receive_message.py └── send_message.py ├── LICENSE └── README.md /Chapter01/employeedetails.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Google-BigQuery/HEAD/Chapter01/employeedetails.csv -------------------------------------------------------------------------------- /Chapter01/employeedetailswithoutheader.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Google-BigQuery/HEAD/Chapter01/employeedetailswithoutheader.csv -------------------------------------------------------------------------------- /Chapter01/index.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Google-BigQuery/HEAD/Chapter01/index.php.txt -------------------------------------------------------------------------------- /Chapter02/app.yaml.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Google-BigQuery/HEAD/Chapter02/app.yaml.txt -------------------------------------------------------------------------------- /Chapter02/index.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Google-BigQuery/HEAD/Chapter02/index.php.txt -------------------------------------------------------------------------------- /Chapter05/employeedetails.json.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Google-BigQuery/HEAD/Chapter05/employeedetails.json.txt -------------------------------------------------------------------------------- /Chapter05/employeedetailsrepeated.json.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Google-BigQuery/HEAD/Chapter05/employeedetailsrepeated.json.txt -------------------------------------------------------------------------------- /Chapter06/bigQuery_new.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Google-BigQuery/HEAD/Chapter06/bigQuery_new.py -------------------------------------------------------------------------------- /Chapter06/how_to_work_it.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Google-BigQuery/HEAD/Chapter06/how_to_work_it.txt -------------------------------------------------------------------------------- /Chapter08/big_query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Google-BigQuery/HEAD/Chapter08/big_query.py -------------------------------------------------------------------------------- /Chapter08/big_query.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Google-BigQuery/HEAD/Chapter08/big_query.pyc -------------------------------------------------------------------------------- /Chapter08/how_it_works.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Google-BigQuery/HEAD/Chapter08/how_it_works.txt -------------------------------------------------------------------------------- /Chapter08/index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Google-BigQuery/HEAD/Chapter08/index.py -------------------------------------------------------------------------------- /Chapter08/receive_message.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Google-BigQuery/HEAD/Chapter08/receive_message.py -------------------------------------------------------------------------------- /Chapter08/send_message.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Google-BigQuery/HEAD/Chapter08/send_message.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Google-BigQuery/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Google-BigQuery/HEAD/README.md --------------------------------------------------------------------------------