Skip to content

Latest commit

 

History

History
55 lines (27 loc) · 2.49 KB

README.md

File metadata and controls

55 lines (27 loc) · 2.49 KB

Big Data Analytics

This repository contains the source of the Big Data Analytics book, as well as supplementary online resources. The book is built using bookdown.

Supplementary online resources

R code examples

The R_code_examples folder contains R-scripts with all code examples and tutorials shown in the book.

Data

The corresponding sections in the book contain typically contain detailed instructions of where and how the datasets used in the code examples can be downloaded from the original sources.

To ensure data availability for the code examples and tutorials in the long run, you find (smaller scale) versions for all key datasets discussed in the book in this S3-bucket:

https://bda-examples.s3.eu-central-1.amazonaws.com/air_final.sqlite

https://bda-examples.s3.eu-central-1.amazonaws.com/airline_id.csv

https://bda-examples.s3.eu-central-1.amazonaws.com/airports.csv

https://bda-examples.s3.eu-central-1.amazonaws.com/carriers.csv

https://bda-examples.s3.eu-central-1.amazonaws.com/data_for_tables.dta

https://bda-examples.s3.eu-central-1.amazonaws.com/economics.csv

https://bda-examples.s3.eu-central-1.amazonaws.com/flights_sep_oct15.txt

https://bda-examples.s3.eu-central-1.amazonaws.com/flights.csv

https://bda-examples.s3.eu-central-1.amazonaws.com/ga.csv

https://bda-examples.s3.eu-central-1.amazonaws.com/inflation.csv

https://bda-examples.s3.eu-central-1.amazonaws.com/marketing_data.csv

https://bda-examples.s3.eu-central-1.amazonaws.com/mydb.sqlite

https://bda-examples.s3.eu-central-1.amazonaws.com/tlc_trips.csv

Note that the AWS bucket is configured such that the requester pays for requests and transfer costs.

Installation of dependencies and packages

Here you find additional resources and hints regarding the installation of some of the tools used in the book.