Skip to content

polyccon/who_are_your_customers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Who are your customers

Run the code following the instructions below, to extract relevant information about who visits your website.

Instructions for use:

To run the code:

  1. Clone the repo and cd into the directory
  2. The input_data.gz file needs to be placed at the top level of the directory
  3. Dependencies are all installed inside a virtual environment, to use it you need to have virtualenv installed as such: pip install virtualenv
  4. Create virtual environment: virtualenv my_env
  5. Activate the virtual environment: source my_env/bin/activate
  6. Install dependencies inside it: pip install -r requirements.txt
  7. Run the command: python3 runner.py input_data.gz
  8. Watch your terminal for some magic
  9. Deactivate the environment when the code exits: deactivate

Resources:

About

ETL pipeline for website visitor data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages