Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 870 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 870 Bytes

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