© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
This repository is a mini blueprint of how you can communicate with Python using Python Gateway, a new feature available in InterSystems IRIS Data Platform 2020.3+
This blueprint is contains two containers:
Start the containers:
docker-compose up -d
docker exec -it iris-pygw-blueprint_iris_1 iris session IRIS
run the following code to test it
zn "PYTHON"
set st = ##class(abc.python).connectToGateway("pogs",.GW)
set person = ##class(%Net.Remote.Object).%New(GW,"PersonDemo.Person")
write !,"Default values: ",person.displayPerson()