Search

Clear filter
Article
Guillaume Rongier · Aug 31, 2021

Fullstack demo of IntegratedML and Embedded Python.

InterSystems' `AutoML`, `H2O`, an open-source solution, and `DataRobot`, of which you can have a free 14-day trial if you register on their site.
Article
Luis Angel Pérez Ramos · Apr 10, 2023

Sending DICOM files between IRIS for Health and PACS software

Here you have available the code used for this article: https://github.com/intersystems-ib/workshop-dicom-orthanc
Article
Murray Oldfield · Sep 7, 2023

AWS storage. High write IOPS. Compare gp3 and io2.

AWS was required to lift InterSystems account regional default IOPS quotas to enable testing at high IO rates—specifically, EBS - IOPS for Provisioned IOPS SSD (io2) volumes to 600,000
Article
Kurro Lopez · Dec 8, 2023

Open AI integration with IRIS - File management

Do ##class(HS.Util.StreamUtils).Base64Encode(pImage, .tStream) Set content.Body = tStream Yet, there is a better trick that I was lucky enough to learn from an InterSystems expert
Article
Daniel Aguilar · Aug 6, 2024

Firebase Cloud Messaging with IrisFirebase FCM

not read it, please follow the steps, 1, 2, 4, 5 and 6 from the article below: https://community.intersystems.com/post/firebase-module-unleashing-power-firebase-realtime-database-intersystems-iris
Article
Lucas Enard · Aug 17, 2022

Full Python IRIS production : DataTransformation of a CSV to a FHIR server.

Creation of a new DataTransformation This repository is ready to code in VSCode with InterSystems plugins. Open `/src/python` to start coding or using the autocompletion.
Article
Yuri Marx · May 5

How to produce and consume RabbitMQ messages on IRIS

InterSystems IRIS RabbitMQ (AMQP) services, operations, and message types to consume and produce messages Overview The Business Service GetCurrentTemperature uses the Inbound
Article
Benjamin De Boe · Jul 4, 2016

Introduction to the iKnow REST APIs

The reference documentation is also on the InterSystems documentation web site http://docs.intersystems.com/documentation/iKnowRESTAPI/index.html.
Question
Chris Bransden · Jul 4, 2018

$ZF(-100,..) issues

we have been specifically instructed by intersystems to do this. $ZF(-1) is deprecated also.
Article
Allyson Gerace · Feb 6, 2019

Index Handling

💡 This article is considered as InterSystems Data Platform Best Practice.
Article
sween · Sep 9, 2024

eBPF: Tracing Kernel Events for IRIS Workloads

eBee Steps with eBPF and InterSystems IRIS Workloads eBPF eBPF (extended Berkeley Packet Filter), is a killer Linux kernel feature that implements a VM within kernel space and
Question
Emmanuel Vanlaar · May 24, 2020

Python binding type conversions in Class Queries

Python Native API and xDBC are the recommended approaches to use with InterSystems IRIS.
Question
Raj Singh · Jun 9, 2020

Creating JSON objects from ObjectScript objects

Create a "result set" class to hold the results (interestingly, InterSystems provides %XML.DataSet and other tools for this specific use case with XML/SOAP.
Question
Yuri Marx · Dec 8, 2020

How to convert from XML to JSON?

With respect to InterSystems' own technologies, we provide a number of options to address this issue (but not an out-of-the-box turnkey solution).
Article
Iryna Mykhailova · Aug 21, 2021

Transferring Files via REST to Store in a Property, Part 3

The code for this approach is added to the previous version of this example on GitHub and InterSystems Open Exchange.