Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 299 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 299 Bytes

phab-etl

An ETL for Mozilla's Phabricator instance.

Install

Operating System

Requires Python 3 and the MySQL Client libraries.

Python

Create a virtual environment or similar (eg. python3 -m venv venv) then use pip to install the dependencies: pip install -r requirements.txt