Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 802 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 802 Bytes

native-api-py-demo

This is a demo of IRIS Native API for Python, which uses Python to call the Object Script method and flow the message in production. Python obtains the message after flow and the message in global, and uses ZPM Package deployment.

Firstly, we need to install the Native API package

Enter on the command line

pip install intersystems_irispython-3.2.0-py3-none-any.whl

Then, we import the Object Script code into studio

Then, we modify the namespace, uesename, and password to make the information consistent with IRIS

0.png

Finally, click Run to use Python to call the Object Script method through the API and flow the message in IRIS

1.png 2.png 3.png 4.png