Search

Clear filter
Article
David Hockenbroch · Nov 12, 2021

Basic Automation: The IRIS/Cache Task Manager

I did write something on Open Exchange ages ago that uses this and could be an example GitHub - davidpeterunderhill/Intersystems-Database-Metrics-example the example breaks on Win
Article
Yuri Marx · May 5, 2025

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
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
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
Question
Nikhil Pawaria · Jun 6, 2021

Intersytem cache, mumps

Difference between DO and JOB command and practical use of job in objectscript?? elementary differences: DO executes a method or subroutine synchronous to your code JOB starts
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
Article
Steven Hobbs · Oct 8, 2019

$LIST string format and %DynamicArray and %DynamicObject classes

The article is considered as InterSystems Data Platform Best Practice. Even just doing a read access is significantly slower with the %DynamicArray types.
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.
Discussion
Eduard Lebedyuk · May 3, 2022

Code Golf: Anagram Detector

$ZU(28 is great, it's a shame that Intersystems don't document enough $ZU functions?
Question
Yone Moreno · May 22, 2023

Unlocking the Secrets: How to Extract and Send SAML Assertion in SOAP Web Services for Seamless Integration

What is the way you recommend from Intersystems to get a SAML Header in a SOAP Service and communicate it directly to the Target System?
Article
Erin Spencer · Jan 24, 2024

Database Driven IRIS Production with Custom Inbound Adapters

💡 This article is considered InterSystems Data Platform Best Practice.
Article
Evgeniy Potapov · Dec 30, 2022

How to develop in Tableau and PowerBI

Very convenient to have this all laid out in such detail 💡 This article is considered as InterSystems Data Platform Best Practice.
Article
Fabian Haupt · Jan 20, 2017

Visualizing the data jungle -- Part I. Let's make a graph

The series is closely tying into Murray's excellent series about Caché performance and monitoring ([see here](https://community.intersystems.com/post/intersystems-data-platforms-capacity-planning-and-performance-series-index
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).