Skip to content

InfuseAI/piperider-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Piperider Getting Started

This is the getting started project for piperider

Steps

  1. Clone the project

    git clone https://github.com/InfuseAI/piperider-getting-started.git
    cd piperider-getting-started/
  2. Install piperider

    pip install -U piperider
  3. Download the sqlite data

    curl -o data/sp500.db https://piperider-data.s3.ap-northeast-1.amazonaws.com/getting-started/sp500_20220401.db
  4. 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
  5. Diagnose if the data source is well-configured

    piperider diagnose
    
  6. Run the piperider

    piperider run 
  7. Open the piperider report files printed in the command output

  8. Download another sqlite data

    curl -o data/sp500.db https://piperider-data.s3.ap-northeast-1.amazonaws.com/getting-started/sp500_20220527.db
  9. Run piperider again

    piperider run 
  10. Compare two runs

    piperider compare-reports

    and select the reports you would like to compare

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •