Skip to content

albertoft/iris-reportquery

Repository files navigation

Report Query

Quick start

Build & run:

docker-compose build
docker-compose up -d

REST client

Command Line (CLI)

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

Jupyter Notebooks

Open http://localhost:8888

Open ReportQuery notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors