Commands ¶
The Makefile script contains the central entry points for common tasks related to this project.
|
Topic |
make Command |
Description |
|---|---|---|
|
Data pull |
|
Pull raw data from Twitter |
|
Database |
|
Create Docker Network |
|
Database |
|
Create and/or open local Elastic Search server |
|
Database |
|
Close local Elastic Search server |
|
ETL |
|
Transform and load data into the Elastic Search server |
|
ETL |
|
Load preprocessed data into an Elastic Search server |
|
Data Viz |
|
Run user network visualization |
|
Utilities |
|
Set up python interpreter environment |
|
Utilities |
|
Install Python dependencies |
|
Utilities |
|
Test Python environment is setup correctly |
|
Utilities |
|
Lint using flake8 |
|
Utilities |
|
Delete all compiled Python files |