Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 567 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 567 Bytes

w210_crime_data_load

W210 Crime Prediction and Police Optimization

Data Transformation and Load Service

This is the code for the microservice that handles data transformation and loading.

Setup instructions

  • Create a new environment in the same folder where you cloned this repository: 'virtualenv -p python3.6 venv'
  • Activate the new environment: 'source venv/bin/activate'
  • Install requirements in your environment: 'pip install -r requirements.txt'
  • Add AWS Credentials file to the .aws folder inside your User Home directory (~/.aws/credentials)