Skip to content

Chapter-wise code for Agile Data the O'Reilly book

Notifications You must be signed in to change notification settings

pdendek/Agile_Data_Code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agile Data Code Examples

Chapter 2: Data

Chapter 3: Agile Tools

Setup your Python Virtual Environment

# From project root

# Setup python virtualenv
virtualenv -p `which python2.7` venv --distribute
source venv/bin/activate
pip install -r requirements.txt

Download your Gmail Inbox!

# From ch3

# Download your gmail inbox
cd gmail
./gmail.py -m automatic -u [email protected] -p 'my_password_' -s ./email.avro.schema -f '[Gmail]/All Mail' -o /tmp/test_mbox 2>&1 &

Chapter 7: Collecting and Displaying Records

Chapter 8: Charts

Chapter 9: Reports

Chapter 10: Predictions

Chapter 11: Actions

About

Chapter-wise code for Agile Data the O'Reilly book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published