InterSystems Official
· Jul 20, 2020

InterSystems IRIS and IRIS for Health 2020.3 preview is published

Preview releases are now available for the 2020.3 version of InterSystems IRIS, IRIS for Health, and IRIS Studio!

 

The build number for these releases is 2020.3.0.200.0.

Container images, components, and evaluation license keys are available via the WRC's preview download site.

Community Edition containers can also be pulled from the Docker store using the following commands:

docker pull store/intersystems/iris-community:2020.3.0.200.0

docker pull store/intersystems/iris-community-arm64:2020.3.0.200.0

docker pull store/intersystems/irishealth-community:2020.3.0.200.0

docker pull store/intersystems/irishealth-community-arm64:2020.3.0.200.0

 

InterSystems IRIS Data Platform 2020.3 makes it even easier to develop and deploy real-time, machine learning-enabled applications that bridge data and application silos. It has many new capabilities including:

 

Enhancements to the deployment and operations experience, both in the cloud and on-prem:

  • IKO - configuring a Kubernetes cluster just got way easier with the new InterSystems Kubernetes Operator (IKO)
  • ICM adds support for IAM deployments
  • Asynchronous mirroring support for sharded clusters
  • Work Queues are now manageable from the System Management Portal

 

Enhancements to the developer experience, including new facilities, higher performance, and compatibility with recent versions of key technology stacks:

  • Python Gateway - invoke Python code snippets for your analytics and machine-learning related tasks
  • Support for JDBC and Java Gateway reentrancy
  • .NET Core 2.1 support for the .NET Gateway
  • XEP adds support for deferred indexing
  • Support for Spark 2.4.4

 

InterSystems IRIS for Health 2020.3 includes all of the enhancements of InterSystems IRIS. In addition, this release includes 

  • APIs for sending and receiving FHIR request/response messages, for performing client-side FHIR operations.
  • eGate support in the HL7 Migration Tooling

 

Documentation can be found here:

 

InterSystems IRIS Studio 2020.3 is a standalone development image supported on Microsoft Windows. It works with InterSystems IRIS and IRIS for Health version 2020.3 and below, as well as with Caché and Ensemble.

As this is a CD release, it is only available in OCI (Open Container Initiative) a.k.a. Docker container format.  Container images are available for OCI compliant run-time engines for Linux x86-64 and Linux ARM64, as detailed in the Supported Platforms document.

 

Give it a try and let us know what you think. Thanks,

Stefan

Discussion (4)0
Log in or sign up to continue

Docker Images with IRIS 2020.3 and ZPM 0.2.4:

intersystemsdc/iris-community:2020.3.0.200.0-zpm

intersystemsdc/iris-community:2020.2.0.204.0-zpm

intersystemsdc/irishealth-community:2020.3.0.200.0-zpm

intersystemsdc/irishealth-community:2020.2.0.204.0-zpm

intersystemsdc/iris-aa-community:2020.3.0AA.331.0-zpm

And to launch IRIS do:

docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/iris-community:2020.3.0.200.0-zpm

docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/iris-community:2020.2.0.204.0-zpm

docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/irishealth-community:2020.3.0.200.0-zpm

docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/irishealth-community:2020.2.0.204.0-zpm

docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/iris-aa-community:2020.3.0AA.331.0-zpm

And for terminal do:

docker exec -it my-iris iris session IRIS

and to start the control panel:

http://localhost:9092/csp/sys/UtilHome.csp