Scripts for Program Optimization Advice Exploration infrastructure
- Clone this repository
- Run setup.sh script. The script will automatically do the following things:
- Build local container image
- Run setup.sh scripts under different components of QaaS scripts.
- Start container
cd container
./run-container.sh
- Run Demo script
cd ../scripts
python demo.py
Follow Run QaaS Web Front section of QaaS Web document.
Follow Using the Loop Extractor section of Loop Extractor document.
Follow Container maintance section of container document.
Below table capture current script developement status for different environments and different components. In the table there are diffferent status level:
- Working : Our implementation has been working for various use cases.
- Under development : Our implementation work is in progress so not likely to work but we are working on that.
- To support : Little or no implementation has been done.
Environment | Backplane | Web and database | App Mutator (Locus) | Loop Extractor |
---|---|---|---|---|
Container-less | Working | To support | To support | To support |
Container (Docker) | Under development | Working | Under development | Working |
Container (Podman) | Under development | To support | To support | To support |