Report Query
docker-compose build
docker-compose up -d
- Open ReportQueryAPI.postman_collection.json in Postman
- Test
Download InterSystems IRIS DBAPI driver and to cli/dbapi folder.
Create a virtual env:
cd cli
python3 -m venv env
source env/bin/activate
Install dependencies:
pip3 install dbapi/intersystems_irispython-3.2.0-py3-none-any.whl
pip3 install configparser
Display info about all queries:
python query-cli.py --info
Display info about a given query:
python query-cli.py --info -q 2
Run a query:
python query-cli.py --run -q 2 --args M
Open ReportQuery notebook