This is the getting started project for piperider
-
Clone the project
git clone https://github.com/InfuseAI/piperider-getting-started.git cd piperider-getting-started/ -
Install piperider
pip install -U piperider
-
Download the sqlite data
curl -o data/sp500.db https://piperider-data.s3.ap-northeast-1.amazonaws.com/getting-started/sp500_20220401.db
-
Init a piperider project.
You can skip this step because this is already a piperider project. If you would like to try to init the project on you own, you can try this
rm -rf .piperider/ piperider init
Input these options
- project name: demo
- data source type: sqlite
- path to database file: data/sp500.db
-
Diagnose if the data source is well-configured
piperider diagnose -
Run the piperider
piperider run
-
Open the piperider report files printed in the command output
-
Download another sqlite data
curl -o data/sp500.db https://piperider-data.s3.ap-northeast-1.amazonaws.com/getting-started/sp500_20220527.db
-
Run piperider again
piperider run
-
Compare two runs
piperider compare-reports
and select the reports you would like to compare